Class ConnectionMultiplexerSessionTask
- java.lang.Object
-
- org.jivesoftware.openfire.session.RemoteSessionTask
-
- org.jivesoftware.openfire.session.ConnectionMultiplexerSessionTask
-
- All Implemented Interfaces:
Externalizable
,Serializable
,Runnable
,ClusterTask<Object>
public class ConnectionMultiplexerSessionTask extends RemoteSessionTask
Class that defines possible remote operations that could be performed on remote connection manager sessions.- Author:
- Gaston Dombiak
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.openfire.session.RemoteSessionTask
RemoteSessionTask.Operation
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.openfire.session.RemoteSessionTask
operation, result
-
-
Constructor Summary
Constructors Modifier Constructor Description ConnectionMultiplexerSessionTask()
protected
ConnectionMultiplexerSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.jivesoftware.openfire.session.RemoteSessionTask
getResult, readExternal, run, writeExternal
-
-
-
-
Constructor Detail
-
ConnectionMultiplexerSessionTask
public ConnectionMultiplexerSessionTask()
-
ConnectionMultiplexerSessionTask
protected ConnectionMultiplexerSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation)
-
-