public class Name extends AbstractEntry implements Externalizable
| 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)  | 
public String name
public Name()
public Name(String name)
name - the value of the namepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.