public interface SessionManagerClusteredIfc extends SessionManagerHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
SESSION_FOUND_KEY
Field description
|
COMMIT_HANDLER_KEY| Modifier and Type | Method and Description |
|---|---|
boolean |
fastAddOutPacket(Packet packet)
Method description
|
JID |
getComponentId() |
List<JID> |
getNodesConnected() |
XMPPResourceConnection |
getXMPPResourceConnection(Packet el_packet)
Method description
|
ConcurrentHashMap<JID,XMPPResourceConnection> |
getXMPPResourceConnections()
Method description
|
ConcurrentHashMap<BareJID,XMPPSession> |
getXMPPSessions()
Method description
|
boolean |
hasXMPPResourceConnectionForConnectionJid(JID connJid)
Method to check if there is XMPPResourceConnection instance for
connection JID.
|
void |
processPacket(Packet el_packet,
XMPPResourceConnection conn)
Method description
|
void |
processPresenceUpdate(XMPPSession session,
Element element)
Method description
|
handleDomainChange, handleLogin, handleLogout, handlePresenceSet, handleResourceBind, isLocalDomainstatic final String SESSION_FOUND_KEY
boolean fastAddOutPacket(Packet packet)
packet - booleanvoid processPacket(Packet el_packet, XMPPResourceConnection conn)
el_packet - conn - void processPresenceUpdate(XMPPSession session, Element element)
session - is a XMPPSessionelement - is a ElementXMPPResourceConnection getXMPPResourceConnection(Packet el_packet)
el_packet - XMPPResourceConnectionConcurrentHashMap<JID,XMPPResourceConnection> getXMPPResourceConnections()
ConcurrentHashMap<JID,XMPPResourceConnection>ConcurrentHashMap<BareJID,XMPPSession> getXMPPSessions()
ConcurrentHashMap<BareJID,XMPPSession>boolean hasXMPPResourceConnectionForConnectionJid(JID connJid)
connJid - JID getComponentId()
getComponentId in interface SessionManagerHandlerCopyright © 2017 "Tigase, Inc.". All rights reserved.