|
||||||||||
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)
Registers a method interceptor. |
void |
InstanceManager.register(PrimitiveHandler handler,
FieldMetadata[] fields,
MethodMetadata[] methods)
Deprecated. use InstanceManager.register(FieldMetadata, FieldInterceptor)
and InstanceManager#register(FieldMetadata, MethodInterceptor) 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(String name)
Gets the MethodMetadata corresponding to the method (contained in the implementation class) with the given name. |
MethodMetadata |
PojoMetadata.getMethod(String name,
String[] types)
Gets the MethodMetadata corresponding to the method (contained in the implementation class) to given name and argument types. |
MethodMetadata[] |
PojoMetadata.getMethods()
|
MethodMetadata[] |
PojoMetadata.getMethods(String name)
Gets 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)
Creates a Callback. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |