Uses of Interface
org.osgi.framework.Bundle
-
Packages that use Bundle Package Description org.apache.felix.framework org.apache.felix.framework.ext org.apache.felix.framework.resolver org.apache.felix.framework.util org.osgi.framework Framework Package Version 1.8.org.osgi.framework.hooks.bundle Framework Bundle Hooks Package Version 1.1.org.osgi.framework.launch Framework Launch Package Version 1.2.org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.service.packageadmin Package Admin Package Version 1.2.org.osgi.service.startlevel Start Level Package Version 1.1.org.osgi.util.tracker Tracker Package Version 1.5. -
-
Uses of Bundle in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Bundle Modifier and Type Class Description (package private) classBundleImplclassFelixFields in org.apache.felix.framework declared as Bundle Modifier and Type Field Description private BundleBundleRevisionImpl. m_bundleprivate BundleExtensionManager.ExtensionTuple. m_bundleprivate BundleServiceRegistrationImpl. m_bundleprivate BundleServiceRegistrationImpl.ServiceFactoryPrivileged. m_bundleprivate Bundle[]ExtensionManager. m_extensionsCacheprivate BundleBundleImpl. m_installingBundleFields in org.apache.felix.framework with type parameters of type Bundle Modifier and Type Field Description private java.util.Map<Bundle,ServiceRegistry.UsageCount[]>ServiceRegistry. m_inUseMapprivate java.util.Map<Bundle,ServiceRegistration<?>[]>ServiceRegistry. m_regsMapprivate java.util.List<java.util.Collection<Bundle>>FrameworkWiringImpl. m_requestsMethods in org.apache.felix.framework that return Bundle Modifier and Type Method Description BundleBundleContextImpl. getBundle()BundleBundleContextImpl. getBundle(long id)BundleBundleContextImpl. getBundle(java.lang.String location)BundleBundleImpl. getBundle()BundleBundleRevisionImpl. getBundle()BundleBundleWiringImpl.BundleClassLoader. getBundle()BundleBundleWiringImpl. getBundle()(package private) BundleFelix. getBundle(long id)Retrieves a bundle by its identifier and avoids bundles hooks.(package private) BundleFelix. getBundle(java.lang.Class clazz)This method returns the bundle associated with the specified class if the class was loaded from a bundle from this framework instance.(package private) BundleFelix. getBundle(java.lang.String location)Retrieves a bundle from its location.(package private) BundleFelix. getBundle(BundleContext bc, long id)Implementation for BundleContext.getBundle().BundleFrameworkStartLevelImpl.BundleStartLevelImpl. getBundle()BundleFrameworkStartLevelImpl. getBundle()BundleFrameworkWiringImpl. getBundle()BundlePackageAdminImpl. getBundle(java.lang.Class clazz)Returns the bundle associated with this class if the class was loaded from a bundle, otherwise returns null.BundleRequiredBundleImpl. getBundle()BundleServiceRegistrationImpl.ServiceReferenceImpl. getBundle()Bundle[]BundleContextImpl. getBundles()(package private) Bundle[]Felix. getBundles()Retrieves all installed bundles and avoids bundles hooks.(package private) Bundle[]Felix. getBundles(BundleContext bc)Implementation for BundleContext.getBundles().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.BundleExportedPackageImpl. getExportingBundle()Bundle[]PackageAdminImpl. getFragments(Bundle bundle)Bundle[]PackageAdminImpl. getHosts(Bundle bundle)Bundle[]ExportedPackageImpl. getImportingBundles()Bundle[]RequiredBundleImpl. getRequiringBundles()private Bundle[]ServiceRegistrationImpl. getUsingBundles()Bundle[]ServiceRegistrationImpl.ServiceReferenceImpl. getUsingBundles()Bundle[]ServiceRegistry. getUsingBundles(ServiceReference<?> ref)BundleBundleContextImpl. installBundle(java.lang.String location)BundleBundleContextImpl. installBundle(java.lang.String location, java.io.InputStream is)(package private) BundleFelix. installBundle(Bundle origin, java.lang.String location, java.io.InputStream is)private BundleFelix. reloadBundle(BundleArchive ba)Methods in org.apache.felix.framework that return types with arguments of type Bundle Modifier and Type Method Description (package private) java.util.Collection<Bundle>Felix. getDependencyClosure(java.util.Collection<Bundle> targets)java.util.Collection<Bundle>FrameworkWiringImpl. getDependencyClosure(java.util.Collection<Bundle> targets)java.util.Set<Bundle>BundleRevisionDependencies. getDependentBundles(Bundle bundle)java.util.Set<Bundle>BundleRevisionDependencies. getImportingBundles(Bundle exporter, BundleCapability exportCap)(package private) java.util.Set<Bundle>Felix. getImportingBundles(BundleImpl exporter, BundleCapability cap)(package private) java.util.Collection<Bundle>Felix. getRemovalPendingBundles()java.util.Collection<Bundle>FrameworkWiringImpl. getRemovalPendingBundles()java.util.Set<Bundle>BundleRevisionDependencies. getRequiringBundles(Bundle bundle)(package private) java.util.Set<Bundle>Felix. getRequiringBundles(BundleImpl bundle)Methods in org.apache.felix.framework with parameters of type Bundle Modifier and Type Method Description private voidExtensionManager. _add(java.lang.String name, Bundle extension)private voidLogger. _log(Bundle bundle, ServiceReference sr, int level, java.lang.String msg, java.lang.Throwable throwable)private voidExtensionManager. addExtension(java.lang.Object source, Bundle extension)private ServiceRegistry.UsageCountServiceRegistry. addUsageCount(Bundle bundle, ServiceReference<?> ref, boolean isPrototype)Utility method to update the specified bundle's usage count array to include the specified service.intBundleImpl. compareTo(Bundle t)private BundleActivatorFelix. createBundleActivator(Bundle impl)private static BundleDTODTOFactory. createBundleDTO(Bundle bundle)private static BundleRevisionDTODTOFactory. createBundleRevisionDTO(Bundle bundle)private static BundleRevisionDTODTOFactory. createBundleRevisionDTO(Bundle bundle, BundleRevisionImpl revision, java.util.Set<BundleRevisionDTO> resources)private static BundleRevisionDTO[]DTOFactory. createBundleRevisionDTOArray(Bundle bundle)private static BundleStartLevelDTODTOFactory. createBundleStartLevelDTO(Bundle bundle)private static BundleWiringDTODTOFactory. createBundleWiringDTO(Bundle bundle)private static BundleWiringDTO[]DTOFactory. createBundleWiringDTOArray(Bundle bundle)(package private) static <T> TDTOFactory. createDTO(Bundle bundle, java.lang.Class<T> type)private static ServiceReferenceDTO[]DTOFactory. createServiceReferenceDTOArray(Bundle bundle)protected voidLogger. doLog(Bundle bundle, ServiceReference sr, int level, java.lang.String msg, java.lang.Throwable throwable)(package private) voidFelix. fireBundleEvent(int type, Bundle bundle)Fires bundle events.(package private) voidFelix. fireBundleEvent(int type, Bundle bundle, Bundle origin)(package private) voidFelix. fireFrameworkEvent(int type, Bundle bundle, java.lang.Throwable throwable)Fires bundle events.private voidServiceRegistry. flushUsageCount(Bundle bundle, ServiceReference<?> ref, ServiceRegistry.UsageCount uc)Utility method to flush the specified bundle's usage count for the specified service reference.(package private) ServiceReference[]Felix. getBundleServicesInUse(Bundle bundle)(package private) intFelix. getBundleStartLevel(Bundle bundle)Returns the start level for the specified bundle; this method implements functionality for the Start Level service.intStartLevelImpl. getBundleStartLevel(Bundle bundle)intPackageAdminImpl. getBundleType(Bundle bundle)java.util.Set<Bundle>BundleRevisionDependencies. getDependentBundles(Bundle bundle)(package private) ExportedPackage[]Felix. getExportedPackages(Bundle b)Returns an array of all actively exported packages from the specified bundle or if the specified bundle is null an array containing all actively exported packages by all bundles.private voidFelix. getExportedPackages(Bundle bundle, java.util.List list)Adds any current active exported packages from the specified bundle to the passed in list.ExportedPackage[]PackageAdminImpl. getExportedPackages(Bundle bundle)Returns the packages exported by the specified bundle.private java.lang.ObjectServiceRegistrationImpl. getFactoryUnchecked(Bundle bundle)Bundle[]PackageAdminImpl. getFragments(Bundle bundle)Bundle[]PackageAdminImpl. getHosts(Bundle bundle)java.util.Set<Bundle>BundleRevisionDependencies. getImportingBundles(Bundle exporter, BundleCapability exportCap)ServiceReference<?>[]ServiceRegistry. getRegisteredServices(Bundle bundle)java.util.Set<Bundle>BundleRevisionDependencies. getRequiringBundles(Bundle bundle)(package private) <S> SFelix. getService(Bundle bundle, ServiceReference<S> ref, boolean isPrototype)(package private) java.lang.ObjectServiceRegistrationImpl. getService(Bundle acqBundle)<S> SServiceRegistry. getService(Bundle bundle, ServiceReference<S> ref, boolean isPrototype)ServiceReference<?>[]ServiceRegistry. getServicesInUse(Bundle bundle)private ServiceRegistry.UsageCountServiceRegistry. getUsageCount(Bundle bundle, ServiceReference<?> ref, java.lang.Object svcObj)Utility method to retrieve the specified bundle's usage count for the specified service reference.booleanBundleRevisionDependencies. hasDependents(Bundle bundle)(package private) BundleFelix. installBundle(Bundle origin, java.lang.String location, java.io.InputStream is)booleanServiceRegistrationImpl.ServiceReferenceImpl. isAssignableTo(Bundle requester, java.lang.String className)(package private) booleanFelix. isBundleActivationPolicyUsed(Bundle bundle)Returns whether the bundle is using its declared activation policy; this is an method implementation for the Start Level service.booleanStartLevelImpl. isBundleActivationPolicyUsed(Bundle bundle)(package private) booleanFelix. isBundlePersistentlyStarted(Bundle bundle)Returns whether a bundle is persistently started; this is an method implementation for the Start Level service.booleanStartLevelImpl. isBundlePersistentlyStarted(Bundle bundle)voidLogger. log(Bundle bundle, int level, java.lang.String msg)voidLogger. log(Bundle bundle, int level, java.lang.String msg, java.lang.Throwable throwable)voidPackageAdminImpl. refreshPackages(Bundle[] bundles)The OSGi specification states that refreshing packages is asynchronous; this method simply notifies the package admin thread to do a refresh.voidBundleRevisionDependencies. removeDependencies(Bundle bundle)booleanPackageAdminImpl. resolveBundles(Bundle[] bundles)(package private) voidFelix. setBundleStartLevel(Bundle bundle, int startLevel)Sets the start level of the specified bundle; this method implements functionality for the Start Level service.voidStartLevelImpl. setBundleStartLevel(Bundle bundle, int startlevel)private voidServiceRegistrationImpl. ungetFactoryUnchecked(Bundle bundle, java.lang.Object svcObj)(package private) booleanFelix. ungetService(Bundle bundle, ServiceReference ref, java.lang.Object srvObj)(package private) voidServiceRegistrationImpl. ungetService(Bundle relBundle, java.lang.Object svcObj)booleanServiceRegistry. ungetService(Bundle bundle, ServiceReference<?> ref, java.lang.Object svcObj)voidServiceRegistry. ungetServices(Bundle bundle)This is a utility method to release all services being used by the specified bundle.voidServiceRegistry. unregisterService(Bundle bundle, ServiceRegistration<?> reg)voidServiceRegistry. unregisterServices(Bundle bundle)This method retrieves all services registrations for the specified bundle and invokes ServiceRegistration.unregister() on each one.Method parameters in org.apache.felix.framework with type arguments of type Bundle Modifier and Type Method Description (package private) java.util.Collection<Bundle>Felix. getDependencyClosure(java.util.Collection<Bundle> targets)java.util.Collection<Bundle>FrameworkWiringImpl. getDependencyClosure(java.util.Collection<Bundle> targets)private voidFelix. populateDependentGraph(BundleImpl exporter, java.util.Set<Bundle> set)voidFrameworkWiringImpl. refreshBundles(java.util.Collection<Bundle> bundles, FrameworkListener... listeners)(package private) voidFelix. refreshPackages(java.util.Collection<Bundle> targets, FrameworkListener[] listeners)(package private) booleanFelix. resolveBundles(java.util.Collection<Bundle> targets)booleanFrameworkWiringImpl. resolveBundles(java.util.Collection<Bundle> bundles)Constructors in org.apache.felix.framework with parameters of type Bundle Constructor Description BundleImpl(Felix felix, Bundle installingBundle, BundleArchive archive)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.BundleRevisionImpl(Bundle bundle, java.lang.String id, java.util.Map headerMap, Content content)ExtensionTuple(BundleActivator activator, Bundle bundle)RefreshHelper(Bundle bundle)ServiceFactoryPrivileged(Bundle bundle, java.lang.Object svcObj)ServiceRegistrationImpl(ServiceRegistry registry, Bundle bundle, java.lang.String[] classes, java.lang.Long serviceId, java.lang.Object svcObj, java.util.Dictionary dict) -
Uses of Bundle in org.apache.felix.framework.ext
Methods in org.apache.felix.framework.ext with parameters of type Bundle Modifier and Type Method Description voidSecurityProvider. checkBundle(Bundle bundle)java.lang.ObjectSecurityProvider. getSignerMatcher(Bundle bundle, int signersType) -
Uses of Bundle in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return Bundle Modifier and Type Method Description BundleWrappedRevision. getBundle() -
Uses of Bundle in org.apache.felix.framework.util
Fields in org.apache.felix.framework.util declared as Bundle Modifier and Type Field Description private BundleListenerInfo. m_bundleMethods in org.apache.felix.framework.util that return Bundle Modifier and Type Method Description BundleListenerInfo. getBundle()Methods in org.apache.felix.framework.util with parameters of type Bundle Modifier and Type Method Description voidSecureAction. invokeBundleCollisionHook(CollisionHook ch, int operationType, Bundle targetBundle, java.util.Collection<Bundle> collisionCandidates)private static voidEventDispatcher. invokeBundleListenerCallback(Bundle bundle, java.util.EventListener l, java.util.EventObject event)private static voidEventDispatcher. invokeFrameworkListenerCallback(Bundle bundle, java.util.EventListener l, java.util.EventObject event)private static voidEventDispatcher. invokeServiceListenerCallback(Bundle bundle, java.util.EventListener l, Filter filter, java.lang.Object acc, java.util.EventObject event, java.util.Dictionary oldProps)static booleanUtil. 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 Modifier and Type Method Description voidSecureAction. invokeBundleCollisionHook(CollisionHook ch, int operationType, Bundle targetBundle, java.util.Collection<Bundle> collisionCandidates)voidSecureAction. invokeBundleFindHook(FindHook fh, BundleContext bc, java.util.Collection<Bundle> bundles)Constructors in org.apache.felix.framework.util with parameters of type Bundle Constructor Description 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.osgi.framework
Fields in org.osgi.framework declared as Bundle Modifier and Type Field Description (package private) BundleAdaptPermission. bundleThe bundle used by this AdaptPermission.(package private) BundleAdminPermission. bundleThe bundle governed by this AdminPermission - only used if filter == nullprivate BundleBundleEvent. bundleBundle that had a change occur in its lifecycle.(package private) BundleCapabilityPermission. bundleThe bundle of the requested capability.private BundleFrameworkEvent. bundleBundle related to the event.(package private) BundlePackagePermission. bundleThe bundle used by this PackagePermission.private BundleSignerProperty. bundleprivate BundleBundleEvent. originBundle that was the origin of the event.Fields in org.osgi.framework with type parameters of type Bundle Modifier and Type Field Description private static java.lang.ThreadLocal<Bundle>AdminPermission. recurseThreadLocal used to determine if we have recursively called getProperties.Methods in org.osgi.framework that return Bundle Modifier and Type Method Description BundleBundleContext. getBundle()Returns theBundleobject associated with thisBundleContext.BundleBundleContext. getBundle(long id)Returns the bundle with the specified identifier.BundleBundleContext. getBundle(java.lang.String location)Returns the bundle with the specified location.BundleBundleEvent. getBundle()Returns the bundle which had a lifecycle change.BundleBundleReference. getBundle()Returns theBundleobject associated with thisBundleReference.BundleFrameworkEvent. getBundle()Returns the bundle associated with the event.static BundleFrameworkUtil. getBundle(java.lang.Class<?> classFromBundle)Return aBundlefor the specified bundle class.BundleServiceReference. getBundle()Returns the bundle that registered the service referenced by thisServiceReferenceobject.Bundle[]BundleContext. getBundles()Returns a list of all installed bundles.BundleBundleEvent. getOrigin()Returns the bundle that was the origin of the event.Bundle[]ServiceReference. getUsingBundles()Returns the bundles that are using the service referenced by thisServiceReferenceobject.BundleBundleContext. installBundle(java.lang.String location)Installs a bundle from the specifiedlocationidentifier.BundleBundleContext. installBundle(java.lang.String location, java.io.InputStream input)Installs a bundle from the specifiedInputStreamobject.Methods in org.osgi.framework with parameters of type Bundle Modifier and Type Method Description private static java.lang.StringAdminPermission. createName(Bundle bundle)Create a permission name from a BundleSPrototypeServiceFactory. getService(Bundle bundle, ServiceRegistration<S> registration)Returns a service object for a caller.SServiceFactory. getService(Bundle bundle, ServiceRegistration<S> registration)Returns a service object for a bundle.booleanServiceReference. isAssignableTo(Bundle bundle, java.lang.String className)Tests if the bundle that registered the service referenced by thisServiceReferenceand the specified bundle use the same source for the package of the specified class name.voidPrototypeServiceFactory. ungetService(Bundle bundle, ServiceRegistration<S> registration, S service)Releases a service object customized for a caller.voidServiceFactory. ungetService(Bundle bundle, ServiceRegistration<S> registration, S service)Releases a service object customized for a bundle.Constructors in org.osgi.framework with parameters of type Bundle Constructor Description AdaptPermission(java.lang.String adaptClass, Bundle adaptableBundle, java.lang.String actions)Creates a new requestedAdaptPermissionobject to be used by the code that must performcheckPermission.AdminPermission(Bundle bundle, java.lang.String actions)Creates a new requestedAdminPermissionobject to be used by the code that must performcheckPermission.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 requestedCapabilityPermissionobject to be used by code that must performcheckPermissionfor therequireaction.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 requestedPackagePermissionobject to be used by code that must performcheckPermissionfor theimportaction.SignerProperty(Bundle bundle)Used by the permission implies method to build the properties for a filter match. -
Uses of Bundle in org.osgi.framework.hooks.bundle
Methods in org.osgi.framework.hooks.bundle with parameters of type Bundle Modifier and Type Method Description voidCollisionHook. filterCollisions(int operationType, Bundle target, java.util.Collection<Bundle> collisionCandidates)Filter bundle collisions hook method.Method parameters in org.osgi.framework.hooks.bundle with type arguments of type Bundle Modifier and Type Method Description voidCollisionHook. filterCollisions(int operationType, Bundle target, java.util.Collection<Bundle> collisionCandidates)Filter bundle collisions hook method.voidFindHook. 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 Modifier and Type Interface Description interfaceFrameworkA Framework instance. -
Uses of Bundle in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return types with arguments of type Bundle Modifier and Type Method Description 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 havenon-current,in usebundle wirings.Method parameters in org.osgi.framework.wiring with type arguments of type Bundle Modifier and Type Method Description java.util.Collection<Bundle>FrameworkWiring. getDependencyClosure(java.util.Collection<Bundle> bundles)Returns the dependency closure for the specified bundles.voidFrameworkWiring. refreshBundles(java.util.Collection<Bundle> bundles, FrameworkListener... listeners)Refreshes the specified bundles.booleanFrameworkWiring. resolveBundles(java.util.Collection<Bundle> bundles)Resolves the specified bundles. -
Uses of Bundle in org.osgi.service.packageadmin
Methods in org.osgi.service.packageadmin that return Bundle Modifier and Type Method Description BundlePackageAdmin. getBundle(java.lang.Class clazz)Deprecated.Returns the bundle from which the specified class is loaded.BundleRequiredBundle. getBundle()Deprecated.Returns the bundle associated with this required bundle.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.BundleExportedPackage. 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 Modifier and Type Method Description intPackageAdmin. 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.voidPackageAdmin. refreshPackages(Bundle[] bundles)Deprecated.Forces the update (replacement) or removal of packages exported by the specified bundles.booleanPackageAdmin. 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 Modifier and Type Method Description intStartLevel. getBundleStartLevel(Bundle bundle)Deprecated.Return the assigned start level value for the specified Bundle.booleanStartLevel. 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.booleanStartLevel. isBundlePersistentlyStarted(Bundle bundle)Deprecated.Returns whether the specified bundle's autostart setting indicates the bundle must be started.voidStartLevel. 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 Modifier and Type Method Description Bundle[]BundleTracker. getBundles()Return an array ofBundles for all bundles being tracked by thisBundleTracker.Methods in org.osgi.util.tracker that return types with arguments of type Bundle Modifier and Type Method Description java.util.Map<Bundle,T>BundleTracker. getTracked()Return aMapwith theBundles and customized objects for all bundles being tracked by thisBundleTracker.Methods in org.osgi.util.tracker with parameters of type Bundle Modifier and Type Method Description TBundleTracker. addingBundle(Bundle bundle, BundleEvent event)Default implementation of theBundleTrackerCustomizer.addingBundlemethod.TBundleTrackerCustomizer. addingBundle(Bundle bundle, BundleEvent event)A bundle is being added to theBundleTracker.(package private) TBundleTracker.Tracked. customizerAdding(Bundle item, BundleEvent related)Call the specific customizer adding method.(package private) voidBundleTracker.Tracked. customizerModified(Bundle item, BundleEvent related, T object)Call the specific customizer modified method.(package private) voidBundleTracker.Tracked. customizerRemoved(Bundle item, BundleEvent related, T object)Call the specific customizer removed method.TBundleTracker. getObject(Bundle bundle)Returns the customized object for the specifiedBundleif the specified bundle is being tracked by thisBundleTracker.voidBundleTracker. modifiedBundle(Bundle bundle, BundleEvent event, T object)Default implementation of theBundleTrackerCustomizer.modifiedBundlemethod.voidBundleTrackerCustomizer. modifiedBundle(Bundle bundle, BundleEvent event, T object)A bundle tracked by theBundleTrackerhas been modified.voidBundleTracker. remove(Bundle bundle)Remove a bundle from thisBundleTracker.voidBundleTracker. removedBundle(Bundle bundle, BundleEvent event, T object)Default implementation of theBundleTrackerCustomizer.removedBundlemethod.voidBundleTrackerCustomizer. removedBundle(Bundle bundle, BundleEvent event, T object)A bundle tracked by theBundleTrackerhas been removed.
-