|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A registry used for looking up JNDI object factories based on meta data regarding the objectClass and Class associations with the object factory. Unlike other registries which often throw exceptions when they cannot find an object, this one does not. It returns null if an 'optional' object factory cannot be found.
Method Summary | |
ServerDirObjectFactory |
getObjectFactories(javax.naming.ldap.LdapContext ctx)
Gets the list of ObjectFactories associated with an entry. |
void |
register(ServerDirObjectFactory factory)
Registers a server-side object factory with this registry. |
Method Detail |
public ServerDirObjectFactory getObjectFactories(javax.naming.ldap.LdapContext ctx) throws javax.naming.NamingException
ctx
- the context of the entry
javax.naming.NamingException
public void register(ServerDirObjectFactory factory) throws javax.naming.NamingException
factory
- the factory to register.
javax.naming.NamingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |