org.exist.cluster
Class StoreClusterEvent

java.lang.Object
  extended by org.exist.cluster.ClusterEvent
      extended by org.exist.cluster.StoreClusterEvent
All Implemented Interfaces:
Serializable

public class StoreClusterEvent
extends ClusterEvent

Created by Francesco Mondora.

Author:
Francesco Mondora aka Makkina Date: Aug 30, 2004 Time: 3:45:03 PM Revision $Revision: 2435 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.exist.cluster.ClusterEvent
NO_EVENT
 
Constructor Summary
StoreClusterEvent(String content, String collectionName, String documentName)
           
 
Method Summary
 void execute()
          Execute the current command.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.exist.cluster.ClusterEvent
equals, getCollection, getCollection, getCollectionName, getCounter, getDocumentName, getId, getResource, setCounter, setId
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreClusterEvent

public StoreClusterEvent(String content,
                         String collectionName,
                         String documentName)
Method Detail

execute

public void execute()
             throws ClusterException
Execute the current command.

Specified by:
execute in class ClusterEvent
Throws:
ClusterException

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright (C) Wolfgang Meier. All rights reserved.