|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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. |
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,
SyntaxChecker syntaxChecker)
Registers a SyntaxChecker with this registry. |
| Method Detail |
public void register(java.lang.String schema,
java.lang.String oid,
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 supported
public 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.
public 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 existpublic boolean 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 | ||||||||||