|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorStack | |
---|---|
org.apache.hivemind.definition | This package contains the interfaces that are needed for the definition of a registry. |
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.definition |
---|
Methods in org.apache.hivemind.definition with parameters of type InterceptorStack | |
---|---|
void |
InterceptorConstructor.constructServiceInterceptor(InterceptorStack interceptorStack,
Module contributingModule)
Creates a new core service implementation. |
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. |
Uses of InterceptorStack in org.apache.hivemind.internal |
---|
Methods in org.apache.hivemind.internal with parameters of type InterceptorStack | |
---|---|
abstract void |
AbstractServiceInterceptorConstructor.constructServiceInterceptor(InterceptorStack interceptorStack,
Module contributingModule)
|
Uses of InterceptorStack in org.apache.hivemind.service.impl |
---|
Methods in org.apache.hivemind.service.impl with parameters of type InterceptorStack | |
---|---|
protected void |
LoggingInterceptorClassFactory.addServiceMethods(InterceptorStack stack,
ClassFab fab,
java.util.List parameters)
|
protected void |
LoggingInterceptorClassFactory.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). |
java.lang.Class |
LoggingInterceptorClassFactory.constructInterceptorClass(InterceptorStack stack,
java.util.List parameters)
Creates the interceptor class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |