|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodMetadata | |
---|---|
org.apache.felix.ipojo | |
org.apache.felix.ipojo.handlers.lifecycle.callback | |
org.apache.felix.ipojo.parser | |
org.apache.felix.ipojo.util |
Uses of MethodMetadata in org.apache.felix.ipojo |
---|
Methods in org.apache.felix.ipojo with parameters of type MethodMetadata | |
---|---|
void |
InstanceManager.register(MethodMetadata method,
MethodInterceptor interceptor)
Register a method interceptor. |
void |
InstanceManager.register(PrimitiveHandler handler,
FieldMetadata[] fields,
MethodMetadata[] methods)
Deprecated. use register(FieldMetadata fm, FieldInterceptor fi) and register(MethodMetadata mm, MethodInterceptor mi) instead. |
Uses of MethodMetadata in org.apache.felix.ipojo.handlers.lifecycle.callback |
---|
Constructors in org.apache.felix.ipojo.handlers.lifecycle.callback with parameters of type MethodMetadata | |
---|---|
LifecycleCallback(LifecycleCallbackHandler handler,
int transition,
MethodMetadata method)
LifecycleCallback constructor. |
Uses of MethodMetadata in org.apache.felix.ipojo.parser |
---|
Methods in org.apache.felix.ipojo.parser that return MethodMetadata | |
---|---|
MethodMetadata |
PojoMetadata.getMethod(java.lang.String name)
Get the MethodMetadata corresponding to the method (contained in the implementation class) to given name. |
MethodMetadata |
PojoMetadata.getMethod(java.lang.String name,
java.lang.String[] types)
Get the MethodMetadata corresponding to the method (contained in the implementation class) to given name and argument types. |
MethodMetadata[] |
PojoMetadata.getMethods()
|
MethodMetadata[] |
PojoMetadata.getMethods(java.lang.String name)
Get the MethodMetadata list corresponding to the method (contained in the implementation class) to given name. |
Uses of MethodMetadata in org.apache.felix.ipojo.util |
---|
Constructors in org.apache.felix.ipojo.util with parameters of type MethodMetadata | |
---|---|
Callback(MethodMetadata method,
InstanceManager manager)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |