public class NDSReplicaOperationStatus extends java.lang.Object implements OperationStatus
ABORTED, BUSY, NOT_STARTED, SUCCESSFUL| Constructor and Description |
|---|
NDSReplicaOperationStatus(int status)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public NDSReplicaOperationStatus(int status)
status - The operation status.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.public void waitForOperation(int length)
waitForOperation in interface OperationStatuslength - The amount of time to wait.public int getStatus()
throws SPIException
getStatus in interface OperationStatusSPIException - Thrown by the provider.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.