|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PartitionNexus | |
|---|---|
| org.apache.directory.mitosis.operation | |
| org.apache.directory.server.core | |
| org.apache.directory.server.core.collective | |
| org.apache.directory.server.core.partition | |
| Uses of PartitionNexus in org.apache.directory.mitosis.operation |
|---|
| Methods in org.apache.directory.mitosis.operation with parameters of type PartitionNexus | |
|---|---|
void |
Operation.execute(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Replicates this operation on the specified nexus. |
protected void |
Operation.execute0(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Not supported. |
protected void |
CompositeOperation.execute0(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Apply the replication on each internal operation. |
protected void |
AddEntryOperation.execute0(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Inject the entry into the local server |
protected void |
AttributeOperation.execute0(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Check that we can apply the modification, and create the associated entry, if it does not exists locally. |
protected abstract void |
AttributeOperation.execute1(PartitionNexus nexus,
CoreSession coreSession)
Apply the requested modification locally |
protected void |
DeleteAttributeOperation.execute1(PartitionNexus nexus,
CoreSession coreSession)
Inject the modified attribute into the server. |
protected void |
AddAttributeOperation.execute1(PartitionNexus nexus,
CoreSession coreSession)
Inject the modified attribute into the server. |
protected void |
ReplaceAttributeOperation.execute1(PartitionNexus nexus,
CoreSession coreSession)
Inject the modified attribute into the server. |
| Uses of PartitionNexus in org.apache.directory.server.core |
|---|
| Methods in org.apache.directory.server.core that return PartitionNexus | |
|---|---|
PartitionNexus |
DirectoryService.getPartitionNexus()
|
PartitionNexus |
DefaultDirectoryService.getPartitionNexus()
|
| Uses of PartitionNexus in org.apache.directory.server.core.collective |
|---|
| Constructors in org.apache.directory.server.core.collective with parameters of type PartitionNexus | |
|---|---|
CollectiveAttributesSchemaChecker(PartitionNexus nexus,
AttributeTypeRegistry attrTypeRegistry)
|
|
| Uses of PartitionNexus in org.apache.directory.server.core.partition |
|---|
| Subclasses of PartitionNexus in org.apache.directory.server.core.partition | |
|---|---|
class |
DefaultPartitionNexus
A nexus for partitions dedicated for storing entries specific to a naming context. |
class |
PartitionNexusProxy
A decorator that wraps other PartitionNexus to enable
InterceptorChain and InvocationStack support. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||