| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInterceptorFactory.createInterceptor(InterceptorStack stack,
Module invokingModule,
java.util.List parameters)
Creates an interceptor and pushes it onto the interceptor stack.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorStackImpl
Implementation of the
InterceptorStack interface; localizes
error checking in one place. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInterceptorContributionImpl.createInterceptor(InterceptorStack stack) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInterceptorContribution.createInterceptor(InterceptorStack stack)
Invoked to actually create the interceptor and push it onto the stack.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|