|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.schema.SchemaService
public class SchemaService
Document me!
Constructor Summary | |
---|---|
SchemaService(Registries registries,
JdbmPartition schemaPartition,
SchemaOperationControl schemaControl)
|
Method Summary | |
---|---|
Registries |
getRegistries()
|
ServerEntry |
getSubschemaEntry(java.lang.String[] ids)
Gets the schemaSubentry based on specific search id parameters which include the special '*' and '+' operators. |
ServerEntry |
getSubschemaEntryCloned()
A seriously unsafe (unsynchronized) means to access the schemaSubentry. |
ServerEntry |
getSubschemaEntryImmutable()
A seriously unsafe (unsynchronized) means to access the schemaSubentry. |
boolean |
isSchemaSubentry(java.lang.String dnString)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaService(Registries registries, JdbmPartition schemaPartition, SchemaOperationControl schemaControl) throws javax.naming.NamingException
javax.naming.NamingException
Method Detail |
---|
public boolean isSchemaSubentry(java.lang.String dnString) throws javax.naming.NamingException
javax.naming.NamingException
public Registries getRegistries()
public ServerEntry getSubschemaEntryImmutable() throws java.lang.Exception
javax.naming.NamingException
- if there is a failure to access schema timestamps
java.lang.Exception
public ServerEntry getSubschemaEntryCloned() throws java.lang.Exception
javax.naming.NamingException
- if there is a failure to access schema timestamps
java.lang.Exception
public ServerEntry getSubschemaEntry(java.lang.String[] ids) throws java.lang.Exception
ids
- the ids of the attributes that should be returned from a search
javax.naming.NamingException
- if there are failures during schema info access
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |