|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.client.impl.ClientEngineImpl
public class ClientEngineImpl
Class that requests, listeners from client handled in node side.
Field Summary | |
---|---|
static String |
SERVICE_NAME
Service Name of clientEngine to be used in requests |
Constructor Summary | |
---|---|
ClientEngineImpl(Node node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SERVICE_NAME
Constructor Detail |
---|
public ClientEngineImpl(Node node)
Method Detail |
---|
public ConnectionListener getConnectionListener()
public int getClientEndpointCount()
getClientEndpointCount
in interface ClientEngine
public void handlePacket(Packet packet)
public InternalPartitionService getPartitionService()
getPartitionService
in interface ClientEngine
public ClusterService getClusterService()
getClusterService
in interface ClientEngine
public EventService getEventService()
getEventService
in interface ClientEngine
public ProxyService getProxyService()
getProxyService
in interface ClientEngine
public void sendResponse(ClientEndpoint endpoint, Data key, Object response, int callId, boolean isError, boolean isEvent)
public Address getMasterAddress()
getMasterAddress
in interface ClientEngine
public Address getThisAddress()
getThisAddress
in interface ClientEngine
public MemberImpl getLocalMember()
getLocalMember
in interface ClientEngine
public Config getConfig()
getConfig
in interface ClientEngine
public ILogger getLogger(Class clazz)
getLogger
in interface ClientEngine
public ClientEndpointManager getEndpointManager()
public SecurityContext getSecurityContext()
getSecurityContext
in interface ClientEngine
public void bind(ClientEndpoint endpoint)
public void dispatchEvent(ClientEndpointImpl event, ClientListener listener)
dispatchEvent
in interface EventPublishingService<ClientEndpointImpl,ClientListener>
public void memberAdded(MembershipServiceEvent event)
MembershipAwareService
memberAdded
in interface MembershipAwareService
public void memberRemoved(MembershipServiceEvent event)
MembershipAwareService
memberRemoved
in interface MembershipAwareService
public void memberAttributeChanged(MemberAttributeServiceEvent event)
MembershipAwareService
memberAttributeChanged
in interface MembershipAwareService
public Collection<Client> getClients()
public void init(NodeEngine nodeEngine, Properties properties)
ManagedService
init
in interface ManagedService
nodeEngine
- the NodeEngine this ManagedService belongs to.properties
- the Properties. Can be used to pass settings to the service.public void reset()
ManagedService
reset
in interface ManagedService
public void shutdown(boolean terminate)
ManagedService
shutdown
in interface ManagedService
public void addOwnershipMapping(String clientUuid, String ownerUuid)
public void removeOwnershipMapping(String clientUuid)
public TransactionManagerService getTransactionManagerService()
public Operation getPostJoinOperation()
PostJoinAwareService
Post join operations should return response, at least a null response.
getPostJoinOperation
in interface PostJoinAwareService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |