Class RemotePacketExecution
java.lang.Object
org.jivesoftware.openfire.cluster.RemotePacketExecution
- All Implemented Interfaces:
Externalizable
,Serializable
,Runnable
,ClusterTask<Void>
Task to be executed by remote nodes to deliver the requested packet to the requested
receiver.
- Author:
- Gaston Dombiak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemotePacketExecution
(org.xmpp.packet.JID recipient, org.xmpp.packet.Packet packet) -
Method Summary
-
Constructor Details
-
RemotePacketExecution
public RemotePacketExecution() -
RemotePacketExecution
public RemotePacketExecution(org.xmpp.packet.JID recipient, org.xmpp.packet.Packet packet)
-
-
Method Details
-
getResult
- Specified by:
getResult
in interfaceClusterTask<Void>
-
run
public void run() -
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
toString
-