|
||||||||||
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.BootstrapStateFactoryRegistry
public class BootstrapStateFactoryRegistry
A bootstrap service implementation for a state factory registry.
Constructor Summary | |
---|---|
BootstrapStateFactoryRegistry()
|
Method Summary | |
---|---|
ServerDirStateFactory |
getStateFactories(java.lang.Object obj)
Gets the list of StateFactories associated with a class. |
void |
register(ServerDirStateFactory factory)
Registers a server-side state 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 BootstrapStateFactoryRegistry()
Method Detail |
---|
public ServerDirStateFactory getStateFactories(java.lang.Object obj) throws javax.naming.NamingException
StateFactoryRegistry
getStateFactories
in interface StateFactoryRegistry
obj
- the object to be persisted by the factories
javax.naming.NamingException
public void register(ServerDirStateFactory factory)
StateFactoryRegistry
register
in interface StateFactoryRegistry
factory
- the factory to register.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |