|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knopflerfish.framework.Bundles
public class Bundles
Here we handle all the bundles that are installed in the framework. Also handles load and save of bundle states to file, so that we can restart the platform.
Method Summary | |
---|---|
Bundle |
getBundle(long id)
Get bundle that has specified bundle identifier. |
Bundle |
getBundle(java.lang.String location)
Get bundle that has specified bundle location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Bundle getBundle(long id)
id
- The identifier of bundle to get.
public Bundle getBundle(java.lang.String location)
location
- The location of bundle to get.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |