|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bundle | |
---|---|
org.osgi.framework | |
org.osgi.service.log | |
org.osgi.service.packageadmin | |
org.osgi.service.startlevel |
Uses of Bundle in org.osgi.framework |
---|
Methods in org.osgi.framework that return Bundle | |
---|---|
Bundle |
ServiceReference.getBundle()
Returns the bundle that registered the service referenced by this ServiceReference object. |
Bundle |
FrameworkEvent.getBundle()
Returns the bundle associated with the event. |
Bundle |
BundleEvent.getBundle()
Returns the bundle which had a lifecycle change. |
Bundle |
BundleContext.getBundle()
Returns the Bundle object for this context bundle. |
Bundle |
BundleContext.getBundle(long id)
Returns the bundle with the specified identifier. |
Bundle[] |
BundleContext.getBundles()
Returns a list of all installed bundles. |
Bundle[] |
ServiceReference.getUsingBundles()
Returns the bundles that are using the service referenced by this ServiceReference object. |
Bundle |
BundleContext.installBundle(java.lang.String location)
Installs the bundle from the specified location string. |
Bundle |
BundleContext.installBundle(java.lang.String location,
java.io.InputStream in)
Installs the bundle from the specified InputStream object. |
Methods in org.osgi.framework with parameters of type Bundle | |
---|---|
java.lang.Object |
ServiceFactory.getService(Bundle bundle,
ServiceRegistration registration)
Creates a new service object. |
void |
ServiceFactory.ungetService(Bundle bundle,
ServiceRegistration registration,
java.lang.Object service)
Releases a service object. |
Constructors in org.osgi.framework with parameters of type Bundle | |
---|---|
BundleEvent(int type,
Bundle bundle)
Creates a bundle event of the specified type. |
|
FrameworkEvent(int type,
Bundle bundle,
java.lang.Throwable throwable)
Creates a Framework event regarding the specified bundle. |
Uses of Bundle in org.osgi.service.log |
---|
Methods in org.osgi.service.log that return Bundle | |
---|---|
Bundle |
LogEntry.getBundle()
Returns the bundle that created this LogEntry object. |
Uses of Bundle in org.osgi.service.packageadmin |
---|
Methods in org.osgi.service.packageadmin that return Bundle | |
---|---|
Bundle |
ExportedPackage.getExportingBundle()
Returns the bundle exporting the package associated with this ExportedPackage object. |
Bundle[] |
ExportedPackage.getImportingBundles()
Returns the resolved bundles that are currently importing the package associated with this ExportedPackage object. |
Methods in org.osgi.service.packageadmin with parameters of type Bundle | |
---|---|
ExportedPackage[] |
PackageAdmin.getExportedPackages(Bundle bundle)
Gets the packages exported by the specified bundle. |
void |
PackageAdmin.refreshPackages(Bundle[] bundles)
Forces the update (replacement) or removal of packages exported by the specified bundles. |
Uses of Bundle in org.osgi.service.startlevel |
---|
Methods in org.osgi.service.startlevel with parameters of type Bundle | |
---|---|
int |
StartLevel.getBundleStartLevel(Bundle bundle)
Return the assigned start level value for the specified Bundle. |
boolean |
StartLevel.isBundlePersistentlyStarted(Bundle bundle)
Return the persistent state of the specified bundle. |
void |
StartLevel.setBundleStartLevel(Bundle bundle,
int startlevel)
Assign a start level value to the specified Bundle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |