|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.cluster.DefaultClusterOperation
public class DefaultClusterOperation
Default cluster operation implementation.
| Constructor Summary | |
|---|---|
DefaultClusterOperation(ClusterNode clusterNode,
ClusterRecord record)
Create an instance of this class. |
|
| Method Summary | |
|---|---|
void |
ended(boolean successful)
Called when the operation has been finished. |
ClusterRecord |
getRecord()
Return the record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultClusterOperation(ClusterNode clusterNode,
ClusterRecord record)
clusterNode - cluster noderecord - cluster record| Method Detail |
|---|
public void ended(boolean successful)
ended in interface ClusterOperationsuccessful - true if the operation ended successfully;
false otherwisepublic ClusterRecord getRecord()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||