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 object within a service possible.


Method Summary
 String getObjectName()
          Gets the object name within the service.
 String getServiceName()
          Gets the service name.
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

getServiceName

String getServiceName()
Gets the service name.

Returns:
the service name

getObjectName

String getObjectName()
Gets the object name within the service.

Returns:
the object name within the service


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