Class IncomingServerSessionTask
java.lang.Object
org.jivesoftware.openfire.session.RemoteSessionTask
org.jivesoftware.openfire.session.IncomingServerSessionTask
- All Implemented Interfaces:
Externalizable
,Serializable
,Runnable
,ClusterTask<Object>
Class that defines possible remote operations that could be performed
on remote incoming server sessions.
- Author:
- Gaston Dombiak
- See Also:
-
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
ConstructorsModifierConstructorDescriptionprotected
IncomingServerSessionTask
(RemoteSessionTask.Operation operation, StreamID streamID) -
Method Summary
Methods inherited from class org.jivesoftware.openfire.session.RemoteSessionTask
getResult
-
Constructor Details
-
IncomingServerSessionTask
public IncomingServerSessionTask() -
IncomingServerSessionTask
-
-
Method Details
-
run
public void run()- Specified by:
run
in interfaceRunnable
- Overrides:
run
in classRemoteSessionTask
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Overrides:
writeExternal
in classRemoteSessionTask
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Overrides:
readExternal
in classRemoteSessionTask
- Throws:
IOException
ClassNotFoundException
-
toString
-