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, isLocalDomain
static final String SESSION_FOUND_KEY
boolean fastAddOutPacket(Packet packet)
packet
- boolean
void processPacket(Packet el_packet, XMPPResourceConnection conn)
el_packet
- conn
- void processPresenceUpdate(XMPPSession session, Element element)
session
- is a XMPPSession
element
- is a Element
XMPPResourceConnection getXMPPResourceConnection(Packet el_packet)
el_packet
- XMPPResourceConnection
ConcurrentHashMap<JID,XMPPResourceConnection> getXMPPResourceConnections()
ConcurrentHashMap<JID,XMPPResourceConnection>
ConcurrentHashMap<BareJID,XMPPSession> getXMPPSessions()
ConcurrentHashMap<BareJID,XMPPSession>
boolean hasXMPPResourceConnectionForConnectionJid(JID connJid)
connJid
- JID getComponentId()
getComponentId
in interface SessionManagerHandler
Copyright © 2017 "Tigase, Inc.". All rights reserved.