|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Normalizer registry 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 |
hasNormalizer(java.lang.String oid)
Checks to see if a Normalizer exists. |
Normalizer |
lookup(java.lang.String oid)
Looks up a Normalizer by its unique Object Identifier. |
void |
register(java.lang.String schema,
java.lang.String oid,
Normalizer normalizer)
Registers a Normalizer with this registry. |
Method Detail |
public void register(java.lang.String schema, java.lang.String oid, Normalizer normalizer) throws javax.naming.NamingException
schema
- the name of the schema the Normalizer is associated withnormalizer
- the Normalizer to register
javax.naming.NamingException
- if the Normalizer is already registered or the
registration operation is not supportedpublic Normalizer 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
Normalizer 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 hasNormalizer(java.lang.String oid)
oid
- the object identifier
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |