|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterceptorDefinition | |
|---|---|
| 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.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
| Uses of InterceptorDefinition in org.apache.hivemind.definition |
|---|
| Methods in org.apache.hivemind.definition with parameters of type InterceptorDefinition | |
|---|---|
void |
ServicePointDefinition.addInterceptor(InterceptorDefinition interceptor)
Adds an interceptor definition to the service point. |
| Uses of InterceptorDefinition in org.apache.hivemind.definition.impl |
|---|
| Classes in org.apache.hivemind.definition.impl that implement InterceptorDefinition | |
|---|---|
class |
InterceptorDefinitionImpl
Default implementation of InterceptorDefinition. |
class |
OrderedInterceptorDefinitionImpl
Specialization of InterceptorDefinitionImpl that implements the Orderable
interface. |
| Methods in org.apache.hivemind.definition.impl with parameters of type InterceptorDefinition | |
|---|---|
void |
ServicePointDefinitionImpl.addInterceptor(InterceptorDefinition interceptor)
|
void |
ModuleDefinitionImpl.addInterceptor(java.lang.String qualifiedServicePointId,
InterceptorDefinition interceptor)
Adds a interceptor for a service point which can be defined in this module or another module. |
| Uses of InterceptorDefinition in org.apache.hivemind.impl |
|---|
| Methods in org.apache.hivemind.impl with parameters of type InterceptorDefinition | |
|---|---|
void |
InterceptorStackImpl.process(InterceptorDefinition interceptorDefinition)
Invoked to process the next interceptor contribution; these should be processed in ascending order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||