org.jivesoftware.openfire.pubsub.cluster
Class RefreshNodeTask
java.lang.Object
org.jivesoftware.openfire.pubsub.cluster.NodeTask
org.jivesoftware.openfire.pubsub.cluster.RefreshNodeTask
- All Implemented Interfaces:
- Externalizable, Serializable, Runnable, ClusterTask
public class RefreshNodeTask
- extends NodeTask
Forces the node to be refreshed from the database. This will load a node from
the database and then add it to the service. If the node already existed it
will be replaced, thereby refreshing it from persistence.
- Author:
- Robin Collier
- See Also:
- Serialized Form
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefreshNodeTask
public RefreshNodeTask()
RefreshNodeTask
public RefreshNodeTask(Node node)
run
public void run()
Copyright © 2003-2008 Jive Software.