|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyntaxCheckerRegistry
SyntaxChecker registry component's service interface.
Method Summary | |
---|---|
java.lang.String |
getSchemaName(java.lang.String oid)
Gets the name of the schema this schema object is associated with. |
boolean |
hasSyntaxChecker(java.lang.String oid)
Checks to see if a SyntaxChecker exists. |
org.apache.directory.shared.ldap.schema.SyntaxChecker |
lookup(java.lang.String oid)
Looks up a SyntaxChecker by its unique Object Identifier. |
void |
register(java.lang.String schema,
java.lang.String oid,
org.apache.directory.shared.ldap.schema.SyntaxChecker syntaxChecker)
Registers a SyntaxChecker with this registry. |
Method Detail |
---|
void register(java.lang.String schema, java.lang.String oid, org.apache.directory.shared.ldap.schema.SyntaxChecker syntaxChecker) throws javax.naming.NamingException
schema
- the name of the schema the SyntaxChecker is associated withsyntaxChecker
- the SyntaxChecker to register
javax.naming.NamingException
- if the SyntaxChecker is already registered or the
registration operation is not supportedorg.apache.directory.shared.ldap.schema.SyntaxChecker lookup(java.lang.String oid) throws javax.naming.NamingException
oid
- the object identifier
javax.naming.NamingException
- if there is a backing store failure or the
SyntaxChecker does not exist.java.lang.String getSchemaName(java.lang.String oid) throws javax.naming.NamingException
oid
- the object identifier
javax.naming.NamingException
- if the schema object does not existboolean hasSyntaxChecker(java.lang.String oid)
oid
- the object identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |