|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Bundle in org.apache.felix.framework |
|---|
| Classes in org.apache.felix.framework that implement Bundle | |
|---|---|
class |
Felix
|
| Methods in org.apache.felix.framework that return Bundle | |
|---|---|
Bundle |
BundleRevisionImpl.getBundle()
|
Bundle |
BundleWiringImpl.getBundle()
|
Bundle |
BundleWiringImpl.BundleClassLoader.getBundle()
|
Bundle |
PackageAdminImpl.getBundle(java.lang.Class clazz)
Returns the bundle associated with this class if the class was loaded from a bundle, otherwise returns null. |
Bundle[] |
PackageAdminImpl.getBundles(java.lang.String symbolicName,
java.lang.String versionRange)
Returns all bundles that have a specified symbolic name and whose version is in the specified version range. |
Bundle[] |
PackageAdminImpl.getFragments(Bundle bundle)
|
Bundle[] |
PackageAdminImpl.getHosts(Bundle bundle)
|
Bundle[] |
ServiceRegistry.getUsingBundles(ServiceReference ref)
|
| Methods in org.apache.felix.framework with parameters of type Bundle | ||
|---|---|---|
protected void |
Logger.doLog(Bundle bundle,
ServiceReference sr,
int level,
java.lang.String msg,
java.lang.Throwable throwable)
|
|
int |
StartLevelImpl.getBundleStartLevel(Bundle bundle)
|
|
int |
PackageAdminImpl.getBundleType(Bundle bundle)
|
|
java.util.concurrent.ExecutorService |
MonitorServiceImpl.getExecutor(Bundle bundle)
|
|
ExportedPackage[] |
PackageAdminImpl.getExportedPackages(Bundle bundle)
Returns the packages exported by the specified bundle. |
|
Bundle[] |
PackageAdminImpl.getFragments(Bundle bundle)
|
|
Bundle[] |
PackageAdminImpl.getHosts(Bundle bundle)
|
|
ServiceReference[] |
ServiceRegistry.getRegisteredServices(Bundle bundle)
|
|
|
ServiceRegistry.getService(Bundle bundle,
ServiceReference<S> ref)
|
|
ServiceReference[] |
ServiceRegistry.getServicesInUse(Bundle bundle)
|
|
java.lang.ThreadGroup |
MonitorServiceImpl.getThreadGroup(Bundle bundle)
|
|
boolean |
StartLevelImpl.isBundleActivationPolicyUsed(Bundle bundle)
|
|
boolean |
StartLevelImpl.isBundlePersistentlyStarted(Bundle bundle)
|
|
void |
Logger.log(Bundle bundle,
int level,
java.lang.String msg)
|
|
void |
Logger.log(Bundle bundle,
int level,
java.lang.String msg,
java.lang.Throwable throwable)
|
|
void |
PackageAdminImpl.refreshPackages(Bundle[] bundles)
The OSGi specification states that refreshing packages is asynchronous; this method simply notifies the package admin thread to do a refresh. |
|
ServiceRegistration |
ServiceRegistry.registerService(Bundle bundle,
java.lang.String[] classNames,
java.lang.Object svcObj,
java.util.Dictionary dict)
|
|
boolean |
PackageAdminImpl.resolveBundles(Bundle[] bundles)
|
|
|
MonitorServiceImpl.runInContext(Bundle bundle,
java.util.concurrent.Callable<T> callable)
|
|
java.util.concurrent.Future<?> |
MonitorServiceImpl.runInContext(Bundle bundle,
java.lang.Runnable run)
|
|
void |
StartLevelImpl.setBundleStartLevel(Bundle bundle,
int startlevel)
|
|
boolean |
ServiceRegistry.ungetService(Bundle bundle,
ServiceReference ref)
|
|
void |
ServiceRegistry.ungetServices(Bundle bundle)
This is a utility method to release all services being used by the specified bundle. |
|
void |
ServiceRegistry.unregisterService(Bundle bundle,
ServiceRegistration reg)
|
|
void |
ServiceRegistry.unregisterServices(Bundle bundle)
This method retrieves all services registrations for the specified bundle and invokes ServiceRegistration.unregister() on each one. |
|
| Constructors in org.apache.felix.framework with parameters of type Bundle | |
|---|---|
BundleRevisionImpl(Bundle bundle,
java.lang.String id)
This constructor is used by the extension manager, since it needs a constructor that does not throw an exception. |
|
| Uses of Bundle in org.apache.felix.framework.ext |
|---|
| Methods in org.apache.felix.framework.ext with parameters of type Bundle | |
|---|---|
void |
SecurityProvider.checkBundle(Bundle bundle)
|
java.lang.Object |
SecurityProvider.getSignerMatcher(Bundle bundle,
int signersType)
|
| Uses of Bundle in org.apache.felix.framework.monitor |
|---|
| Methods in org.apache.felix.framework.monitor with parameters of type Bundle | ||
|---|---|---|
java.util.concurrent.ExecutorService |
MonitoringService.getExecutor(Bundle bundle)
|
|
java.lang.ThreadGroup |
MonitoringService.getThreadGroup(Bundle bundle)
|
|
|
MonitoringService.runInContext(Bundle bundle,
java.util.concurrent.Callable<T> run)
|
|
java.util.concurrent.Future<?> |
MonitoringService.runInContext(Bundle bundle,
java.lang.Runnable run)
|
|
| Uses of Bundle in org.apache.felix.framework.util |
|---|
| Methods in org.apache.felix.framework.util that return Bundle | |
|---|---|
Bundle |
ListenerInfo.getBundle()
|
| Methods in org.apache.felix.framework.util with parameters of type Bundle | |
|---|---|
static boolean |
Util.isServiceAssignable(Bundle requester,
ServiceReference ref)
This method determines if the requesting bundle is able to cast the specified service reference based on class visibility rules of the underlying modules. |
| Method parameters in org.apache.felix.framework.util with type arguments of type Bundle | |
|---|---|
void |
SecureAction.invokeBundleFindHook(FindHook fh,
BundleContext bc,
java.util.Collection<Bundle> bundles)
|
| Constructors in org.apache.felix.framework.util with parameters of type Bundle | |
|---|---|
ListenerInfo(Bundle bundle,
BundleContext context,
java.lang.Class listenerClass,
java.util.EventListener listener,
Filter filter,
java.lang.Object acc,
boolean removed)
|
|
| Uses of Bundle in org.eclipse.core.runtime.internal.adaptor |
|---|
| Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type Bundle | |
|---|---|
java.util.ResourceBundle |
BundleLocalizationImpl.getLocalization(Bundle bundle,
java.lang.String locale)
The getLocalization method gets a ResourceBundle object for the given locale and bundle. |
FrameworkLog |
EclipseLogFactory.getService(Bundle bundle,
ServiceRegistration<FrameworkLog> registration)
|
boolean |
EclipseLogWriter.isLoggable(Bundle bundle,
java.lang.String loggableName,
int loggableLevel)
|
void |
EclipseLogFactory.ungetService(Bundle bundle,
ServiceRegistration<FrameworkLog> registration,
FrameworkLog service)
|
| Uses of Bundle in org.eclipse.core.runtime.internal.stats |
|---|
| Methods in org.eclipse.core.runtime.internal.stats with parameters of type Bundle | |
|---|---|
void |
StatsManager.endActivation(Bundle symbolicName)
|
void |
StatsManager.startActivation(Bundle bundle)
|
void |
StatsManager.watchBundle(Bundle bundle,
int type)
|
| Uses of Bundle in org.eclipse.equinox.log |
|---|
| Methods in org.eclipse.equinox.log with parameters of type Bundle | |
|---|---|
Logger |
ExtendedLogService.getLogger(Bundle bundle,
java.lang.String loggerName)
Returns the logger associated with this logger name and bundle. |
boolean |
LogFilter.isLoggable(Bundle bundle,
java.lang.String loggerName,
int logLevel)
|
| Uses of Bundle in org.eclipse.equinox.log.internal |
|---|
| Methods in org.eclipse.equinox.log.internal that return Bundle | |
|---|---|
Bundle |
ExtendedLogEntryImpl.getBundle()
|
| Methods in org.eclipse.equinox.log.internal with parameters of type Bundle | |
|---|---|
Logger |
ExtendedLogServiceImpl.getLogger(Bundle logBundle,
java.lang.String name)
|
ExtendedLogReaderServiceImpl |
ExtendedLogReaderServiceFactory.getService(Bundle bundle,
ServiceRegistration<ExtendedLogReaderServiceImpl> registration)
|
ExtendedLogServiceImpl |
ExtendedLogServiceFactory.getService(Bundle bundle,
ServiceRegistration<ExtendedLogService> registration)
|
static void |
EventAdminLogListener.putBundleProperties(java.util.Hashtable<java.lang.String,java.lang.Object> properties,
Bundle bundle)
|
void |
ExtendedLogReaderServiceFactory.ungetService(Bundle bundle,
ServiceRegistration<ExtendedLogReaderServiceImpl> registration,
ExtendedLogReaderServiceImpl service)
|
void |
ExtendedLogServiceFactory.ungetService(Bundle bundle,
ServiceRegistration<ExtendedLogService> registration,
ExtendedLogService service)
|
| Constructors in org.eclipse.equinox.log.internal with parameters of type Bundle | |
|---|---|
ExtendedLogEntryImpl(Bundle bundle,
java.lang.String loggerName,
java.lang.Object contextObject,
int level,
java.lang.String message,
java.lang.Throwable throwable)
|
|
ExtendedLogServiceImpl(ExtendedLogServiceFactory factory,
Bundle bundle)
|
|
| Uses of Bundle in org.eclipse.osgi.baseadaptor |
|---|
| Methods in org.eclipse.osgi.baseadaptor that return Bundle | |
|---|---|
Bundle |
BaseData.getBundle()
Returns the bundle object of this BaseData |
Bundle |
BaseAdaptor.getBundle(long id)
Returns the bundle with the specified identifier. |
| Methods in org.eclipse.osgi.baseadaptor with parameters of type Bundle | |
|---|---|
void |
BaseData.setBundle(Bundle bundle)
|
| Uses of Bundle in org.eclipse.osgi.framework.adaptor |
|---|
| Methods in org.eclipse.osgi.framework.adaptor that return Bundle | |
|---|---|
Bundle |
BundleProtectionDomain.getBundle()
|
| Methods in org.eclipse.osgi.framework.adaptor with parameters of type Bundle | |
|---|---|
void |
EventPublisher.publishFrameworkEvent(int type,
Bundle bundle,
java.lang.Throwable throwable)
Publish a FrameworkEvent. |
void |
BundleData.setBundle(Bundle bundle)
Sets the Bundle object for this BundleData. |
void |
BundleProtectionDomain.setBundle(Bundle bundle)
Sets the bundle object associated with this protection domain. |
void |
BundleWatcher.watchBundle(Bundle bundle,
int type)
Receives notification that a lifecycle change is going to start or has ended. |
| Constructors in org.eclipse.osgi.framework.adaptor with parameters of type Bundle | |
|---|---|
BundleProtectionDomain(java.security.PermissionCollection permCollection,
java.security.CodeSource codeSource,
Bundle bundle)
Constructs a special ProtectionDomain for a bundle. |
|
| Uses of Bundle in org.eclipse.osgi.framework.console |
|---|
| Methods in org.eclipse.osgi.framework.console with parameters of type Bundle | |
|---|---|
java.lang.Object |
ConsoleSession.getService(Bundle bundle,
ServiceRegistration<java.lang.Object> registration)
|
void |
CommandInterpreter.printBundleResource(Bundle bundle,
java.lang.String resource)
Prints the given bundle resource if it exists |
void |
ConsoleSession.ungetService(Bundle bundle,
ServiceRegistration<java.lang.Object> registration,
java.lang.Object service)
|
| Uses of Bundle in org.eclipse.osgi.framework.internal.core |
|---|
| Classes in org.eclipse.osgi.framework.internal.core that implement Bundle | |
|---|---|
class |
AbstractBundle
This object is given out to bundles and wraps the internal Bundle object. |
class |
BundleFragment
|
class |
BundleHost
|
class |
EquinoxLauncher
|
class |
InternalSystemBundle
This class subclasses Bundle to provide a system Bundle so that the framework can be represented as a bundle and can access the services provided by other bundles. |
| Methods in org.eclipse.osgi.framework.internal.core that return Bundle | |
|---|---|
Bundle |
AbstractBundle.getBundle()
|
Bundle |
BundleContextImpl.getBundle()
Retrieve the Bundle object for the context bundle. |
Bundle |
PackageAdminImpl.getBundle()
|
Bundle |
PackageAdminImpl.getBundle(java.lang.Class clazz)
|
Bundle |
BundleContextImpl.getBundle(long id)
Retrieve the bundle that has the given unique identifier. |
Bundle |
BundleContextImpl.getBundle(java.lang.String location)
|
Bundle[] |
BundleContextImpl.getBundles()
Retrieve a list of all installed bundles. |
Bundle[] |
PackageAdminImpl.getBundles(java.lang.String symbolicName,
java.lang.String versionRange)
|
Bundle |
ExportedPackageImpl.getExportingBundle()
Deprecated. |
Bundle[] |
PackageAdminImpl.getFragments(Bundle bundle)
|
Bundle[] |
PackageAdminImpl.getHosts(Bundle bundle)
|
Bundle[] |
ExportedPackageImpl.getImportingBundles()
Deprecated. |
Bundle |
BundleContextImpl.installBundle(java.lang.String location)
|
Bundle |
BundleContextImpl.installBundle(java.lang.String location,
java.io.InputStream in)
|
| Methods in org.eclipse.osgi.framework.internal.core that return types with arguments of type Bundle | |
|---|---|
java.util.Collection<Bundle> |
PackageAdminImpl.getDependencyClosure(java.util.Collection<Bundle> bundles)
|
java.util.Collection<Bundle> |
PackageAdminImpl.getRemovalPendingBundles()
|
| Methods in org.eclipse.osgi.framework.internal.core with parameters of type Bundle | |
|---|---|
protected void |
Framework.checkAdminPermission(Bundle bundle,
java.lang.String action)
Check for specific AdminPermission (RFC 73) |
protected boolean |
BundleResourceHandler.checkAuthorization(Bundle bundle)
|
int |
AbstractBundle.compareTo(Bundle obj)
Answers an integer indicating the relative positions of the receiver and the argument in the natural order of elements of the receiver's class. |
int |
EquinoxLauncher.compareTo(Bundle o)
|
protected void |
PackageAdminImpl.doResolveBundles(Bundle[] bundles,
boolean refreshPackages,
FrameworkListener[] listeners)
|
int |
StartLevelManager.getBundleStartLevel(Bundle bundle)
Return the assigned start level value for the specified Bundle. |
int |
PackageAdminImpl.getBundleType(Bundle bundle)
|
ExportedPackage[] |
PackageAdminImpl.getExportedPackages(Bundle bundle)
|
Bundle[] |
PackageAdminImpl.getFragments(Bundle bundle)
|
Bundle[] |
PackageAdminImpl.getHosts(Bundle bundle)
|
protected java.lang.String |
FrameworkCommandProvider.getStateName(Bundle bundle)
Given a bundle, return the string describing that bundle's state. |
boolean |
StartLevelManager.isBundleActivationPolicyUsed(Bundle bundle)
|
boolean |
StartLevelManager.isBundlePersistentlyStarted(Bundle bundle)
Return the persistent state of the specified bundle. |
boolean |
Framework.isServiceAssignableTo(Bundle registrant,
Bundle client,
java.lang.String className,
java.lang.Class<?> serviceClass)
Used by ServiceReferenceImpl for isAssignableTo |
void |
FrameworkCommandInterpreter.printBundleResource(Bundle bundle,
java.lang.String resource)
Prints the given bundle resource if it exists |
void |
Framework.publishBundleEvent(int type,
Bundle bundle)
Deliver a BundleEvent to SynchronousBundleListeners (synchronous). |
void |
Framework.publishFrameworkEvent(int type,
Bundle bundle,
java.lang.Throwable throwable)
Deliver a FrameworkEvent. |
void |
Framework.publishFrameworkEvent(int type,
Bundle bundle,
java.lang.Throwable throwable,
FrameworkListener... listeners)
|
void |
PackageAdminImpl.refreshPackages(Bundle[] input)
|
void |
PackageAdminImpl.refreshPackages(Bundle[] input,
boolean synchronously,
FrameworkListener[] listeners)
|
boolean |
PackageAdminImpl.resolveBundles(Bundle[] bundles)
|
void |
StartLevelManager.setBundleStartLevel(Bundle bundle,
int newSL)
Assign a start level value to the specified Bundle. |
void |
StartLevelManager.setStartLevel(int newSL,
Bundle callerBundle,
FrameworkListener... listeners)
Modify the active start level of the Framework. |
| Method parameters in org.eclipse.osgi.framework.internal.core with type arguments of type Bundle | |
|---|---|
java.util.Collection<Bundle> |
PackageAdminImpl.getDependencyClosure(java.util.Collection<Bundle> bundles)
|
void |
PackageAdminImpl.refreshBundles(java.util.Collection<Bundle> bundles,
FrameworkListener... listeners)
|
boolean |
PackageAdminImpl.resolveBundles(java.util.Collection<Bundle> bundles)
|
| Uses of Bundle in org.eclipse.osgi.framework.util |
|---|
| Methods in org.eclipse.osgi.framework.util with parameters of type Bundle | |
|---|---|
void |
SecureAction.start(Bundle bundle)
Starts a bundle |
void |
SecureAction.start(Bundle bundle,
int options)
Starts a bundle. |
| Uses of Bundle in org.eclipse.osgi.internal.baseadaptor |
|---|
| Methods in org.eclipse.osgi.internal.baseadaptor that return Bundle | |
|---|---|
Bundle |
DefaultClassLoader.getBundle()
|
| Uses of Bundle in org.eclipse.osgi.internal.composite |
|---|
| Classes in org.eclipse.osgi.internal.composite that implement Bundle | |
|---|---|
class |
CompositeBase
This is a base class for both composite and surrogate bundles. |
class |
CompositeImpl
|
class |
SurrogateImpl
|
| Methods in org.eclipse.osgi.internal.composite that return Bundle | |
|---|---|
Bundle |
CompositeClassLoader.getBundle()
|
protected Bundle |
CompositeImpl.getCompanionBundle()
|
protected Bundle |
SurrogateImpl.getCompanionBundle()
|
protected abstract Bundle |
CompositeBase.getCompanionBundle()
|
| Uses of Bundle in org.eclipse.osgi.internal.loader |
|---|
| Methods in org.eclipse.osgi.internal.loader that return Bundle | |
|---|---|
Bundle |
BundleLoaderProxy.getBundle()
|
Bundle[] |
BundleLoaderProxy.getRequiringBundles()
|
| Uses of Bundle in org.eclipse.osgi.internal.permadmin |
|---|
| Methods in org.eclipse.osgi.internal.permadmin that return Bundle | |
|---|---|
Bundle |
BundlePermissions.getBundle()
|
| Methods in org.eclipse.osgi.internal.permadmin with parameters of type Bundle | |
|---|---|
BundleProtectionDomain |
SecurityAdmin.createProtectionDomain(Bundle bundle)
|
| Constructors in org.eclipse.osgi.internal.permadmin with parameters of type Bundle | |
|---|---|
BundlePermissions(Bundle bundle,
SecurityAdmin securityAdmin,
PermissionInfoCollection impliedPermissions,
PermissionInfoCollection restrictedPermissions)
|
|
| Uses of Bundle in org.eclipse.osgi.internal.provisional.verifier |
|---|
| Methods in org.eclipse.osgi.internal.provisional.verifier with parameters of type Bundle | |
|---|---|
CertificateVerifier |
CertificateVerifierFactory.getVerifier(Bundle bundle)
Returns a certificate verifier for the specified bundle. |
| Uses of Bundle in org.eclipse.osgi.internal.resolver |
|---|
| Methods in org.eclipse.osgi.internal.resolver that return Bundle | |
|---|---|
Bundle |
BundleDescriptionImpl.getBundle()
|
| Uses of Bundle in org.eclipse.osgi.internal.serviceregistry |
|---|
| Methods in org.eclipse.osgi.internal.serviceregistry that return Bundle | |
|---|---|
Bundle |
ServiceReferenceImpl.getBundle()
Returns the bundle that registered the service referenced by this ServiceReference object. |
Bundle |
ServiceRegistrationImpl.getRegisteringBundle()
This method returns the bundle which registered the service regardless of the registration status of this service registration. |
Bundle[] |
ServiceReferenceImpl.getUsingBundles()
Returns the bundles that are using the service referenced by this ServiceReference object. |
| Methods in org.eclipse.osgi.internal.serviceregistry with parameters of type Bundle | |
|---|---|
boolean |
ServiceReferenceImpl.isAssignableTo(Bundle bundle,
java.lang.String className)
Tests if the bundle that registered the service referenced by this ServiceReference and the specified bundle use the same
source for the package of the specified class name. |
| Uses of Bundle in org.eclipse.osgi.internal.signedcontent |
|---|
| Methods in org.eclipse.osgi.internal.signedcontent with parameters of type Bundle | |
|---|---|
SignedContent |
SignedBundleHook.getSignedContent(Bundle bundle)
|
CertificateVerifier |
LegacyVerifierFactory.getVerifier(Bundle bundle)
|
| Uses of Bundle in org.eclipse.osgi.launch |
|---|
| Classes in org.eclipse.osgi.launch that implement Bundle | |
|---|---|
class |
Equinox
The System Bundle implementation for the Equinox Framework. |
| Methods in org.eclipse.osgi.launch with parameters of type Bundle | |
|---|---|
int |
Equinox.compareTo(Bundle o)
|
| Uses of Bundle in org.eclipse.osgi.service.localization |
|---|
| Methods in org.eclipse.osgi.service.localization with parameters of type Bundle | |
|---|---|
java.util.ResourceBundle |
BundleLocalization.getLocalization(Bundle bundle,
java.lang.String locale)
Returns a ResourceBundle object for the given bundle and locale. |
| Uses of Bundle in org.eclipse.osgi.signedcontent |
|---|
| Methods in org.eclipse.osgi.signedcontent with parameters of type Bundle | |
|---|---|
SignedContent |
SignedContentFactory.getSignedContent(Bundle bundle)
Returns a SignedContent object for the specified bundle. |
| Uses of Bundle in org.osgi.framework |
|---|
| Methods in org.osgi.framework that return Bundle | |
|---|---|
Bundle |
BundleEvent.getBundle()
Returns the bundle which had a lifecycle change. |
Bundle |
FrameworkEvent.getBundle()
Returns the bundle associated with the event. |
Bundle |
BundleReference.getBundle()
Returns the Bundle object associated with this
BundleReference. |
Bundle |
ServiceReference.getBundle()
Returns the bundle that registered the service referenced by this ServiceReference object. |
Bundle |
BundleContext.getBundle()
Returns the Bundle object associated with this
BundleContext. |
static Bundle |
FrameworkUtil.getBundle(java.lang.Class<?> classFromBundle)
Return a Bundle for the specified bundle class. |
Bundle |
BundleContext.getBundle(long id)
Returns the bundle with the specified identifier. |
Bundle |
BundleContext.getBundle(java.lang.String location)
Returns the bundle with the specified location. |
Bundle[] |
BundleContext.getBundles()
Returns a list of all installed bundles. |
Bundle |
BundleEvent.getOrigin()
Returns the bundle that was the origin of the event. |
Bundle[] |
ServiceReference.getUsingBundles()
Returns the bundles that are using the service referenced by this ServiceReference object. |
Bundle |
BundleContext.installBundle(java.lang.String location)
Installs a bundle from the specified location identifier. |
Bundle |
BundleContext.installBundle(java.lang.String location,
java.io.InputStream input)
Installs a bundle from the specified InputStream object. |
| Methods in org.osgi.framework with parameters of type Bundle | |
|---|---|
S |
ServiceFactory.getService(Bundle bundle,
ServiceRegistration<S> registration)
Creates a new service object. |
boolean |
ServiceReference.isAssignableTo(Bundle bundle,
java.lang.String className)
Tests if the bundle that registered the service referenced by this ServiceReference and the specified bundle use the same
source for the package of the specified class name. |
void |
ServiceFactory.ungetService(Bundle bundle,
ServiceRegistration<S> registration,
S service)
Releases a service object. |
| Constructors in org.osgi.framework with parameters of type Bundle | |
|---|---|
AdaptPermission(java.lang.String adaptClass,
Bundle adaptableBundle,
java.lang.String actions)
Creates a new requested AdaptPermission object to be used by the
code that must perform checkPermission. |
|
AdminPermission(Bundle bundle,
java.lang.String actions)
Creates a new requested AdminPermission object to be used by the
code that must perform checkPermission. |
|
BundleEvent(int type,
Bundle bundle)
Creates a bundle event of the specified type. |
|
BundleEvent(int type,
Bundle bundle,
Bundle origin)
Creates a bundle event of the specified type. |
|
CapabilityPermission(java.lang.String namespace,
java.util.Map<java.lang.String,?> attributes,
Bundle providingBundle,
java.lang.String actions)
Creates a new requested CapabilityPermission object to be used by
code that must perform checkPermission for the require
action. |
|
FrameworkEvent(int type,
Bundle bundle,
java.lang.Throwable throwable)
Creates a Framework event regarding the specified bundle. |
|
PackagePermission(java.lang.String name,
Bundle exportingBundle,
java.lang.String actions)
Creates a new requested PackagePermission object to be used
by code that must perform checkPermission for the
import action. |
|
| Uses of Bundle in org.osgi.framework.hooks.bundle |
|---|
| Method parameters in org.osgi.framework.hooks.bundle with type arguments of type Bundle | |
|---|---|
void |
FindHook.find(BundleContext context,
java.util.Collection<Bundle> bundles)
Find hook method. |
| Uses of Bundle in org.osgi.framework.launch |
|---|
| Subinterfaces of Bundle in org.osgi.framework.launch | |
|---|---|
interface |
Framework
A Framework instance. |
| Uses of Bundle in org.osgi.framework.wiring |
|---|
| Methods in org.osgi.framework.wiring that return types with arguments of type Bundle | |
|---|---|
java.util.Collection<Bundle> |
FrameworkWiring.getDependencyClosure(java.util.Collection<Bundle> bundles)
Returns the dependency closure for the specified bundles. |
java.util.Collection<Bundle> |
FrameworkWiring.getRemovalPendingBundles()
Returns the bundles that have non-current, in use bundle wirings. |
| Method parameters in org.osgi.framework.wiring with type arguments of type Bundle | |
|---|---|
java.util.Collection<Bundle> |
FrameworkWiring.getDependencyClosure(java.util.Collection<Bundle> bundles)
Returns the dependency closure for the specified bundles. |
void |
FrameworkWiring.refreshBundles(java.util.Collection<Bundle> bundles,
FrameworkListener... listeners)
Refreshes the specified bundles. |
boolean |
FrameworkWiring.resolveBundles(java.util.Collection<Bundle> bundles)
Resolves the specified bundles. |
| Uses of Bundle in org.osgi.service.condpermadmin |
|---|
| Methods in org.osgi.service.condpermadmin with parameters of type Bundle | |
|---|---|
static Condition |
BundleLocationCondition.getCondition(Bundle bundle,
ConditionInfo info)
Constructs a condition that tries to match the passed Bundle's location to the location pattern. |
static Condition |
BundleSignerCondition.getCondition(Bundle bundle,
ConditionInfo info)
Constructs a Condition that tries to match the passed Bundle's location to the location pattern. |
| Uses of Bundle in org.osgi.service.framework |
|---|
| Subinterfaces of Bundle in org.osgi.service.framework | |
|---|---|
interface |
CompositeBundle
Deprecated. This API proposal was rejected by the OSGi Alliance and will not be part of any OSGi specification. Please transition to the org.osgi.framework.hooks API to control resolution, bundle, and service isolation. This API will be removed from Equinox in the 3.9 release You are cautioned against relying upon this API. |
interface |
SurrogateBundle
Deprecated. This API proposal was rejected by the OSGi Alliance and will not be part of any OSGi specification. Please transition to the org.osgi.framework.hooks API to control resolution, bundle, and service isolation. This API will be removed from Equinox in the 3.9 release You are cautioned against relying upon this API. |
| 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 |
RequiredBundle.getBundle()
Deprecated. Returns the bundle associated with this required bundle. |
Bundle |
PackageAdmin.getBundle(java.lang.Class clazz)
Deprecated. Returns the bundle from which the specified class is loaded. |
Bundle[] |
PackageAdmin.getBundles(java.lang.String symbolicName,
java.lang.String versionRange)
Deprecated. Returns the bundles with the specified symbolic name whose bundle version is within the specified version range. |
Bundle |
ExportedPackage.getExportingBundle()
Deprecated. Returns the bundle exporting the package associated with this exported package. |
Bundle[] |
PackageAdmin.getFragments(Bundle bundle)
Deprecated. Returns an array of attached fragment bundles for the specified bundle. |
Bundle[] |
PackageAdmin.getHosts(Bundle bundle)
Deprecated. Returns the host bundles to which the specified fragment bundle is attached. |
Bundle[] |
ExportedPackage.getImportingBundles()
Deprecated. Returns the resolved bundles that are currently wired to this exported package. |
Bundle[] |
RequiredBundle.getRequiringBundles()
Deprecated. Returns the bundles that currently require this required bundle. |
| Methods in org.osgi.service.packageadmin with parameters of type Bundle | |
|---|---|
int |
PackageAdmin.getBundleType(Bundle bundle)
Deprecated. Returns the special type of the specified bundle. |
ExportedPackage[] |
PackageAdmin.getExportedPackages(Bundle bundle)
Deprecated. Gets the exported packages for the specified bundle. |
Bundle[] |
PackageAdmin.getFragments(Bundle bundle)
Deprecated. Returns an array of attached fragment bundles for the specified bundle. |
Bundle[] |
PackageAdmin.getHosts(Bundle bundle)
Deprecated. Returns the host bundles to which the specified fragment bundle is attached. |
void |
PackageAdmin.refreshPackages(Bundle[] bundles)
Deprecated. Forces the update (replacement) or removal of packages exported by the specified bundles. |
boolean |
PackageAdmin.resolveBundles(Bundle[] bundles)
Deprecated. Resolve 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)
Deprecated. Return the assigned start level value for the specified Bundle. |
boolean |
StartLevel.isBundleActivationPolicyUsed(Bundle bundle)
Deprecated. Returns whether the specified bundle's autostart setting indicates that the activation policy declared in the bundle's manifest must be used. |
boolean |
StartLevel.isBundlePersistentlyStarted(Bundle bundle)
Deprecated. Returns whether the specified bundle's autostart setting indicates the bundle must be started. |
void |
StartLevel.setBundleStartLevel(Bundle bundle,
int startlevel)
Deprecated. Assign a start level value to the specified Bundle. |
| Uses of Bundle in org.osgi.util.tracker |
|---|
| Methods in org.osgi.util.tracker that return Bundle | |
|---|---|
Bundle[] |
BundleTracker.getBundles()
Return an array of Bundles for all bundles being tracked by
this BundleTracker. |
| Methods in org.osgi.util.tracker that return types with arguments of type Bundle | |
|---|---|
java.util.Map<Bundle,T> |
BundleTracker.getTracked()
Return a Map with the Bundles and customized
objects for all bundles being tracked by this BundleTracker. |
| Methods in org.osgi.util.tracker with parameters of type Bundle | |
|---|---|
T |
BundleTrackerCustomizer.addingBundle(Bundle bundle,
BundleEvent event)
A bundle is being added to the BundleTracker. |
T |
BundleTracker.addingBundle(Bundle bundle,
BundleEvent event)
Default implementation of the BundleTrackerCustomizer.addingBundle method. |
T |
BundleTracker.getObject(Bundle bundle)
Returns the customized object for the specified Bundle if
the specified bundle is being tracked by this BundleTracker. |
void |
BundleTrackerCustomizer.modifiedBundle(Bundle bundle,
BundleEvent event,
T object)
A bundle tracked by the BundleTracker has been modified. |
void |
BundleTracker.modifiedBundle(Bundle bundle,
BundleEvent event,
T object)
Default implementation of the BundleTrackerCustomizer.modifiedBundle method. |
void |
BundleTracker.remove(Bundle bundle)
Remove a bundle from this BundleTracker. |
void |
BundleTrackerCustomizer.removedBundle(Bundle bundle,
BundleEvent event,
T object)
A bundle tracked by the BundleTracker has been removed. |
void |
BundleTracker.removedBundle(Bundle bundle,
BundleEvent event,
T object)
Default implementation of the BundleTrackerCustomizer.removedBundle method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||