Uses of Class
com.novell.admin.common.exceptions.SPIException

Packages that use SPIException
com.novell.admin.common.exceptions   
com.novell.admin.ns   
com.novell.admin.ns.nds   
 

Uses of SPIException in com.novell.admin.common.exceptions
 

Subclasses of SPIException in com.novell.admin.common.exceptions
 interface SimpleSPIException
          This class is used for SPIExceptions that have return errors codes.
 interface UniqueSPIException
          This class is used for SPIExceptions that have return error codes.
 

Methods in com.novell.admin.common.exceptions that return SPIException
 SPIException UniqueSPIException.newException(int errorCode, java.lang.String funcName)
          Creates a UniqueSPIException
 SPIException UniqueSPIException.newException(int errorCode, java.lang.String className, java.lang.String funcName)
          Creates a UniqueSPIException
 SPIException SimpleSPIException.newException(java.lang.String error)
          Returns a SimpleSPIException
 SPIException SimpleSPIException.newException(java.lang.String error, java.lang.String xtraMsg)
           
 SPIException SimpleSPIException.newException(java.lang.String error, boolean reportFlag)
           
 SPIException SimpleSPIException.newException(java.lang.Exception e)
           
 

Uses of SPIException in com.novell.admin.ns
 

Methods in com.novell.admin.ns that throw SPIException
 OperationStatus PartitionService.createPartition(com.novell.application.console.snapin.ObjectEntry partObjEntry)
          Creates a partition at the with the specified ObjectEntry as the partition root.
 OperationStatus PartitionService.mergePartition(com.novell.application.console.snapin.ObjectEntry partObjEntry)
          Merges a partition with its parent partition.
 Replica[] PartitionService.getPartitionReplicaList(com.novell.application.console.snapin.ObjectEntry servObjEntry, java.lang.String serverToRead)
          Returns a list of replicas of a partition objectEntry.
 Replica[] PartitionService.getServerPartitionList(com.novell.application.console.snapin.ObjectEntry servObjEntry)
          Returns the list of replicas stored on a server.
 OperationStatus PartitionService.createReplica(com.novell.application.console.snapin.ObjectEntry partObjEntry, java.lang.String servFDN, int type)
          Creates a replica of a specified partition.
 OperationStatus PartitionService.deleteReplica(com.novell.application.console.snapin.ObjectEntry partObjEntry, java.lang.String servFDN)
          Deletes a replica of a specified partition.
 java.lang.String PartitionService.getPartitionRoot(com.novell.application.console.snapin.ObjectEntry objEntry)
          Returns the fully distinguished name of the specified partition root objEntry.
 boolean PartitionService.isPartition(com.novell.application.console.snapin.ObjectEntry objEntry)
          Determines if an object is a partition.
 PartitionService PartitionableNamespace.getPartitionService(com.novell.application.console.snapin.ObjectEntry obj)
          Returns the partition management tool.
 com.novell.application.console.snapin.ObjectType Schema.getObjectType(java.lang.String className)
          Returns an ObjectType object for a specific class.
 ClassDefinition Schema.getClassDefinition(java.lang.String className)
          Returns the definition for a specific class.
 AttributeDefinition Schema.getAttributeDefinition(java.lang.String attrName)
          Returns the definition for a specific attribute.
 SchemaDefinition Schema.getSchemaDefinition()
          Returns the schema definition from NDS.
 void Schema.writeAttributeDefinition(AttributeDefinition attributeDef)
          Writes the attribute definition to NDS.
 void Schema.deleteAttributeDefinition(AttributeDefinition attributeDef)
          Deletes the attribute definition from NDS.
 void Schema.modifyClassDefinition(ClassDefinition classDef)
          Modifies the class definition in NDS.
 void Schema.writeClassDefinition(ClassDefinition classDef)
          Writes the class definition to NDS.
 void Schema.deleteClassDefinition(ClassDefinition classDef)
          Deletes the class definition from NDS.
 java.io.InputStream StreamValue.getValue()
          Returns the value as a InputStream.
 java.io.InputStream InputStreamFactory.getInputStream()
          Returns the InputStream.
 void AdminNamespace.create(NSObject obj)
          Creates a new object in the namespace.
 com.novell.application.console.snapin.ObjectEntry AdminNamespace.createObjectEntry(com.novell.application.console.snapin.ObjectEntry parent, java.lang.String child, java.lang.String className)
          Creates an ObjectEntry for a child object that does not exist in the namespace.
 void AdminNamespace.delete(com.novell.application.console.snapin.ObjectEntry obj)
          Deletes an object from the namespace.
 boolean AdminNamespace.doesExist(com.novell.application.console.snapin.ObjectEntry parentEntry, java.lang.String objStr)
          Checks to see if an object exists in the namespace.
 int AdminNamespace.getMaxNameLength(com.novell.application.console.snapin.ObjectEntry parentOE, AttributeDefinition attrDef)
          Returns the maximum character length for a new object name, depending on the namespace.
 com.novell.application.console.snapin.ObjectType[] AdminNamespace.getObjectTypes(com.novell.application.console.snapin.ObjectEntry obj)
          Returns all of the possible object types for this namespace.
 com.novell.application.console.snapin.ObjectType AdminNamespace.getObjectType(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String className)
          Returns an object type for the given object entry.
 ObjectAttribute[] AdminNamespace.getAttributes(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String[] attrStrings)
          Reads an existing object in the namespace and returns an array containing the object's attributes, including their values.
 void AdminNamespace.setAttributes(com.novell.application.console.snapin.ObjectEntry obj, ObjectAttribute[] attributes)
          Writes attributes, including values, to an existing object.
 ClassDefinition AdminNamespace.getClassDefinition(com.novell.application.console.snapin.ObjectEntry ctxObj, java.lang.String className)
          Reads the namespace schema and returns a class definition for a specific class.
 AttributeDefinition AdminNamespace.getAttributeDefinition(com.novell.application.console.snapin.ObjectEntry ctxObj, java.lang.String attrName)
          Returns an attribute definition for a specific attribute in a specific context.
 SchemaDefinition AdminNamespace.getSchemaDefinition(com.novell.application.console.snapin.ObjectEntry ctxObj)
          Returns the schema definition from a given context.
 com.novell.application.console.snapin.ObjectEntryEnumeration AdminNamespace.getChildren(com.novell.application.console.snapin.ObjectEntry obj)
          Returns an ObjectEntry's child objects.
 com.novell.application.console.snapin.ObjectEntryEnumeration AdminNamespace.getChildren(com.novell.application.console.snapin.ObjectEntry obj, com.novell.application.console.snapin.ResultModifier modifiers)
          Returns an ObjectEntry's child objects according to a filtered request.
 Rights AdminNamespace.getObjectEffectiveRights(com.novell.application.console.snapin.ObjectEntry objForInquire, com.novell.application.console.snapin.ObjectEntry trustee)
          Returns the effective rights of an object to a target object.
 Rights[] AdminNamespace.getPropertyEffectiveRights(com.novell.application.console.snapin.ObjectEntry objForInquire, com.novell.application.console.snapin.ObjectEntry trustee, java.lang.String[] attrNames)
          Returns the effective rights of an object to a target object's attributes.
 NSObject AdminNamespace.getDetails(com.novell.application.console.snapin.ObjectEntry obj)
          Reads the details for an existing object and returns an NSObject for that object.
 NSObject AdminNamespace.getDetails(com.novell.application.console.snapin.ObjectEntry obj, java.lang.Object key)
          Reads the details for an existing object and returns an NSObject for that object.
 com.novell.application.console.snapin.ObjectEntry AdminNamespace.getObjectEntry(java.lang.String objEntryStr)
          Returns an ObjectEntry for a valid object name.
 com.novell.application.console.snapin.ObjectEntry AdminNamespace.getObjectEntry(com.novell.application.console.snapin.ObjectEntry parentEntry, java.lang.String objEntryStr)
          Returns an ObjectEntry for a valid object name.
 com.novell.application.console.snapin.ObjectEntry AdminNamespace.move(com.novell.application.console.snapin.ObjectEntry objToMove, com.novell.application.console.snapin.ObjectEntry destination)
          Moves an object to another location in the namespace.
 com.novell.application.console.snapin.ObjectEntry AdminNamespace.rename(com.novell.application.console.snapin.ObjectEntry fromObjEntry, java.lang.String newName)
          Renames an object.
 void AdminNamespace.update(NSObject obj)
          Writes object changes to the namespace.
 void OperationStatus.waitForOperation(int length, PartitionOperationCallBack cb)
          This method waits for the specified length of time and calls the callback class.
 void OperationStatus.abortOperation()
          Aborts an operation.
 int OperationStatus.getStatus()
          Returns the status of the operations.
 com.novell.application.console.snapin.ObjectEntry AuthenticationNamespace.getAuthenticatedIdentity(com.novell.application.console.snapin.ObjectEntry obj)
          Returns the identity for the current logged in user.
 void AuthenticationNamespace.changePassword(com.novell.application.console.snapin.ObjectEntry obj)
          Changes a password for an object.
 void AuthenticationNamespace.changePassword(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String oldPassword, java.lang.String newPassword)
          Changes a password for an object.
 void AuthenticationNamespace.setPassword(com.novell.application.console.snapin.ObjectEntry obj)
          Sets the password for an object.
 void AuthenticationNamespace.setPassword(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String password)
          Sets the password for an object.
 void AuthenticationNamespace.authenticate(com.novell.application.console.snapin.ObjectEntry obj)
          Authenticates an object.
 void AuthenticationNamespace.authenticate(java.lang.String obj, java.lang.String authenticateObject, java.lang.String password)
          Authenticates an object.
 void AuthenticationNamespace.authenticateServer(java.lang.String serverName)
          Authenticates to a particular server.
 void AuthenticationNamespace.unAuthenticate(com.novell.application.console.snapin.ObjectEntry obj)
          UnAuthenticates the object.
 void AuthenticationNamespace.unAuthenticate(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String password)
          UnAuthenticates the object.
 

