Class IsPluginInstalledTask
java.lang.Object
org.jivesoftware.openfire.container.IsPluginInstalledTask
- All Implemented Interfaces:
Externalizable,Serializable,Runnable,ClusterTask<Boolean>
Task that will be run in each cluster node to learn if the specified plugin
is installed or not.
- Author:
- Gaston Dombiak
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsPluginInstalledTask
public IsPluginInstalledTask()Do not use this constructor. It exists for deserialization purposes. -
IsPluginInstalledTask
-
-
Method Details
-
getResult
- Specified by:
getResultin interfaceClusterTask<Boolean>
-
run
public void run() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-