- GET - Static variable in class org.osgi.framework.ServicePermission
-
The action string get
.
- getAccessControlContext(String[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
-
Returns the Access Control Context that corresponds to the specified
signers.
- getAccessDecision() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
-
Returns the access decision for this Conditional Permission Info.
- getActions() - Method in class org.osgi.framework.AdaptPermission
-
Returns the canonical string representation of the
AdaptPermission
actions.
- getActions() - Method in class org.osgi.framework.AdminPermission
-
Returns the canonical string representation of the
AdminPermission
actions.
- getActions() - Method in class org.osgi.framework.BundlePermission
-
Returns the canonical string representation of the
BundlePermission
actions.
- getActions() - Method in class org.osgi.framework.CapabilityPermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class org.osgi.framework.PackagePermission
-
Returns the canonical string representation of the
PackagePermission
actions.
- getActions() - Method in class org.osgi.framework.ServicePermission
-
Returns the canonical string representation of the actions.
- getActions() - Method in class org.osgi.service.permissionadmin.PermissionInfo
-
Returns the actions of the permission represented by this
PermissionInfo
.
- getAllServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
-
Returns an array of ServiceReference
objects.
- getArgs() - Method in class org.osgi.service.condpermadmin.ConditionInfo
-
Returns arguments of this ConditionInfo
.
- getAttributes() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the attributes of this capability.
- getAttributes() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the attributes of this requirement.
- getAttributes() - Method in interface org.osgi.resource.Capability
-
Returns the attributes of this capability.
- getAttributes() - Method in interface org.osgi.resource.Requirement
-
Returns the attributes of this requirement.
- getBundle() - Method in interface org.osgi.framework.BundleContext
-
Returns the Bundle
object associated with this
BundleContext
.
- getBundle(long) - Method in interface org.osgi.framework.BundleContext
-
Returns the bundle with the specified identifier.
- getBundle(String) - Method in interface org.osgi.framework.BundleContext
-
Returns the bundle with the specified location.
- getBundle() - Method in class org.osgi.framework.BundleEvent
-
Returns the bundle which had a lifecycle change.
- getBundle() - Method in interface org.osgi.framework.BundleReference
-
Returns the Bundle
object associated with this
BundleReference
.
- getBundle(Class<?>) - Method in interface org.osgi.framework.connect.FrameworkUtilHelper
-
Returns the
Bundle
associated with the specified class.
- getBundle() - Method in class org.osgi.framework.FrameworkEvent
-
Returns the bundle associated with the event.
- getBundle(ClassLoader) - Static method in class org.osgi.framework.FrameworkUtil
-
Return a Bundle
for the specified bundle class loader.
- getBundle(Class<?>) - Static method in class org.osgi.framework.FrameworkUtil
-
Return a Bundle
for the specified bundle class.
- getBundle() - Method in interface org.osgi.framework.ServiceReference
-
Returns the bundle that registered the service referenced by this
ServiceReference
object.
- getBundle() - Method in interface org.osgi.service.log.LogEntry
-
Returns the bundle that created this LogEntry
object.
- getBundle(Class<?>) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns the bundle from which the specified class is loaded.
- getBundle() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the bundle associated with this required bundle.
- getBundleContext() - Method in interface org.osgi.framework.Bundle
-
- getBundleContext() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
-
Return the context of the bundle which added the listener.
- getBundleId() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's unique identifier.
- getBundleId() - Method in interface org.osgi.framework.launch.Framework
-
Returns the Framework unique identifier.
- getBundles() - Method in interface org.osgi.framework.BundleContext
-
Returns a list of all installed bundles.
- getBundles(String, String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns the bundles with the specified symbolic name whose bundle version
is within the specified version range.
- getBundles() - Method in class org.osgi.util.tracker.BundleTracker
-
Return an array of Bundle
s for all bundles being tracked by this
BundleTracker
.
- getBundleStartLevel(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Return the assigned start level value for the specified Bundle.
- getBundleType(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns the special type of the specified bundle.
- getBundleWiring() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the bundle wiring whose class loader will define the woven class.
- getBytes() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
-
Returns the content of this entry.
- getBytes() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the class file bytes to be used to define the
named
class.
- getCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the capabilities declared by this resource.
- getCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the capabilities provided by this bundle wiring.
- getCapabilities(String) - Method in interface org.osgi.resource.Resource
-
Returns the capabilities declared by this resource.
- getCapability() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getCapability() - Method in interface org.osgi.resource.Wire
-
- getCause() - Method in exception org.osgi.framework.BundleException
-
Returns the cause of this exception or null
if no cause was set.
- getCause() - Method in exception org.osgi.framework.InvalidSyntaxException
-
Returns the cause of this exception or null
if no cause was set.
- getClassLoader() - Method in interface org.osgi.framework.connect.ConnectContent
-
Returns a class loader for this ConnectContent
.
- getClassLoader() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the class loader for this bundle wiring.
- getClassName() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the fully qualified name of the class being woven.
- getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.service.condpermadmin.BundleLocationCondition
-
Constructs a condition that tries to match the passed Bundle's location
to the location pattern.
- getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.service.condpermadmin.BundleSignerCondition
-
Constructs a Condition that tries to match the passed Bundle's location
to the location pattern.
- getConditionalPermissionInfo(String) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
-
- getConditionalPermissionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
-
- getConditionalPermissionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionUpdate
-
- getConditionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
-
Returns the Condition Infos for the Conditions that must be satisfied to
enable the Permissions.
- getConfigurationObject() - Method in interface org.osgi.framework.Configurable
-
- getContent() - Method in interface org.osgi.framework.connect.ConnectModule
-
Returns the current content of this connect module.
- getContentLength() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
-
Returns the content length of this entry.
- getDataFile(String) - Method in interface org.osgi.framework.Bundle
-
Creates a File
object for a file in the persistent storage area
provided for this bundle by the Framework.
- getDataFile(String) - Method in interface org.osgi.framework.BundleContext
-
Creates a File
object for a file in the persistent storage area
provided for the bundle by the Framework.
- getDeclaredCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the capabilities declared by this bundle revision.
- getDeclaredCapability() - Method in interface org.osgi.service.resolver.HostedCapability
-
Return the Capability hosted by the Resource.
- getDeclaredRequirements(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the requirements declared by this bundle revision.
- getDefaultPermissions() - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
-
Gets the default permissions.
- getDefaultPort() - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
This method calls super.getDefaultPort
.
- getDefaultPort() - Method in interface org.osgi.service.url.URLStreamHandlerService
-
- getDefinedClass() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the class defined by this woven class.
- getDependencyClosure(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
Returns the dependency closure for the specified bundles.
- getDirectives() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the directives of this capability.
- getDirectives() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the directives of this requirement.
- getDirectives() - Method in interface org.osgi.resource.Capability
-
Returns the directives of this capability.
- getDirectives() - Method in interface org.osgi.resource.Requirement
-
Returns the directives of this requirement.
- getDynamicImports() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the list of dynamic import package descriptions to add to the
bundle wiring
for this woven class.
- getEffectiveLogLevel(String) - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the effective log level of the logger name in this Logger
Context.
- getEncoded() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
-
Returns the string encoding of this ConditionalPermissionInfo
in
a form suitable for restoring this ConditionalPermissionInfo
.
- getEncoded() - Method in class org.osgi.service.condpermadmin.ConditionInfo
-
Returns the string encoding of this ConditionInfo
in a form
suitable for restoring this ConditionInfo
.
- getEncoded() - Method in class org.osgi.service.permissionadmin.PermissionInfo
-
Returns the string encoding of this PermissionInfo
in a form
suitable for restoring this PermissionInfo
.
- getEntries() - Method in interface org.osgi.framework.connect.ConnectContent
-
Returns the entry names available in this ConnectContent
.
- getEntry(String) - Method in interface org.osgi.framework.Bundle
-
Returns a URL to the entry at the specified path in this bundle.
- getEntry(String) - Method in interface org.osgi.framework.connect.ConnectContent
-
- getEntry(String) - Method in interface org.osgi.framework.launch.Framework
-
Returns null
as a framework implementation does not have a proper
bundle from which to return an entry.
- getEntryPaths(String) - Method in interface org.osgi.framework.Bundle
-
Returns an Enumeration of all the paths (String
objects) to
entries within this bundle whose longest sub-path matches the specified
path.
- getEntryPaths(String) - Method in interface org.osgi.framework.launch.Framework
-
Returns null
as a framework implementation does not have a proper
bundle from which to return entry paths.
- getException() - Method in interface org.osgi.service.log.LogEntry
-
Returns the exception object associated with this LogEntry
object.
- getExportedPackage(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
- getExportedPackages(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
- getExportedPackages(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
- getExportingBundle() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the bundle exporting the package associated with this exported
package.
- getFilter() - Method in interface org.osgi.framework.hooks.service.ListenerHook.ListenerInfo
-
Return the filter string with which the listener was added.
- getFilter() - Method in exception org.osgi.framework.InvalidSyntaxException
-
Returns the filter string that generated the
InvalidSyntaxException
object.
- getFragments(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns an array of attached fragment bundles for the specified bundle.
- getHeaders() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's Manifest headers and values.
- getHeaders(String) - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's Manifest headers and values localized to the
specified locale.
- getHeaders() - Method in interface org.osgi.framework.connect.ConnectContent
-
Returns the Manifest headers and values of this ConnectContent
.
- getHostAddress(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
-
This method calls super.getHostAddress
.
- getHostAddress(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
-
- getHosts(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
Returns the host bundles to which the specified fragment bundle is
attached.
- getImportingBundles() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the resolved bundles that are currently wired to this exported
package.
- getInitialBundleStartLevel() - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
-
Return the initial start level value that is assigned to a Bundle when it
is first installed.
- getInitialBundleStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Return the initial start level value that is assigned to a Bundle when it
is first installed.
- getInputStream() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
-
Returns an input stream for the content of this entry.
- getLastModified() - Method in interface org.osgi.framework.Bundle
-
Returns the time when this bundle was last modified.
- getLastModified() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
-
Returns the last modification time of this entry.
- getLastModified() - Method in interface org.osgi.framework.launch.Framework
-
Returns the time when the set of bundles in this framework was last
modified.
- getLeft() - Method in class org.osgi.framework.VersionRange
-
Returns the left endpoint of this version range.
- getLeftType() - Method in class org.osgi.framework.VersionRange
-
Returns the type of the left endpoint of this version range.
- getLevel() - Method in interface org.osgi.service.log.LogEntry
-
- getLocation() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's location identifier.
- getLocation() - Method in interface org.osgi.framework.launch.Framework
-
Returns the Framework location identifier.
- getLocation() - Method in interface org.osgi.service.log.LogEntry
-
Returns the location information of the creation of this LogEntry
object.
- getLocations() - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
-
Returns the bundle locations that have permissions assigned to them, that
is, bundle locations for which an entry exists in the permission table.
- getLog() - Method in interface org.osgi.service.log.LogReaderService
-
Returns an
Enumeration
of the
LogEntry
objects in the
log.
- getLogger(String) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
named with the specified name.
- getLogger(Class<?>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
named with the specified class.
- getLogger(String, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified
name.
- getLogger(Class<?>, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified
class.
- getLogger(Bundle, String, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger
of the specified type named with the specified
name for the specified bundle.
- getLoggerContext(String) - Method in interface org.osgi.service.log.admin.LoggerAdmin
-
Get the Logger Context for the specified name.
- getLoggerName() - Method in interface org.osgi.service.log.LogEntry
-
Returns the name of the
Logger
object used to create this
LogEntry
object.
- getLogLevel() - Method in interface org.osgi.service.log.LogEntry
-
Returns the level of this LogEntry
object.
- getLogLevels() - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the configured log levels for this Logger Context.
- getMajor() - Method in class org.osgi.framework.Version
-
Returns the major component of this version identifier.
- getMandatoryResources() - Method in class org.osgi.service.resolver.ResolveContext
-
Return the resources that must be resolved for this resolve context.
- getMessage() - Method in interface org.osgi.service.log.LogEntry
-
Returns the formatted message associated with this LogEntry
object.
- getMicro() - Method in class org.osgi.framework.Version
-
Returns the micro component of this version identifier.
- getMinor() - Method in class org.osgi.framework.Version
-
Returns the minor component of this version identifier.
- getName() - Method in interface org.osgi.framework.connect.ConnectContent.ConnectEntry
-
Returns the path name of this entry.
- getName() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
-
Returns the name of this Conditional Permission Info.
- getName() - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the name for this Logger Context.
- getName() - Method in interface org.osgi.service.log.Logger
-
Return the name of this Logger.
- getName() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the name of the package associated with this exported package.
- getName() - Method in class org.osgi.service.permissionadmin.PermissionInfo
-
Returns the name of the permission represented by this
PermissionInfo
.
- getNamespace() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the namespace of this capability.
- getNamespace() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the namespace of this requirement.
- getNamespace() - Method in interface org.osgi.resource.Capability
-
Returns the namespace of this capability.
- getNamespace() - Method in interface org.osgi.resource.Requirement
-
Returns the namespace of this requirement.
- getNestedException() - Method in exception org.osgi.framework.BundleException
-
Returns the cause of this exception or null
if no cause was
specified when this exception was created.
- getObject(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
-
Returns the customized object for the specified Bundle
if the
specified bundle is being tracked by this BundleTracker
.
- getOptionalResources() - Method in class org.osgi.service.resolver.ResolveContext
-
Return the resources that the resolver should attempt to resolve for this
resolve context.
- getOrigin() - Method in class org.osgi.framework.BundleEvent
-
Returns the bundle that was the origin of the event.
- getPermissionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
-
Returns the Permission Infos for the Permissions in this Conditional
Permission Info.
- getPermissions(String) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
-
Gets the permissions assigned to the bundle with the specified location.
- getProperties() - Method in interface org.osgi.framework.ServiceReference
-
Returns a copy of the properties of the service referenced by this
ServiceReference
object.
- getProperty(String) - Method in interface org.osgi.framework.BundleContext
-
Returns the value of the specified property.
- getProperty(String) - Method in interface org.osgi.framework.ServiceReference
-
Returns the property value to which the specified property key is mapped
in the properties Dictionary
object of the service referenced by
this ServiceReference
object.
- getPropertyKeys() - Method in interface org.osgi.framework.ServiceReference
-
Returns an array of the keys in the properties Dictionary
object
of the service referenced by this ServiceReference
object.
- getProtectionDomain() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the protection domain to which the woven class will be assigned
when it is defined.
- getProvidedResourceWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- getProvidedResourceWires(String) - Method in interface org.osgi.resource.Wiring
-
- getProvidedWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- getProvider() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getProvider() - Method in interface org.osgi.resource.Wire
-
- getProviderWiring() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getQualifier() - Method in class org.osgi.framework.Version
-
Returns the qualifier component of this version identifier.
- getReference() - Method in interface org.osgi.framework.ServiceRegistration
-
Returns a ServiceReference
object for a service being registered.
- getRegisteredServices() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's ServiceReference
list for all services it
has registered or null
if this bundle has no registered services.
- getRemovalPendingBundles() - Method in interface org.osgi.framework.wiring.FrameworkWiring
-
- getRequiredBundles(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
-
Deprecated.
- getRequiredResourceWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- getRequiredResourceWires(String) - Method in interface org.osgi.resource.Wiring
-
- getRequiredWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
- getRequirement() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getRequirement() - Method in interface org.osgi.resource.Wire
-
- getRequirements(String) - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the requirements declared by this bundle resource.
- getRequirements(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the requirements of this bundle wiring.
- getRequirements(String) - Method in interface org.osgi.resource.Resource
-
Returns the requirements declared by this bundle resource.
- getRequirer() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getRequirer() - Method in interface org.osgi.resource.Wire
-
- getRequirerWiring() - Method in interface org.osgi.framework.wiring.BundleWire
-
- getRequiringBundles() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the bundles that currently require this required bundle.
- getResource(String) - Method in interface org.osgi.framework.Bundle
-
Find the specified resource from this bundle's class loader.
- getResource() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the resource declaring this capability.
- getResource() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the resource declaring this requirement.
- getResource() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the resource associated with this wiring.
- getResource() - Method in interface org.osgi.resource.Capability
-
Returns the resource declaring this capability.
- getResource() - Method in interface org.osgi.resource.Requirement
-
Returns the resource declaring this requirement.
- getResource() - Method in interface org.osgi.resource.Wiring
-
Returns the resource associated with this wiring.
- getResource() - Method in interface org.osgi.service.resolver.HostedCapability
-
Return the Resource that hosts this Capability.
- getResourceCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the capabilities provided by this wiring.
- getResourceCapabilities(String) - Method in interface org.osgi.resource.Wiring
-
Returns the capabilities provided by this wiring.
- getResourceRequirements(String) - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the requirements of this wiring.
- getResourceRequirements(String) - Method in interface org.osgi.resource.Wiring
-
Returns the requirements of this wiring.
- getResources(String) - Method in interface org.osgi.framework.Bundle
-
Find the specified resources from this bundle's class loader.
- getRevision() - Method in interface org.osgi.framework.wiring.BundleCapability
-
Returns the bundle revision declaring this capability.
- getRevision() - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns the bundle revision declaring this requirement.
- getRevision() - Method in interface org.osgi.framework.wiring.BundleWiring
-
Returns the bundle revision for the bundle in this bundle wiring.
- getRevisions() - Method in interface org.osgi.framework.wiring.BundleRevisions
-
Return the bundle revisions for the
referenced
bundle.
- getRight() - Method in class org.osgi.framework.VersionRange
-
Returns the right endpoint of this version range.
- getRightType() - Method in class org.osgi.framework.VersionRange
-
Returns the type of the right endpoint of this version range.
- getSequence() - Method in interface org.osgi.service.log.LogEntry
-
Returns the sequence number for this LogEntry
object.
- getService(ServiceReference<S>) - Method in interface org.osgi.framework.BundleContext
-
Returns the service object for the service referenced by the specified
ServiceReference
object.
- getService(Bundle, ServiceRegistration<S>) - Method in interface org.osgi.framework.PrototypeServiceFactory
-
Returns a service object for a caller.
- getService(Bundle, ServiceRegistration<S>) - Method in interface org.osgi.framework.ServiceFactory
-
Returns a service object for a bundle.
- getService() - Method in interface org.osgi.framework.ServiceObjects
-
Returns a service object for the
associated
service.
- getService(ServiceReference<S>) - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns the service object for the specified ServiceReference
if
the specified referenced service is being tracked by this
ServiceTracker
.
- getService() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns a service object for one of the services being tracked by this
ServiceTracker
.
- getServiceObjects(ServiceReference<S>) - Method in interface org.osgi.framework.BundleContext
-
Returns the
ServiceObjects
object for the service referenced by
the specified
ServiceReference
object.
- getServiceReference(String) - Method in interface org.osgi.framework.BundleContext
-
Returns a ServiceReference
object for a service that implements
and was registered under the specified class.
- getServiceReference(Class<S>) - Method in interface org.osgi.framework.BundleContext
-
Returns a ServiceReference
object for a service that implements
and was registered under the name of the specified class.
- getServiceReference() - Method in class org.osgi.framework.ServiceEvent
-
Returns a reference to the service that had a change occur in its
lifecycle.
- getServiceReference() - Method in interface org.osgi.framework.ServiceObjects
-
Returns the
ServiceReference
for the service associated with this
ServiceObjects
object.
- getServiceReference() - Method in interface org.osgi.service.log.LogEntry
-
Returns the ServiceReference
object for the service associated
with this LogEntry
object.
- getServiceReference() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns a ServiceReference
for one of the services being tracked
by this ServiceTracker
.
- getServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
-
Returns an array of ServiceReference
objects.
- getServiceReferences(Class<S>, String) - Method in interface org.osgi.framework.BundleContext
-
Returns a collection of ServiceReference
objects.
- getServiceReferences() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of ServiceReference
s for all services being
tracked by this ServiceTracker
.
- getServices() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of service objects for all services being tracked by this
ServiceTracker
.
- getServices(T[]) - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of service objects for all services being tracked by this
ServiceTracker
.
- getServicesInUse() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's ServiceReference
list for all services it
is using or returns null
if this bundle is not using any
services.
- getSignerCertificates(int) - Method in interface org.osgi.framework.Bundle
-
Return the certificates for the signers of this bundle and the
certificate chains for those signers.
- getSpecificationVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
- getStartLevel() - Method in interface org.osgi.framework.startlevel.BundleStartLevel
-
Return the assigned start level value for the bundle.
- getStartLevel() - Method in interface org.osgi.framework.startlevel.FrameworkStartLevel
-
Return the active start level value of the Framework.
- getStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
-
Deprecated.
Return the active start level value of the Framework.
- getState() - Method in interface org.osgi.framework.Bundle
-
Returns this bundle's current state.
- getState() - Method in interface org.osgi.framework.hooks.weaving.WovenClass
-
Returns the current state of this woven class.
- getSubstitutionWires(Wiring) - Method in class org.osgi.service.resolver.ResolveContext
-
Returns the subset of
required
wires that provide wires to
capabilities
which substitute capabilities of the wiring.
- getSymbolicName() - Method in interface org.osgi.framework.Bundle
-
Returns the symbolic name of this bundle as specified by its
Bundle-SymbolicName
manifest header.
- getSymbolicName() - Method in interface org.osgi.framework.launch.Framework
-
Returns the symbolic name of this Framework.
- getSymbolicName() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the symbolic name for this bundle revision.
- getSymbolicName() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the symbolic name of this required bundle.
- getThreadInfo() - Method in interface org.osgi.service.log.LogEntry
-
Returns a string representing the thread which created this
LogEntry
object.
- getThrowable() - Method in class org.osgi.framework.FrameworkEvent
-
Returns the exception related to this event.
- getTime() - Method in interface org.osgi.service.log.LogEntry
-
Returns the value of currentTimeMillis()
at the time this
LogEntry
object was created.
- getTracked() - Method in class org.osgi.util.tracker.BundleTracker
-
Return a Map
with the Bundle
s and customized objects for
all bundles being tracked by this BundleTracker
.
- getTracked() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return a SortedMap
of the ServiceReference
s and service
objects for all services being tracked by this ServiceTracker
.
- getTrackingCount() - Method in class org.osgi.util.tracker.BundleTracker
-
Returns the tracking count for this BundleTracker
.
- getTrackingCount() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns the tracking count for this ServiceTracker
.
- getType() - Method in class org.osgi.framework.BundleEvent
-
Returns the type of lifecyle event.
- getType() - Method in exception org.osgi.framework.BundleException
-
Returns the type for this exception or UNSPECIFIED
if the type
was unspecified or unknown.
- getType() - Method in class org.osgi.framework.FrameworkEvent
-
Returns the type of framework event.
- getType() - Method in class org.osgi.framework.ServiceEvent
-
Returns the type of event.
- getType() - Method in exception org.osgi.framework.ServiceException
-
Returns the type for this exception or UNSPECIFIED
if the type
was unspecified or unknown.
- getType() - Method in class org.osgi.service.condpermadmin.ConditionInfo
-
Returns the fully qualified class name of the condition represented by
this ConditionInfo
.
- getType() - Method in class org.osgi.service.permissionadmin.PermissionInfo
-
Returns the fully qualified class name of the permission represented by
this PermissionInfo
.
- getTypes() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the special types of this bundle revision.
- getUnresolvedRequirements() - Method in exception org.osgi.service.resolver.ResolutionException
-
Return the unresolved requirements, if any, for this exception.
- getUsingBundles() - Method in interface org.osgi.framework.ServiceReference
-
Returns the bundles that are using the service referenced by this
ServiceReference
object.
- getVersion() - Method in interface org.osgi.framework.Bundle
-
Returns the version of this bundle as specified by its
Bundle-Version
manifest header.
- getVersion() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the version for this bundle revision.
- getVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
-
Deprecated.
Returns the version of this exported package.
- getVersion() - Method in interface org.osgi.service.packageadmin.RequiredBundle
-
Deprecated.
Returns the version of this required bundle.
- getWiring() - Method in interface org.osgi.framework.wiring.BundleRevision
-
Returns the bundle wiring which is using this bundle revision.
- getWirings() - Method in class org.osgi.service.resolver.ResolveContext
-
Returns the wirings for existing resolved resources.