public final class DefaultObjectNamespace extends Object implements ObjectNamespace
ObjectNamespace implementation.| Constructor and Description | 
|---|
| DefaultObjectNamespace() | 
| DefaultObjectNamespace(String serviceName,
                      String objectName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getObjectName()Gets the object name within the service. | 
| String | getServiceName()Gets the service name. | 
| int | hashCode() | 
| void | readData(ObjectDataInput in)Reads fields from the input stream | 
| String | toString() | 
| void | writeData(ObjectDataOutput out)Writes object fields to output stream | 
public String getServiceName()
ObjectNamespacegetServiceName in interface ObjectNamespacepublic String getObjectName()
ObjectNamespacegetObjectName in interface ObjectNamespacepublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.