Class ComponentSessionTask
- java.lang.Object
-
- org.jivesoftware.openfire.session.RemoteSessionTask
-
- org.jivesoftware.openfire.session.ComponentSessionTask
-
- All Implemented Interfaces:
Externalizable,Serializable,Runnable,ClusterTask<Object>
public class ComponentSessionTask extends RemoteSessionTask
Class that defines possible remote operations that could be performed on remote component sessions (for external components only).- 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 ComponentSessionTask()protectedComponentSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidrun()StringtoString()voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.jivesoftware.openfire.session.RemoteSessionTask
getResult
-
-
-
-
Constructor Detail
-
ComponentSessionTask
public ComponentSessionTask()
-
ComponentSessionTask
protected ComponentSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation)
-
-
Method Detail
-
run
public void run()
- Specified by:
runin interfaceRunnable- Overrides:
runin classRemoteSessionTask
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classRemoteSessionTask- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classRemoteSessionTask- Throws:
IOExceptionClassNotFoundException
-
-