|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NoSuchMethodException in java.lang |
---|
Methods in java.lang that throw NoSuchMethodException | |
---|---|
Constructor |
Class.getConstructor(Class[] var0)
|
Constructor |
Class.getDeclaredConstructor(Class[] var0)
|
Method |
Class.getDeclaredMethod(String var0,
Class[] var1)
|
Method |
Class.getMethod(String var0,
Class[] var1)
|
Uses of NoSuchMethodException in org.apache.felix.dm |
---|
Methods in org.apache.felix.dm that throw NoSuchMethodException | |
---|---|
static Object |
InvocationUtil.invokeCallbackMethod(Object instance,
String methodName,
Class[][] signatures,
Object[][] parameters)
|
static Object |
InvocationUtil.invokeMethod(Object object,
Class clazz,
String name,
Class[][] signatures,
Object[][] parameters,
boolean isSuper)
|
Uses of NoSuchMethodException in org.apache.felix.dm.runtime |
---|
Methods in org.apache.felix.dm.runtime that throw NoSuchMethodException | |
---|---|
static Object |
InvocationUtil.invokeCallbackMethod(Object instance,
String methodName,
|
static Object |
InvocationUtil.invokeMethod(Object object,
|
Uses of NoSuchMethodException in org.apache.felix.ipojo.handlers.dependency |
---|
Methods in org.apache.felix.ipojo.handlers.dependency that throw NoSuchMethodException | |
---|---|
protected void |
DependencyCallback.call(ServiceReference ref,
Object obj)
Call the callback method with a service reference. |
protected void |
DependencyCallback.callOnInstance(Object instance,
ServiceReference ref,
Object obj)
Call the callback on the given instance with the given argument. |
Uses of NoSuchMethodException in org.apache.felix.ipojo.handlers.lifecycle.callback |
---|
Methods in org.apache.felix.ipojo.handlers.lifecycle.callback that throw NoSuchMethodException | |
---|---|
protected void |
LifecycleCallback.call()
Call the callback method when the transition from inital tostate is detected. |
Uses of NoSuchMethodException in org.apache.felix.ipojo.util |
---|
Methods in org.apache.felix.ipojo.util that throw NoSuchMethodException | |
---|---|
Object |
Callback.call()
Invokes the method without arguments. |
Object |
Callback.call(Object instance)
Invokes the method without arguments. |
Object |
Callback.call(Object[] arg)
Invokes the method on every created objects with the specified arguments. |
Object |
Callback.call(Object instance,
Object[] arg)
Invokes the method on the given object with the specified arguments. |
protected void |
Callback.searchMethod()
Searches the Method object in the POJO by analyzing implementation
class methods. |
Uses of NoSuchMethodException in org.apache.felix.mosgi.jmx.agent.mx4j |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j that throw NoSuchMethodException | |
---|---|
protected Method |
AbstractDynamicMBean.findMethod(Class cls,
String name,
Class[] params)
Returns the (public) method with the given name and signature on the given class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |