|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.schema.bootstrap.BootstrapObjectFactoryRegistry
public class BootstrapObjectFactoryRegistry
A boostrap service implementation for an ObjectFactoryRegistry.
Constructor Summary | |
---|---|
BootstrapObjectFactoryRegistry(OidRegistry oidRegistry)
Creates an ObjectFactoryRegistry that looks up an object factory to use. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootstrapObjectFactoryRegistry(OidRegistry oidRegistry)
oidRegistry
- an object identifier registryMethod Detail |
---|
public ServerDirObjectFactory getObjectFactories(javax.naming.ldap.LdapContext ctx) throws javax.naming.NamingException
ObjectFactoryRegistry
getObjectFactories
in interface ObjectFactoryRegistry
ctx
- the context of the entry
javax.naming.NamingException
public void register(ServerDirObjectFactory factory) throws javax.naming.NamingException
ObjectFactoryRegistry
register
in interface ObjectFactoryRegistry
factory
- the factory to register.
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |