org.exist.cluster
Class CreateCollectionClusterEvent

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

public class CreateCollectionClusterEvent
extends ClusterEvent

Created by Francesco Mondora.

Author:
Francesco Mondora aka Makkina Date: 14-dic-2004 Time: 18.21.12 Revision $Revision: 2435 $
See Also:
Serialized Form

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

Constructor Detail

CreateCollectionClusterEvent

public CreateCollectionClusterEvent(String parent,
                                    String collectionName)
Method Detail

getCollectionName

public String getCollectionName()
Overrides:
getCollectionName in class ClusterEvent

getParent

public String getParent()

execute

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

Specified by:
execute in class ClusterEvent
Throws:
ClusterException

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright (C) Wolfgang Meier. All rights reserved.