org.exist.cluster
Class ClusterEvent
java.lang.Object
org.exist.cluster.ClusterEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CreateCollectionClusterEvent, RemoveClusterEvent, RemoveCollectionClusterEvent, StoreClusterEvent, UpdateClusterEvent
- public abstract class ClusterEvent
- extends java.lang.Object
- implements java.io.Serializable
Created by Francesco Mondora.
- Author:
- Francesco Mondora aka Makkina
Date: Aug 30, 2004
Time: 3:42:17 PM
Revision $Revision: 1.3 $
- See Also:
- Serialized Form
|
Constructor Summary |
|
ClusterEvent()
|
protected |
ClusterEvent(java.lang.String documentName,
java.lang.String collectionName)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_EVENT
public static final int NO_EVENT
- See Also:
- Constant Field Values
collectionName
protected java.lang.String collectionName
documentName
protected java.lang.String documentName
ClusterEvent
public ClusterEvent()
ClusterEvent
protected ClusterEvent(java.lang.String documentName,
java.lang.String collectionName)
getCollectionName
public java.lang.String getCollectionName()
getDocumentName
public java.lang.String getDocumentName()
equals
public boolean equals(java.lang.Object o)
execute
public abstract void execute()
throws ClusterException
- Execute the current command.
- Throws:
ClusterException
getResource
public XMLResource getResource()
throws XMLDBException
- Throws:
XMLDBException
getCollection
public org.xmldb.api.base.Collection getCollection(java.lang.String cName)
throws XMLDBException
- Throws:
XMLDBException
getCollection
public org.xmldb.api.base.Collection getCollection()
throws XMLDBException
- Throws:
XMLDBException
getId
public int getId()
setId
public void setId(int id)
getCounter
public int getCounter()
setCounter
public void setCounter(int counter)
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.