|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OperationContext in org.apache.directory.server.core |
|---|
| Methods in org.apache.directory.server.core that return types with arguments of type OperationContext | |
|---|---|
java.util.Set<OperationContext> |
CoreSession.getOutstandingOperations()
Gets all outstanding operations currently being performed that have yet to be completed. |
| Uses of OperationContext in org.apache.directory.server.core.interceptor |
|---|
| Methods in org.apache.directory.server.core.interceptor that return OperationContext | |
|---|---|
static OperationContext |
BaseInterceptor.getContext()
TODO delete this since it uses static access Returns the current JNDI Context. |
| Uses of OperationContext in org.apache.directory.server.core.interceptor.context |
|---|
| Subinterfaces of OperationContext in org.apache.directory.server.core.interceptor.context | |
|---|---|
interface |
ChangeOperationContext
Operations (write based) causing changes extend this interface. |
| Classes in org.apache.directory.server.core.interceptor.context that implement OperationContext | |
|---|---|
class |
AbstractChangeOperationContext
An abstract base class used by all change inducing operations. |
class |
AbstractOperationContext
This abstract class stores common context elements, like the DN, which is used in all the contexts. |
class |
AddContextPartitionOperationContext
A AddContextPartition context used for Interceptors. |
class |
AddOperationContext
A Add context used for Interceptors. |
class |
BindOperationContext
A Bind context used for Interceptors. |
class |
CompareOperationContext
A Compare context used for Interceptors. |
class |
DeleteOperationContext
A Delete context used for Interceptors. |
class |
EmptyOperationContext
An EmptySuffix context used for Interceptors. |
class |
EntryOperationContext
A Entry context used for Interceptors. |
class |
GetMatchedNameOperationContext
A GetMatchedName context used for Interceptors. |
class |
GetRootDSEOperationContext
A GetRootDSE context used for Interceptors. |
class |
GetSuffixOperationContext
A GetSuffix context used for Interceptors. |
class |
ListOperationContext
A ListContext context used for Interceptors. |
class |
ListSuffixOperationContext
A ListSuffix context used for Interceptors. |
class |
LookupOperationContext
A context for tracking lookup operations. |
class |
ModifyOperationContext
A Modify context used for Interceptors. |
class |
MoveAndRenameOperationContext
A Move And Rename context used for Interceptors. |
class |
MoveOperationContext
A Move context used for Interceptors. |
class |
RemoveContextPartitionOperationContext
A RemoveContextPartition context used for Interceptors. |
class |
RenameOperationContext
A RenameService context used for Interceptors. |
class |
SearchingOperationContext
A context used for search related operations and used by all the Interceptors. |
class |
SearchOperationContext
A Search context used for Interceptors. |
class |
UnbindOperationContext
A Unbind context used for Interceptors. |
| Fields in org.apache.directory.server.core.interceptor.context declared as OperationContext | |
|---|---|
protected OperationContext |
AbstractOperationContext.next
|
protected OperationContext |
AbstractOperationContext.previous
|
| Methods in org.apache.directory.server.core.interceptor.context that return OperationContext | |
|---|---|
OperationContext |
OperationContext.getFirstOperation()
Gets the first, direct operation issued against the DirectoryService. |
OperationContext |
BindOperationContext.getFirstOperation()
|
OperationContext |
AbstractOperationContext.getFirstOperation()
|
OperationContext |
OperationContext.getLastOperation()
Gets the last, operation issued on the DirectoryService. |
OperationContext |
BindOperationContext.getLastOperation()
|
OperationContext |
AbstractOperationContext.getLastOperation()
|
OperationContext |
OperationContext.getNextOperation()
Gets the next, indirect operation issued on the DirectoryService. |
OperationContext |
BindOperationContext.getNextOperation()
|
OperationContext |
AbstractOperationContext.getNextOperation()
|
OperationContext |
OperationContext.getPreviousOperation()
Gets the previous, operation issued on the DirectoryService. |
OperationContext |
BindOperationContext.getPreviousOperation()
|
OperationContext |
AbstractOperationContext.getPreviousOperation()
|
| Methods in org.apache.directory.server.core.interceptor.context with parameters of type OperationContext | |
|---|---|
protected void |
AbstractOperationContext.setNextOperation(OperationContext next)
|
protected void |
AbstractOperationContext.setPreviousOperation(OperationContext previous)
|
| Uses of OperationContext in org.apache.directory.server.core.invocation |
|---|
| Methods in org.apache.directory.server.core.invocation that return OperationContext | |
|---|---|
OperationContext |
InvocationStack.peek()
Returns the latest invocation. |
OperationContext |
InvocationStack.pop()
Pops the latest invocation from this stack. |
OperationContext[] |
InvocationStack.toArray()
Returns an array of Invocations. |
| Methods in org.apache.directory.server.core.invocation with parameters of type OperationContext | |
|---|---|
void |
InvocationStack.push(OperationContext opContext)
Pushes the specified invocation to this stack. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||