|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hazelcast.concurrent.lock.InternalLockNamespace
public final class InternalLockNamespace
Constructor Summary | |
---|---|
InternalLockNamespace()
|
|
InternalLockNamespace(String name)
|
Method Summary | |
---|---|
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 |
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 |
---|
public InternalLockNamespace()
public InternalLockNamespace(String name)
Method Detail |
---|
public String getServiceName()
ObjectNamespace
getServiceName
in interface ObjectNamespace
public String getObjectName()
ObjectNamespace
getObjectName
in interface ObjectNamespace
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- output
IOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- input
IOException
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |