Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.pubsub.cluster
Class RefreshNodeTask

java.lang.Object
  extended by org.jivesoftware.openfire.pubsub.cluster.NodeTask
      extended by 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

Field Summary
 
Fields inherited from class org.jivesoftware.openfire.pubsub.cluster.NodeTask
nodeId, serviceId
 
Constructor Summary
RefreshNodeTask()
           
RefreshNodeTask(Node node)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.jivesoftware.openfire.pubsub.cluster.NodeTask
getNode, getNodeId, getResult, getService, readExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshNodeTask

public RefreshNodeTask()

RefreshNodeTask

public RefreshNodeTask(Node node)
Method Detail

run

public void run()

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.