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:
getResultin interfaceClusterTask<Void>
-
run
public void run() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-