Uses of Class
org.apache.directory.server.core.interceptor.context.AddOperationContext

Packages that use AddOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.event   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.schema   
org.apache.directory.server.core.schema.registries.synchronizers   
 

Uses of AddOperationContext in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core with parameters of type AddOperationContext
 void OperationManager.add(AddOperationContext opContext)
          TODO document after determining if this method should be here.
 

Uses of AddOperationContext in org.apache.directory.server.core.event
 

Methods in org.apache.directory.server.core.event with parameters of type AddOperationContext
 void DirectoryListener.entryAdded(AddOperationContext opContext)
          Called when an entry has been added.
 

Uses of AddOperationContext in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type AddOperationContext
 void InterceptorChain.add(AddOperationContext opContext)
           
 void NextInterceptor.add(AddOperationContext opContext)
          Calls the next interceptor's Interceptor.add( NextInterceptor, AddOperationContext ).
 void Interceptor.add(NextInterceptor next, AddOperationContext opContext)
          Filters Partition.add( AddOperationContext ) call.
 void BaseInterceptor.add(NextInterceptor next, AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.partition
 

Methods in org.apache.directory.server.core.partition with parameters of type AddOperationContext
 void NullPartition.add(AddOperationContext opContext)
           
 void Partition.add(AddOperationContext opContext)
          Adds an entry to this ContextPartition.
 

Uses of AddOperationContext in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema with parameters of type AddOperationContext
 void SchemaPartition.add(AddOperationContext opContext)
          Adds an entry to this ContextPartition.
 

Uses of AddOperationContext in org.apache.directory.server.core.schema.registries.synchronizers
 

Methods in org.apache.directory.server.core.schema.registries.synchronizers with parameters of type AddOperationContext
 void RegistrySynchronizerAdaptor.add(AddOperationContext opContext)
          Add a new SchemaObject or a new Schema in the Schema partition.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.