com.hazelcast.spi
Interface ObjectNamespace

All Superinterfaces:
DataSerializable
All Known Implementing Classes:
DefaultObjectNamespace

public interface ObjectNamespace
extends DataSerializable

Author:
mdogan 2/13/13

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 © 2014 Hazelcast, Inc.. All Rights Reserved.