Package | Description |
---|---|
org.apache.felix.ipojo | |
org.apache.felix.ipojo.handlers.lifecycle.callback | |
org.apache.felix.ipojo.parser | |
org.apache.felix.ipojo.util |
Modifier and Type | Method and Description |
---|---|
void |
InstanceManager.register(MethodMetadata method,
MethodInterceptor interceptor)
Registers a method interceptor.
|
void |
InstanceManager.register(MethodMetadata method,
java.lang.String innerClass,
MethodInterceptor interceptor)
Registers a method interceptor on a methods from an inner class.
|
void |
InstanceManager.register(PrimitiveHandler handler,
FieldMetadata[] fields,
MethodMetadata[] methods)
Deprecated.
|
Constructor and Description |
---|
LifecycleCallback(LifecycleCallbackHandler handler,
int transition,
MethodMetadata method)
LifecycleCallback constructor.
|
Modifier and Type | Method and Description |
---|---|
MethodMetadata |
PojoMetadata.getConstructor(java.lang.String[] types)
Gets the constructor corresponding to the given argument types.
|
MethodMetadata[] |
PojoMetadata.getConstructors()
Gets the MethodMetadata list corresponding to the constructors
(contained in the implementation class).
|
MethodMetadata |
PojoMetadata.getMethod(java.lang.String name)
Gets the MethodMetadata corresponding to the method
(contained in the implementation class) with
the given name.
|
MethodMetadata |
PojoMetadata.getMethod(java.lang.String name,
java.lang.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(java.lang.String name)
Gets the MethodMetadata list corresponding to the method
(contained in the implementation class) to given name.
|
MethodMetadata[] |
PojoMetadata.getMethodsFromInnerClass(java.lang.String inner)
Gets the methods from the given inner class.
|
Constructor and Description |
---|
Callback(MethodMetadata method,
InstanceManager manager)
Creates a Callback.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.