Uses of Interface
org.apache.hivemind.InterceptorStack

Packages that use InterceptorStack
org.apache.hivemind The main HiveMind package. 
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.internal   
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Uses of InterceptorStack in org.apache.hivemind
 

Methods in org.apache.hivemind with parameters of type InterceptorStack
 void ServiceInterceptorFactory.createInterceptor(InterceptorStack stack, Module invokingModule, java.util.List parameters)
          Creates an interceptor and pushes it onto the interceptor stack.
 

Uses of InterceptorStack in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement InterceptorStack
 class InterceptorStackImpl
          Implementation of the InterceptorStack interface; localizes error checking in one place.
 

Methods in org.apache.hivemind.impl with parameters of type InterceptorStack
 void ServiceInterceptorContributionImpl.createInterceptor(InterceptorStack stack)
           
 

Uses of InterceptorStack in org.apache.hivemind.internal
 

Methods in org.apache.hivemind.internal with parameters of type InterceptorStack
 void ServiceInterceptorContribution.createInterceptor(InterceptorStack stack)
          Invoked to actually create the interceptor and push it onto the stack.
 

Uses of InterceptorStack in org.apache.hivemind.service.impl
 

Methods in org.apache.hivemind.service.impl with parameters of type InterceptorStack
protected  void LoggingInterceptorFactory.addServiceMethods(InterceptorStack stack, ClassFab fab, java.util.List parameters)
           
protected  void LoggingInterceptorFactory.addToStringMethod(InterceptorStack stack, ClassFab fab)
          Creates a toString() method that identify the interceptor service id, the intercepted service id, and the service interface class name).
 void LoggingInterceptorFactory.createInterceptor(InterceptorStack stack, Module contributingModule, java.util.List parameters)
          Creates the interceptor.