com.hazelcast.concurrent.lock
Class InternalLockNamespace

java.lang.Object
  extended by com.hazelcast.concurrent.lock.InternalLockNamespace
All Implemented Interfaces:
DataSerializable, ObjectNamespace

public final class InternalLockNamespace
extends Object
implements ObjectNamespace


Constructor Summary
InternalLockNamespace()
           
InternalLockNamespace(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getObjectName()
           
 String getServiceName()
           
 int hashCode()
           
 void readData(ObjectDataInput in)
          Reads fields from the input stream
 void writeData(ObjectDataOutput out)
          Writes object fields to output stream
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalLockNamespace

public InternalLockNamespace()

InternalLockNamespace

public InternalLockNamespace(String name)
Method Detail

getServiceName

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

getObjectName

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

writeData

public void writeData(ObjectDataOutput out)
               throws IOException
Description copied from interface: DataSerializable
Writes object fields to output stream

Specified by:
writeData in interface DataSerializable
Parameters:
out - output
Throws:
IOException

readData

public void readData(ObjectDataInput in)
              throws IOException
Description copied from interface: DataSerializable
Reads fields from the input stream

Specified by:
readData in interface DataSerializable
Parameters:
in - input
Throws:
IOException

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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