Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.acs.damsel.srvr.schema.SchemaMgrException

Uses of SchemaMgrException in org.acs.damsel.srvr.schema
 

Methods in org.acs.damsel.srvr.schema that throw SchemaMgrException
 void SchemaMgr.deleteSchema(java.lang.String schName)
          Method removes the Schema with the given name from the schema list.
 Schema SchemaMgr.getSchema(java.lang.String schName)
          Method returns the Schema with the given name.
 Schema SchemaMgr.getSchemaOfCollection(java.lang.String collName)
          Method returns the schema corresponding to the specified collection.