|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.core.BaseDnRegistry
public class BaseDnRegistry
Registry for maintaining the set of registered base DN's, assocated backends and naming context information.
| Method Summary | |
|---|---|
java.util.List<Message> |
deregisterBaseDN(DN baseDN)
Deregisters a base DN with this registry. |
java.util.List<Message> |
registerBaseDN(DN baseDN,
Backend backend,
boolean isPrivate)
Registers a base DN with this registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<Message> registerBaseDN(DN baseDN,
Backend backend,
boolean isPrivate)
throws DirectoryException
baseDN - to registerbackend - with which the base DN is assocatedisPrivate - indicates whether or not this base DN is private
DirectoryException - if the base DN cannot be registered
public java.util.List<Message> deregisterBaseDN(DN baseDN)
throws DirectoryException
baseDN - to deregister
DirectoryException - if the base DN could not be deregistered
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||