com.hazelcast.client
Interface ClientEngine

All Known Implementing Classes:
ClientEngineImpl

public interface ClientEngine

Author:
mdogan 4/25/13

Method Summary
 ClusterService getClusterService()
           
 Config getConfig()
           
 EventService getEventService()
           
 com.hazelcast.instance.MemberImpl getLocalMember()
           
 com.hazelcast.logging.ILogger getLogger(Class clazz)
           
 com.hazelcast.logging.ILogger getLogger(String className)
           
 com.hazelcast.nio.Address getMasterAddress()
           
 com.hazelcast.partition.PartitionService getPartitionService()
           
 ProxyService getProxyService()
           
 SerializationService getSerializationService()
           
 com.hazelcast.nio.Address getThisAddress()
           
 TransactionManagerService getTransactionManagerService()
           
 void sendResponse(ClientEndpoint endpoint, Object response)
           
 Data toData(Object obj)
           
 Object toObject(Data data)
           
 

Method Detail

getPartitionService

com.hazelcast.partition.PartitionService getPartitionService()

getClusterService

ClusterService getClusterService()

getSerializationService

SerializationService getSerializationService()

getEventService

EventService getEventService()

getTransactionManagerService

TransactionManagerService getTransactionManagerService()

getProxyService

ProxyService getProxyService()

getConfig

Config getConfig()

getLogger

com.hazelcast.logging.ILogger getLogger(Class clazz)

getLogger

com.hazelcast.logging.ILogger getLogger(String className)

toObject

Object toObject(Data data)

toData

Data toData(Object obj)

getMasterAddress

com.hazelcast.nio.Address getMasterAddress()

getThisAddress

com.hazelcast.nio.Address getThisAddress()

getLocalMember

com.hazelcast.instance.MemberImpl getLocalMember()

sendResponse

void sendResponse(ClientEndpoint endpoint,
                  Object response)


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