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()
protected
ComponentSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readExternal(ObjectInput in)
void
run()
String
toString()
void
writeExternal(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:
run
in interfaceRunnable
- Overrides:
run
in classRemoteSessionTask
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Overrides:
writeExternal
in classRemoteSessionTask
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Overrides:
readExternal
in classRemoteSessionTask
- Throws:
IOException
ClassNotFoundException
-
-