| Package | Description |
|---|---|
| org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
| org.apache.hivemind.service |
Definitions of services provided by the
hivemind module. |
| org.apache.hivemind.service.impl |
Implementations of services provided by the
hivemind module. |
| Modifier and Type | Method and Description |
|---|---|
ClassFab |
ProxyBuilder.getClassFab() |
| Modifier and Type | Method and Description |
|---|---|
ClassFab |
ClassFactory.newClass(java.lang.String name,
java.lang.Class superClass)
Creates a
ClassFab object for the given name; the new class is a subclass of the
indicated class. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClassFabUtils.addNoOpMethod(ClassFab cf,
MethodSignature m)
Adds a method that does nothing.
|
static void |
ClassFabUtils.addToStringMethod(ClassFab classFab,
java.lang.String toStringResult)
Adds a
toString() method to a class that returns a fixed, pre-computed value. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassFabImpl
Implementation of
ClassFab. |
| Modifier and Type | Method and Description |
|---|---|
ClassFab |
ClassFactoryImpl.newClass(java.lang.String name,
java.lang.Class superClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LoggingInterceptorFactory.addServiceMethodImplementation(ClassFab classFab,
MethodSignature sig) |
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).
|