com.novell.service.nds
Interface NdsPartition


public interface NdsPartition

Defines methods for aborting partition operations.

Implemented by the NdsPartitionTreeRootContext class for the NDS namespace.


Method Summary
 void abortOperations(javax.naming.Name name)
          Aborts all pending Partition operations.
 void abortOperations(java.lang.String name)
          Aborts all pending Partition operations.
 

Method Detail

abortOperations

public void abortOperations(java.lang.String name)
                     throws NdsPartitionOperationException
Aborts all pending Partition operations.
Parameters:
name - String containing the name of the partition whose pending operations are to be aborted.
Throws:
PartitionOperationException - Wrapper for error returns by the NWDS calls

abortOperations

public void abortOperations(javax.naming.Name name)
                     throws NdsPartitionOperationException
Aborts all pending Partition operations.
Parameters:
name - Name object containing the name of the partition whose pending operations are to be aborted.
Throws:
PartitionOperationException - Wrapper for error returns by the NWDS calls