|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.client.ClientEndpoint
public final class ClientEndpoint
| Method Summary | |
|---|---|
ClientType |
getClientType()
Returns type of this client |
ClientPrincipal |
getPrincipal()
|
InetSocketAddress |
getSocketAddress()
Returns socket address of this client |
Subject |
getSubject()
|
TransactionContext |
getTransactionContext(String txnId)
|
String |
getUuid()
Returns unique uuid for this client |
boolean |
isAuthenticated()
|
boolean |
isFirstConnection()
|
boolean |
live()
|
void |
removeTransactionContext(String txnId)
|
void |
sendEvent(Object event,
int callId)
|
void |
sendResponse(Object response,
int callId)
|
void |
setDistributedObjectListener(String id)
|
void |
setListenerRegistration(String service,
String topic,
String id)
|
void |
setTransactionContext(TransactionContext transactionContext)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getUuid()
Client
getUuid in interface ClientgetUuid in interface Endpointpublic boolean live()
public Subject getSubject()
public boolean isFirstConnection()
public boolean isAuthenticated()
public ClientPrincipal getPrincipal()
public InetSocketAddress getSocketAddress()
Client
getSocketAddress in interface ClientgetSocketAddress in interface Endpointpublic ClientType getClientType()
Client
getClientType in interface Clientpublic TransactionContext getTransactionContext(String txnId)
public void setTransactionContext(TransactionContext transactionContext)
public void removeTransactionContext(String txnId)
public void setListenerRegistration(String service,
String topic,
String id)
public void setDistributedObjectListener(String id)
public void sendResponse(Object response,
int callId)
public void sendEvent(Object event,
int callId)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||