public abstract class FactoryAwareNamedProxy extends Object implements HazelcastInstanceAwareInstance, DataSerializable
Instance.InstanceType
Modifier and Type | Field and Description |
---|---|
protected FactoryImpl |
factory |
protected String |
name |
Modifier | Constructor and Description |
---|---|
protected |
FactoryAwareNamedProxy() |
Modifier and Type | Method and Description |
---|---|
FactoryImpl |
getFactory() |
String |
getName() |
void |
readData(DataInput in) |
void |
setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
setName(String name) |
void |
writeData(DataOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, getId, getInstanceType
protected transient FactoryImpl factory
protected String name
public String getName()
public void setName(String name)
public FactoryImpl getFactory()
public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance
in interface HazelcastInstanceAware
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2013 Hazelcast, Inc.. All rights reserved.