Uses of Interface
org.apache.hivemind.definition.InterceptorConstructor

Packages that use InterceptorConstructor
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.definition.impl Default implementations of the registry definition API. 
org.apache.hivemind.internal   
 

Uses of InterceptorConstructor in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition that return InterceptorConstructor
 InterceptorConstructor InterceptorDefinition.getInterceptorConstructor()
           
 

Uses of InterceptorConstructor in org.apache.hivemind.definition.impl
 

Methods in org.apache.hivemind.definition.impl that return InterceptorConstructor
 InterceptorConstructor InterceptorDefinitionImpl.getInterceptorConstructor()
           
 

Methods in org.apache.hivemind.definition.impl with parameters of type InterceptorConstructor
 void InterceptorDefinitionImpl.setInterceptorConstructor(InterceptorConstructor interceptorConstructor)
          Sets the constructor implementation responsible for the creation of interceptor instances.
 

Constructors in org.apache.hivemind.definition.impl with parameters of type InterceptorConstructor
InterceptorDefinitionImpl(ModuleDefinition module, java.lang.String name, Location location, InterceptorConstructor interceptorConstructor)
           
OrderedInterceptorDefinitionImpl(ModuleDefinition module, java.lang.String name, Location location, InterceptorConstructor interceptorConstructor, java.lang.String precedingInterceptorIds, java.lang.String followingInterceptorIds)
           
 

Uses of InterceptorConstructor in org.apache.hivemind.internal
 

Classes in org.apache.hivemind.internal that implement InterceptorConstructor
 class AbstractServiceInterceptorConstructor
          Ancestor for implementions of InterceptorConstructor.
 



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