Uses of Class
java.lang.IllegalStateException

Packages that use IllegalStateException
org.apache.felix.framework.cache   
org.apache.felix.ipojo.transaction   
org.apache.felix.prefs   
org.osgi.service.monitor Monitor Admin Package Version 1.0. 
 

Uses of IllegalStateException in org.apache.felix.framework.cache
 

Methods in org.apache.felix.framework.cache that throw IllegalStateException
 byte[] JarContent.getEntryAsBytes(String name)
           
 byte[] DirectoryContent.getEntryAsBytes(String name)
           
 byte[] ContentDirectoryContent.getEntryAsBytes(String name)
           
 InputStream JarContent.getEntryAsStream(String name)
           
 InputStream DirectoryContent.getEntryAsStream(String name)
           
 InputStream ContentDirectoryContent.getEntryAsStream(String name)
           
 boolean JarContent.hasEntry(String name)
           
 boolean DirectoryContent.hasEntry(String name)
           
 boolean ContentDirectoryContent.hasEntry(String name)
           
 

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

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

Uses of IllegalStateException in org.apache.felix.prefs
 

Methods in org.apache.felix.prefs that throw IllegalStateException
protected  void PreferencesImpl.checkValidity()
          Check if this node is still valid.
 

Uses of IllegalStateException in org.osgi.service.monitor
 

Methods in org.osgi.service.monitor that throw IllegalStateException
 boolean StatusVariable.getBoolean()
          Returns the StatusVariable value if its type is boolean.
 float StatusVariable.getFloat()
          Returns the StatusVariable value if its type is float.
 int StatusVariable.getInteger()
          Returns the StatusVariable value if its type is int.
 String StatusVariable.getString()
          Returns the StatusVariable value if its type is String.
 



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