Uses of SPIException in com.novell.admin.ns.nds
 

Methods in com.novell.admin.ns.nds that throw SPIException
 void NDSReplicaOperationStatus.waitForOperation(int length, PartitionOperationCallBack cb)
          This method is a NO-OP method.
 void NDSReplicaOperationStatus.abortOperation()
          This method is a NO-OP method.
 int NDSReplicaOperationStatus.getStatus()
          Returns the operation status indicating success.
 int OperationThreadStatus.operationStatus()
          Returns the operations' states.
 byte[] NDSNCPExtension.sendNCPRequest(byte[] request, int replySize)
          Returns the reply data from the ncp extension.
 java.io.InputStream NDSInputStreamFactory.getInputStream(com.novell.application.console.snapin.ObjectEntry serverObj)
          Returns the InputStream from the passed in server
 void NDSSchemaDefinition.putAttributeDefinition(AttributeDefinition attributeDef)
          Adds a new attribute definition to the schema.
 void NDSSchemaDefinition.putClassDefinition(ClassDefinition classDef)
          Adds a new class definition to the schema or replaces an existing definition with another.
 void NDSSchemaDefinition.removeAttributeDefinition(java.lang.String attrName)
          Removes an attribute definition from the schema.
 void NDSSchemaDefinition.removeClassDefinition(java.lang.String className)
          Removes a class definition from the schema.
 void NDSPartitionService.abortPartitionOperation(com.novell.application.console.snapin.ObjectEntry partObjEntry)
          Aborts a partition operation on the input partObjEntry
 NDSPartitionInfo NDSPartitionService.getPartitionInfo(com.novell.application.console.snapin.ObjectEntry partObjEntry)
          Returns partition information of a partition.
 int NDSPartitionService.getNumberOfReplicasOnServer(com.novell.application.console.snapin.ObjectEntry servObjEntry)
          Returns the number of replicas stored on the input server object entry.
 OperationStatus NDSPartitionService.changeReplicaType(com.novell.application.console.snapin.ObjectEntry partObjEntry, java.lang.String servFDN, int type)
          Changes the replica type of a partition replica on a server
 NDSReplicaInfo NDSPartitionService.getReplicaInfo(NDSReplica replica, java.lang.String serverToRead)
          Returns replica information of a replica.
 NDSReplicaInfo NDSPartitionService.getReplicaInfo(com.novell.application.console.snapin.ObjectEntry pFDN, com.novell.application.console.snapin.ObjectEntry servFDN)
          Returns a replica's information.
 java.util.Date NDSPartitionService.getUTCTime(com.novell.application.console.snapin.ObjectEntry partObjEntry)
          Returns the Universal Time Coordinated (UTC) setting of the server.
 NDSReplicaInfo[] NDSPartitionService.getDirectedPartitionReplicaList(com.novell.application.console.snapin.ObjectEntry partitionOE, com.novell.application.console.snapin.ObjectEntry serverOE)
          Returns a list of NDSReplicaInfo of a partition objectEntry from directed server.
 void NDSPartitionService.sendUpdates(com.novell.application.console.snapin.ObjectEntry partObjEntry, java.lang.String servFDN)
          This replica sends updates to all other replicas.
 void NDSPartitionService.receiveUpdates(com.novell.application.console.snapin.ObjectEntry partObjEntry, java.lang.String servFDN)
          This replica receives updates from the master replica.
 void NDSPartitionService.syncReplica(com.novell.application.console.snapin.ObjectEntry partObjEntry, java.lang.String servFDN)
          This method updates each replica of a partition after an addition, deletion, or modification to NDS.
 void NDSPartitionOperationStatus.waitForOperation(int length, PartitionOperationCallBack cb)
          This method will wait for the specified length of time(in millisecond) and call the callback class.
 void NDSPartitionOperationStatus.abortOperation()
          Abort partition operation.
 int NDSPartitionOperationStatus.getStatus()
          Returns the status of NDS partition operation.
 com.novell.application.console.snapin.ObjectEntryEnumeration NDSNamespace.getChildContainers(com.novell.application.console.snapin.ObjectEntry parent, com.novell.application.console.snapin.ResultModifier modifiers)
          Retrieves the child container objects for a given container object.
 java.lang.String NDSNamespace.getDereferencedAliasObjectDN(com.novell.application.console.snapin.ObjectEntry aliasOE)
          Retrieves the DN of the object the alias is pointing to.
 com.novell.application.console.snapin.ObjectType[] NDSNamespace.getObjectType(com.novell.application.console.snapin.ObjectEntry tree, java.lang.String[] objectFDN)
          Returns an ObjectType for each object's fully distinguished name (FDN).
 java.util.Date NDSNamespace.getLastModificationTime(com.novell.application.console.snapin.ObjectEntry objectEntry)
          Returns the time of the last modification of the object in NDS.
 PartitionService NDSNamespace.getPartitionService(com.novell.application.console.snapin.ObjectEntry obj)
          Returns the handle to the partition management service.
 boolean NDSNamespace.isSkadsServer(com.novell.application.console.snapin.ObjectEntry obj)
          Determines whether or not the object is in an NDS v8 tree.
 ObjectAttribute NDSNamespace.getAttribute(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String attrStr)
          Returns the attribute value(s) for a namespace object's specific attribute.
 NDSNCPExtension NDSNamespace.getNCPExtension(java.lang.String name, com.novell.application.console.snapin.ObjectEntry serverOE)
          Helper method to the ncp extension device.
 java.lang.Object NDSNamespace.getContext(com.novell.application.console.snapin.ObjectEntry oe)
          Helper method to return a Provider Context
 ObjectAttribute[] NDSNamespace.getAttributes(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String[] attrStrings, com.novell.application.console.snapin.ObjectEntry serverObj)
          Reads an existing object in the namespace and returns an array containing the object's attributes, including their values.
 NSObject NDSNamespace.getDetails(com.novell.application.console.snapin.ObjectEntry obj, com.novell.application.console.snapin.ObjectEntry serverObj)
          Reads the details for an existing object and returns an NSObject for that object.
 void NDSNamespace.setAttribute(com.novell.application.console.snapin.ObjectEntry obj, ObjectAttribute attribute)
          Writes the attribute value for a namespace objects particular attribute.
 boolean NDSNamespace.compareAttribute(com.novell.application.console.snapin.ObjectEntry obj, ObjectAttribute objAttr)
          Determines if an object contains the specified attribute with the specified value.
 java.lang.String NDSNamespace.getTreeNameFromServer(java.lang.String server)
          Get the tree name from a specified server.
 Rights NDSNamespace.getPropertyEffectiveRights(com.novell.application.console.snapin.ObjectEntry objForInquire, com.novell.application.console.snapin.ObjectEntry trustee, java.lang.String attrName)
          Get the effective property rights of a trustee on an objects attribute.
 int NDSNamespace.ncpFragmentRequest(com.novell.application.console.snapin.ObjectEntry oe, int ncp, int verb, byte[][] requestFrags, byte[][] replyFrags)
          Send NCP using a fragmented request
 void NDSNamespace.update(NSObject obj, com.novell.application.console.snapin.ObjectEntry serverObj)
          Writes object changes to the namespace.
 void NDSNamespace.create(NSObject obj, com.novell.application.console.snapin.ObjectEntry serverObj)
          Creates a new object in the namespace.
 void NDSNamespace.delete(com.novell.application.console.snapin.ObjectEntry obj, com.novell.application.console.snapin.ObjectEntry serverObj)
          Deletes an object from the namespace.
 void NDSNamespace.deleteAttributeValues(com.novell.application.console.snapin.ObjectEntry obj, ObjectAttribute attr)
          Deletes an object attribute value.
 



API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.