|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchemaObjectRegistry
Common schema object registry interface.
| Method Summary | |
|---|---|
java.lang.String |
getSchemaName(java.lang.String id)
Gets the name of the schema this schema object is associated with. |
java.util.Iterator<? extends org.apache.directory.shared.ldap.schema.SchemaObject> |
iterator()
Gets an iterator over the registered schema objects in the registry. |
void |
unregister(java.lang.String numericOid)
Removes the SchemaObject registered with this registry. |
| Method Detail |
|---|
java.lang.String getSchemaName(java.lang.String id)
throws javax.naming.NamingException
id - the object identifier or the name
javax.naming.NamingException - if the schema object does not existjava.util.Iterator<? extends org.apache.directory.shared.ldap.schema.SchemaObject> iterator()
void unregister(java.lang.String numericOid)
throws javax.naming.NamingException
numericOid - the numeric identifier
javax.naming.NamingException - if the numeric identifier is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||