|
||||||||||
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()
|
SocketAddress |
getSocketAddress()
Returns socket address of this client |
TransactionContext |
getTransactionContext()
|
String |
getUuid()
Returns unique uuid for this client |
boolean |
isAuthenticated()
|
boolean |
isFirstConnection()
|
boolean |
live()
|
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 Client
public boolean live()
public boolean isFirstConnection()
public boolean isAuthenticated()
public ClientPrincipal getPrincipal()
public SocketAddress getSocketAddress()
Client
getSocketAddress
in interface Client
public ClientType getClientType()
Client
getClientType
in interface Client
public TransactionContext getTransactionContext()
public void setTransactionContext(TransactionContext transactionContext)
public void setListenerRegistration(String service, String topic, String id)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |