|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassFab | |
---|---|
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. |
Uses of ClassFab in org.apache.hivemind.impl |
---|
Methods in org.apache.hivemind.impl that return ClassFab | |
---|---|
ClassFab |
ProxyBuilder.getClassFab()
|
Uses of ClassFab in org.apache.hivemind.service |
---|
Methods in org.apache.hivemind.service that return ClassFab | |
---|---|
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. |
Methods in org.apache.hivemind.service with parameters of type ClassFab | |
---|---|
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. |
static java.lang.Class |
ClassFabUtils.getInstanceClass(ClassFab classFab,
java.lang.Object instance,
java.lang.Class interfaceClass)
Returns the class of an instance. |
Uses of ClassFab in org.apache.hivemind.service.impl |
---|
Classes in org.apache.hivemind.service.impl that implement ClassFab | |
---|---|
class |
ClassFabImpl
Implementation of ClassFab . |
Methods in org.apache.hivemind.service.impl that return ClassFab | |
---|---|
ClassFab |
ClassFactoryImpl.newClass(java.lang.String name,
java.lang.Class superClass)
|
Methods in org.apache.hivemind.service.impl with parameters of type ClassFab | |
---|---|
protected void |
LoggingInterceptorClassFactory.addServiceMethodImplementation(ClassFab classFab,
MethodSignature sig)
|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |