Uses of Interface
org.apache.directory.server.protocol.shared.chain.Context

Packages that use Context
org.apache.directory.server.protocol.shared.chain   
org.apache.directory.server.protocol.shared.chain.impl   
 

Uses of Context in org.apache.directory.server.protocol.shared.chain
 

Methods in org.apache.directory.server.protocol.shared.chain with parameters of type Context
 boolean Command.execute(Context context)
          Execute a unit of processing work to be performed.
 boolean Chain.execute(Context context)
          Execute the processing represented by this Chain according to the following algorithm.
 boolean Filter.postprocess(Context context, java.lang.Exception exception)
          Execute any cleanup activities, such as releasing resources that were acquired during the execute() method of this Filter instance.
 

Uses of Context in org.apache.directory.server.protocol.shared.chain.impl
 

Classes in org.apache.directory.server.protocol.shared.chain.impl that implement Context
 class ContextBase
          Convenience base class for Context implementations.
 

Methods in org.apache.directory.server.protocol.shared.chain.impl with parameters of type Context
 boolean ChainBase.execute(Context context)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.