Closed GoogleCodeExporter closed 9 years ago
The OSGi specification (section 6.1.4) explicitly defines the states in the
Bundle as
a bitmask, so it is perfectly acceptable to query them this way. The JVM
specification contains similar definitions, such as:
http://java.sun.com/javase/6/docs/api/java/lang/reflect/Modifier.html
http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#75734
This doesn't stop you from abstracting Bundle states behind your own API if you
wish.
Original comment by mccu...@gmail.com
on 9 Oct 2009 at 10:16
Original issue reported on code.google.com by
sanjari....@gmail.com
on 8 Oct 2009 at 6:10