public final class InternalLockNamespace extends Object implements ObjectNamespace
| Constructor and Description | 
|---|
InternalLockNamespace()  | 
InternalLockNamespace(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
public InternalLockNamespace()
public InternalLockNamespace(String name)
public String getServiceName()
getServiceName in interface ObjectNamespacepublic String getObjectName()
getObjectName 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 © 2014 Hazelcast, Inc.. All Rights Reserved.