|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.nds.NDSReplicaOperationStatus
NDSReplicaOperationStatus is an NO-OP class because a replica operation is not multithreaded.
| Field Summary |
| Fields inherited from interface com.novell.admin.ns.OperationStatus |
ABORTED, BUSY, NOT_STARTED, SUCCESSFUL |
| Constructor Summary | |
NDSReplicaOperationStatus(int status)
Constructor |
|
| Method Summary | |
int |
getStatus()
Returns the operation status indicating success. |
void |
waitForOperation(int length)
This method is a NO-OP method. |
void |
waitForOperation(int length,
PartitionOperationCallBack cb)
This method is a NO-OP method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NDSReplicaOperationStatus(int status)
status - The operation status.| Method Detail |
public int getStatus()
throws SPIException
getStatus in interface OperationStatusSPIException - Thrown by the provider.public void waitForOperation(int length)
waitForOperation in interface OperationStatuslength - The amount of time to wait.
public void waitForOperation(int length,
PartitionOperationCallBack cb)
throws SPIException
waitForOperation in interface OperationStatuslength - The time to wait.cb - The call back.
SPIException - Thrown by the provider when an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||