Uses of Class
java.lang.SecurityException

Packages that use SecurityException
java.io   
java.lang   
java.lang.reflect   
java.security   
org.apache.felix.ipojo.transaction   
org.osgi.service.monitor Monitor Admin Package Version 1.0. 
 

Uses of SecurityException in java.io
 

Methods in java.io that throw SecurityException
protected  boolean ObjectOutputStream.enableReplaceObject(boolean var0)
           
protected  boolean ObjectInputStream.enableResolveObject(boolean var0)
           
 

Constructors in java.io that throw SecurityException
ObjectInputStream()
           
ObjectOutputStream()
           
 

Uses of SecurityException in java.lang
 

Methods in java.lang that throw SecurityException
 Constructor Class.getConstructor(Class[] var0)
           
 Constructor[] Class.getConstructors()
           
 Class[] Class.getDeclaredClasses()
           
 Constructor Class.getDeclaredConstructor(Class[] var0)
           
 Constructor[] Class.getDeclaredConstructors()
           
 Field Class.getDeclaredField(String var0)
           
 Field[] Class.getDeclaredFields()
           
 Method Class.getDeclaredMethod(String var0, Class[] var1)
           
 Method[] Class.getDeclaredMethods()
           
 Field Class.getField(String var0)
           
 Field[] Class.getFields()
           
 Method Class.getMethod(String var0, Class[] var1)
           
 Method[] Class.getMethods()
           
 

Uses of SecurityException in java.lang.reflect
 

Methods in java.lang.reflect that throw SecurityException
static void AccessibleObject.setAccessible(AccessibleObject[] var0, boolean var1)
           
 void AccessibleObject.setAccessible(boolean var0)
           
 

Uses of SecurityException in java.security
 

Subclasses of SecurityException in java.security
 class AccessControlException
           
 

Methods in java.security that throw SecurityException
 void Permission.checkGuard(Object var0)
           
 void Guard.checkGuard(Object var0)
           
 Object GuardedObject.getObject()
           
 

Uses of SecurityException in org.apache.felix.ipojo.transaction
 

Methods in org.apache.felix.ipojo.transaction that throw SecurityException
 void TransactionnalMethod.onExit()
           
 

Uses of SecurityException in org.osgi.service.monitor
 

Methods in org.osgi.service.monitor that throw SecurityException
 String MonitorAdmin.getDescription(String path)
          Returns a human readable description of the given StatusVariable.
 StatusVariable MonitorAdmin.getStatusVariable(String path)
          Returns a StatusVariable addressed by its full path.
 boolean MonitorAdmin.resetStatusVariable(String path)
          Issues a request to reset a given StatusVariable.
 MonitoringJob MonitorAdmin.startJob(String initiator, String[] statusVariables, int count)
          Starts a change based MonitoringJob with the parameters provided.
 MonitoringJob MonitorAdmin.startScheduledJob(String initiator, String[] statusVariables, int schedule, int count)
          Starts a time based MonitoringJob with the parameters provided.
 void MonitorAdmin.switchEvents(String path, boolean on)
          Switches event sending on or off for the specified StatusVariables.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.