Package tigase.server.xmppsession
Class UserSessionEvent
java.lang.Object
tigase.server.xmppsession.UserSessionEvent
- All Implemented Interfaces:
Serializable
,EventBusEvent
- Direct Known Subclasses:
JabberIqPrivacy.PrivacyListUpdatedEvent
,MessageCarbons.MessageCarbonsStateChangedEvent
,UserSessionEventWithProcessorResultWriter
Base class for implementation of events related to user session. For this event exists additional routing mechanism
which will optimize delivery of this event in clustered environment.
- Author:
- andrzej
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserSessionEvent
(tigase.xmpp.jid.JID sender, tigase.xmpp.jid.JID userJid, XMPPSession session) -
Method Summary
Modifier and TypeMethodDescriptiontigase.xmpp.jid.JID
tigase.xmpp.jid.JID
void
setSession
(XMPPSession session)
-
Constructor Details
-
UserSessionEvent
public UserSessionEvent() -
UserSessionEvent
public UserSessionEvent(tigase.xmpp.jid.JID sender, tigase.xmpp.jid.JID userJid, XMPPSession session)
-
-
Method Details
-
getSession
-
setSession
-
getUserJid
public tigase.xmpp.jid.JID getUserJid() -
getSender
public tigase.xmpp.jid.JID getSender()
-