com.hazelcast.spi
Interface ObjectNamespace

All Superinterfaces:
DataSerializable
All Known Implementing Classes:
DefaultObjectNamespace, InternalLockNamespace

public interface ObjectNamespace
extends DataSerializable

An ObjectNamespace that makes identification of in object within a service possible.


Method Summary
 String getObjectName()
           
 String getServiceName()
           
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

getServiceName

String getServiceName()

getObjectName

String getObjectName()


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