public class Name extends AbstractEntry implements SmartExternalizable
Constructor and Description |
---|
Name()
Construct an empty instance of this class.
|
Name(String name)
Construct an instance of this class, with all fields initialized appropriately.
|
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
equals, equals, hashCode, hashCode, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public String name
public Name()
public Name(String name)
name
- the value of the namepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.