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, waitdestroy, getId, getInstanceTypeprotected 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 HazelcastInstanceAwarepublic void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.