|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.cluster.ItemOperation
public abstract class ItemOperation
Item operation interface.
| Field Summary | |
|---|---|
static int |
ADDED
Operation type: added. |
static int |
DELETED
Operation type: deleted. |
static int |
MODIFIED
Operation type: modified. |
| Constructor Summary | |
|---|---|
protected |
ItemOperation(int operationType)
Creates a new instance of this class. |
| Method Summary | |
|---|---|
abstract void |
apply(ChangeLog changeLog)
Apply an operation to a change log. |
int |
getOperationType()
Returns the operation type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ADDED
public static final int MODIFIED
public static final int DELETED
| Constructor Detail |
|---|
protected ItemOperation(int operationType)
| Method Detail |
|---|
public int getOperationType()
public abstract void apply(ChangeLog changeLog)
changeLog - change log
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||