com.hazelcast.spi
Class DefaultObjectNamespace

java.lang.Object
  extended by com.hazelcast.spi.DefaultObjectNamespace
All Implemented Interfaces:
DataSerializable, ObjectNamespace

public final class DefaultObjectNamespace
extends Object
implements ObjectNamespace

Author:
mdogan 2/12/13

Constructor Summary
DefaultObjectNamespace()
           
DefaultObjectNamespace(String serviceName, String objectName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getObjectName()
           
 String getServiceName()
           
 int hashCode()
           
 void readData(com.hazelcast.nio.ObjectDataInput in)
           
 String toString()
           
 void writeData(com.hazelcast.nio.ObjectDataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultObjectNamespace

public DefaultObjectNamespace()

DefaultObjectNamespace

public DefaultObjectNamespace(String serviceName,
                              String objectName)
Method Detail

getServiceName

public String getServiceName()
Specified by:
getServiceName in interface ObjectNamespace

getObjectName

public String getObjectName()
Specified by:
getObjectName in interface ObjectNamespace

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

writeData

public void writeData(com.hazelcast.nio.ObjectDataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(com.hazelcast.nio.ObjectDataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.