Class ComponentSessionTask
java.lang.Object
org.jivesoftware.openfire.session.RemoteSessionTask
org.jivesoftware.openfire.session.ComponentSessionTask
- All Implemented Interfaces:
Externalizable,Serializable,Runnable,ClusterTask<Object>
Class that defines possible remote operations that could be performed
on remote component sessions (for external components only).
- 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
ConstructorsModifierConstructorDescriptionprotectedComponentSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation) -
Method Summary
Methods inherited from class org.jivesoftware.openfire.session.RemoteSessionTask
getResult
-
Constructor Details
-
ComponentSessionTask
public ComponentSessionTask() -
ComponentSessionTask
-
-
Method Details
-
run
public void run()- Specified by:
runin interfaceRunnable- Overrides:
runin classRemoteSessionTask
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classRemoteSessionTask- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classRemoteSessionTask- Throws:
IOExceptionClassNotFoundException
-
toString
-