Uses of Class
java.lang.IllegalAccessException

Packages that use IllegalAccessException
java.lang   
java.lang.reflect   
org.apache.felix.dm   
org.apache.felix.dm.runtime   
org.apache.felix.gogo.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 IllegalAccessException in java.lang
 

Methods in java.lang that throw IllegalAccessException
 Object Class.newInstance()
           
 

Uses of IllegalAccessException in java.lang.reflect
 

Methods in java.lang.reflect that throw IllegalAccessException
 Object Field.get(Object var0)
           
 boolean Field.getBoolean(Object var0)
           
 byte Field.getByte(Object var0)
           
 char Field.getChar(Object var0)
           
 double Field.getDouble(Object var0)
           
 float Field.getFloat(Object var0)
           
 int Field.getInt(Object var0)
           
 long Field.getLong(Object var0)
           
 short Field.getShort(Object var0)
           
 Object Method.invoke(Object var0, Object[] var1)
           
 Object Constructor.newInstance(Object[] var0)
           
 void Field.set(Object var0, Object var1)
           
 void Field.setBoolean(Object var0, boolean var1)
           
 void Field.setByte(Object var0, byte var1)
           
 void Field.setChar(Object var0, char var1)
           
 void Field.setDouble(Object var0, double var1)
           
 void Field.setFloat(Object var0, float var1)
           
 void Field.setInt(Object var0, int var1)
           
 void Field.setLong(Object var0, long var1)
           
 void Field.setShort(Object var0, short var1)
           
 

Uses of IllegalAccessException in org.apache.felix.dm
 

Methods in org.apache.felix.dm that throw IllegalAccessException
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 IllegalAccessException in org.apache.felix.dm.runtime
 

Methods in org.apache.felix.dm.runtime that throw IllegalAccessException
 void ServiceLifecycleHandler.destroy(Component service)
          Handles the Service's destroy lifecycle callback.
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)
           
 void ServiceLifecycleHandler.start(Component service)
          Handles the Service's start lifecycle callback.
 void ServiceLifecycleHandler.stop(Component service)
          Handles the Service's stop lifecycle callback.
 

Uses of IllegalAccessException in org.apache.felix.gogo.runtime
 

Methods in org.apache.felix.gogo.runtime that throw IllegalAccessException
static Object Reflective.method(CommandSession session, Object target, String name,  args)
           
 

Uses of IllegalAccessException in org.apache.felix.ipojo.handlers.dependency
 

Methods in org.apache.felix.ipojo.handlers.dependency that throw IllegalAccessException
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 IllegalAccessException in org.apache.felix.ipojo.handlers.lifecycle.callback
 

Methods in org.apache.felix.ipojo.handlers.lifecycle.callback that throw IllegalAccessException
protected  void LifecycleCallback.call()
          Call the callback method when the transition from inital tostate is detected.
 

Uses of IllegalAccessException in org.apache.felix.ipojo.util
 

Methods in org.apache.felix.ipojo.util that throw IllegalAccessException
 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.
 

Uses of IllegalAccessException in org.apache.felix.mosgi.jmx.agent.mx4j
 

Methods in org.apache.felix.mosgi.jmx.agent.mx4j that throw IllegalAccessException
protected  Object AbstractDynamicMBean.invokeMethod(Method method, Object resource, Object[] args)
          Invokes the given method on the given resource object with the given arguments.
 



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