Class NotifyComponentRegistered
java.lang.Object
org.jivesoftware.openfire.component.NotifyComponentRegistered
- All Implemented Interfaces:
Externalizable
,Serializable
,Runnable
,ClusterTask<Void>
Task that will be executed on other cluster nodes to trigger the event that a component was
added to a cluster node.
- Author:
- Gaston Dombiak
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotifyComponentRegistered
public NotifyComponentRegistered() -
NotifyComponentRegistered
public NotifyComponentRegistered(org.xmpp.packet.JID componentJID)
-
-
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
-