com.hazelcast.spi
Interface ObjectNamespace

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

public interface ObjectNamespace
extends DataSerializable

Author:
mdogan 2/13/13

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

Method Detail

getServiceName

String getServiceName()

getObjectId

Object getObjectId()


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