Uses of Class
java.lang.NoSuchMethodException

Packages that use NoSuchMethodException
java.lang   
org.apache.felix.dm   
org.apache.felix.dm.runtime   
org.apache.felix.ipojo.handlers.dependency   
org.apache.felix.ipojo.handlers.lifecycle.callback   
org.apache.felix.ipojo.util   
org.apache.felix.mosgi.jmx.agent.mx4j   
 

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, [][] signatures, Object[][] parameters)
           
static Object InvocationUtil.invokeMethod(Object object,  clazz, String name, [][] signatures, Object[][] parameters, boolean isSuper)
           
 

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.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.