A B C D E F G H I L M N O P R S T U V W

A

AbstractURLStreamHandlerService - Class in org.osgi.service.url
Abstract implementation of the URLStreamHandlerService interface.
AbstractURLStreamHandlerService() - Constructor for class org.osgi.service.url.AbstractURLStreamHandlerService
 
ACTIVE - Static variable in interface org.osgi.framework.Bundle
This bundle is now running.
addBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified BundleListener object to the context bundle's list of listeners if not already present.
addConditionalPermissionInfo(ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Create a new Conditional Permission Info.
addFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified FrameworkListener object to the context bundle's list of listeners if not already present.
addServiceListener(ServiceListener, String) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object with the specified filter to the context bundle's list of listeners.
addServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object to the context bundle's list of listeners.
AdminPermission - Class in org.osgi.framework
Indicates the caller's authority to perform specific privileged administrative operations on or to get sensitive information about a bundle.
AdminPermission() - Constructor for class org.osgi.framework.AdminPermission
Creates a new AdminPermission object that matches all bundles and has all actions.
AdminPermission(String, String) - Constructor for class org.osgi.framework.AdminPermission
Create a new AdminPermission.
AdminPermission(Bundle, String) - Constructor for class org.osgi.framework.AdminPermission
Creates a new AdminPermission object to be used by the code that must check a Permission object.
AllServiceListener - Interface in org.osgi.framework
A ServiceEvent listener.

B

Bundle - Interface in org.osgi.framework
An installed bundle in the Framework.
BUNDLE_ACTIVATOR - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "Bundle-Activator") identifying the bundle's activator class.
BUNDLE_CATEGORY - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Category") identifying the bundle's category.
BUNDLE_CLASSPATH - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-ClassPath") identifying a list of directories and embedded JAR files, which are bundle resources used to extend the bundle's classpath.
BUNDLE_CONTACTADDRESS - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-ContactAddress") identifying the contact address where problems with the bundle may be reported; for example, an email address.
BUNDLE_COPYRIGHT - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Copyright") identifying the bundle's copyright information.
BUNDLE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Description") containing a brief description of the bundle's functionality.
BUNDLE_DOCURL - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-DocURL") identifying the bundle's documentation URL, from which further information about the bundle may be obtained.
BUNDLE_LOCALIZATION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Localization") identifying the base name of the bundle's localization entries.
BUNDLE_LOCALIZATION_DEFAULT_BASENAME - Static variable in interface org.osgi.framework.Constants
Default value for the Bundle-Localization manifest header.
BUNDLE_MANIFESTVERSION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-ManifestVersion") identifying the bundle manifest version.
BUNDLE_NAME - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Name") identifying the bundle's name.
BUNDLE_NATIVECODE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-NativeCode") identifying a number of hardware environments and the native language code libraries that the bundle is carrying for each of these environments.
BUNDLE_NATIVECODE_LANGUAGE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "language") identifying the language in which the native bundle code is written specified in the Bundle-NativeCode manifest header.
BUNDLE_NATIVECODE_OSNAME - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "osname") identifying the operating system required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_NATIVECODE_OSVERSION - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "osversion") identifying the operating system version required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_NATIVECODE_PROCESSOR - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "processor") identifying the processor required to run native bundle code specified in the Bundle-NativeCode manifest header).
BUNDLE_REQUIREDEXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-RequiredExecutionEnvironment") identifying the required execution environment for the bundle.
BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-SymbolicName") identifying the bundle's symbolic name.
BUNDLE_SYMBOLICNAME_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "bundle-symbolic-name") identifying the symbolic name of a bundle that exports a package specified in the Import-Package manifest header.
BUNDLE_TYPE_FRAGMENT - Static variable in interface org.osgi.service.packageadmin.PackageAdmin
Bundle type indicating the bundle is a fragment bundle.
BUNDLE_UPDATELOCATION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-UpdateLocation") identifying the location from which a new bundle version is obtained during a bundle update operation.
BUNDLE_VENDOR - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Vendor") identifying the bundle's vendor.
BUNDLE_VERSION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Version") identifying the bundle's version.
BUNDLE_VERSION_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "bundle-version") identifying a range of versions for a bundle specified in the Require-Bundle or Fragment-Host manifest headers.
BundleActivator - Interface in org.osgi.framework
Customizes the starting and stopping of a bundle.
bundleChanged(BundleEvent) - Method in interface org.osgi.framework.BundleListener
Receives notification that a bundle has had a lifecycle change.
BundleContext - Interface in org.osgi.framework
A bundle's execution context within the Framework.
BundleEvent - Class in org.osgi.framework
An event from the Framework describing a bundle lifecycle change.
BundleEvent(int, Bundle) - Constructor for class org.osgi.framework.BundleEvent
Creates a bundle event of the specified type.
BundleException - Exception in org.osgi.framework
A Framework exception used to indicate that a bundle lifecycle problem occurred.
BundleException(String, Throwable) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException that wraps another exception.
BundleException(String) - Constructor for exception org.osgi.framework.BundleException
Creates a BundleException object with the specified message.
BundleListener - Interface in org.osgi.framework
A BundleEvent listener.
BundleLocationCondition - Class in org.osgi.service.condpermadmin
Condition to test if the location of a bundle matches a pattern.
BundlePermission - Class in org.osgi.framework
A bundle's authority to require or provide a bundle or to receive or attach fragments.
BundlePermission(String, String) - Constructor for class org.osgi.framework.BundlePermission
Defines the authority to provide and/or require and or specify a host fragment symbolic name within the OSGi environment.
BundleSignerCondition - Class in org.osgi.service.condpermadmin
Condition to test if the signer of a bundle matches a pattern.

C

CLASS - Static variable in class org.osgi.framework.AdminPermission
The action string class (Value is "class").
compareTo(Object) - Method in class org.osgi.framework.Version
Compares this Version object to another object.
Condition - Interface in org.osgi.service.condpermadmin
The interface implemented by a Condition.
ConditionalPermissionAdmin - Interface in org.osgi.service.condpermadmin
Framework service to administer Conditional Permissions.
ConditionalPermissionInfo - Interface in org.osgi.service.condpermadmin
A binding of a set of Conditions to a set of Permissions.
ConditionInfo - Class in org.osgi.service.condpermadmin
Condition representation used by the Conditional Permission Admin service.
ConditionInfo(String, String[]) - Constructor for class org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo from the specified type and args.
ConditionInfo(String) - Constructor for class org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo object from the specified encoded ConditionInfo string.
Configurable - Interface in org.osgi.framework
Deprecated. As of 1.2. Please use Configuration Admin service.
Constants - Interface in org.osgi.framework
Defines standard names for the OSGi environment property, service property, and Manifest header attribute keys.
createFilter(String) - Method in interface org.osgi.framework.BundleContext
Creates a Filter object.
createFilter(String) - Static method in class org.osgi.framework.FrameworkUtil
Creates a Filter object.

D

delete() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Removes this Conditional Permission Info from the Conditional Permission Admin.
DYNAMICIMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "DynamicImport-Package") identifying the packages that the bundle may dynamically import during execution.

E

emptyVersion - Static variable in class org.osgi.framework.Version
The empty version "0.0.0".
equals(Object) - Method in class org.osgi.framework.AdminPermission
Determines the equality of two AdminPermission objects.
equals(Object) - Method in class org.osgi.framework.BundlePermission
Determines the equality of two BundlePermission objects.
equals(Object) - Method in interface org.osgi.framework.Filter
Compares this Filter object to another object.
equals(Object) - Method in class org.osgi.framework.PackagePermission
Determines the equality of two PackagePermission objects.
equals(Object) - Method in class org.osgi.framework.ServicePermission
Determines the equalty of two ServicePermission objects.
equals(Object) - Method in class org.osgi.framework.Version
Compares this Version object to another object.
equals(Object) - Method in class org.osgi.service.condpermadmin.ConditionInfo
Determines the equality of two ConditionInfo objects.
equals(Object) - Method in class org.osgi.service.permissionadmin.PermissionInfo
Determines the equality of two PermissionInfo objects.
equals(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.equals(URL,URL).
equals(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
ERROR - Static variable in class org.osgi.framework.FrameworkEvent
An error has occurred.
EXCLUDE_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "exclude") identifying a list of classes and/or resources of the specified package which must not be allowed to be exported in the Export-Package manifest header.
EXECUTE - Static variable in class org.osgi.framework.AdminPermission
The action string execute (Value is "execute").
EXPORT - Static variable in class org.osgi.framework.PackagePermission
The action string export.
EXPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Export-Package") identifying the packages that the bundle offers to the Framework for export.
EXPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
Deprecated. As of 1.2.
ExportedPackage - Interface in org.osgi.service.packageadmin
An exported package.
EXTENSION_BOOTCLASSPATH - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "bootclasspath") identifying the type of extension fragment.
EXTENSION_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "extension") identifying the type of the extension fragment.
EXTENSION_FRAMEWORK - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "framework") identifying the type of extension fragment.
EXTENSIONLIFECYCLE - Static variable in class org.osgi.framework.AdminPermission
The action string extensionLifecycle (Value is "extensionLifecycle").

F

FALSE - Static variable in interface org.osgi.service.condpermadmin.Condition
A Condition object that will always evaluate to false and that is never postponed.
Filter - Interface in org.osgi.framework
An RFC 1960-based Filter.
findEntries(String, String, boolean) - Method in interface org.osgi.framework.Bundle
Returns entries in this bundle and its attached fragments.
FRAGMENT - Static variable in class org.osgi.framework.BundlePermission
The action string fragment.
FRAGMENT_ATTACHMENT_ALWAYS - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "always") identifying a fragment attachment type of always.
FRAGMENT_ATTACHMENT_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "fragment-attachment") identifying if and when a fragment may attach to a host bundle.
FRAGMENT_ATTACHMENT_NEVER - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "never") identifying a fragment attachment type of never.
FRAGMENT_ATTACHMENT_RESOLVETIME - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "resolve-time") identifying a fragment attachment type of resolve-time.
FRAGMENT_HOST - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Fragment-Host") identifying the symbolic name of another bundle for which that the bundle is a fragment.
FRAMEWORK_BOOTDELEGATION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.bootdelegation") identifying packages for which the Framework must delegate class loading to the boot class path.
FRAMEWORK_EXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.executionenvironment") identifying execution environments provided by the Framework.
FRAMEWORK_LANGUAGE - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.language") identifying the Framework implementation language (see ISO 639 for possible values).
FRAMEWORK_OS_NAME - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.os.name") identifying the Framework host-computer's operating system.
FRAMEWORK_OS_VERSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.os.version") identifying the Framework host-computer's operating system version number.
FRAMEWORK_PROCESSOR - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.processor") identifying the Framework host-computer's processor name.
FRAMEWORK_SYSTEMPACKAGES - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.system.packages") identifying package which the system bundle must export.
FRAMEWORK_VENDOR - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.vendor") identifying the Framework implementation vendor.
FRAMEWORK_VERSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.version") identifying the Framework version.
FrameworkEvent - Class in org.osgi.framework
A general event from the Framework.
FrameworkEvent(int, Object) - Constructor for class org.osgi.framework.FrameworkEvent
Deprecated. As of 1.2. This constructor is deprecated in favor of using the other constructor with the System Bundle as the event source.
FrameworkEvent(int, Bundle, Throwable) - Constructor for class org.osgi.framework.FrameworkEvent
Creates a Framework event regarding the specified bundle.
frameworkEvent(FrameworkEvent) - Method in interface org.osgi.framework.FrameworkListener
Receives notification of a general FrameworkEvent object.
FrameworkListener - Interface in org.osgi.framework
A FrameworkEvent listener.
FrameworkUtil - Class in org.osgi.framework
Framework Utility class.

G

GET - Static variable in class org.osgi.framework.ServicePermission
The action string get (Value is "get").
getAccessControlContext(String[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Returns the Access Control Context that corresponds to the specified signers.
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.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.
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() - Method in class org.osgi.framework.BundleEvent
Returns the bundle which had a lifecycle change.
getBundle() - Method in class org.osgi.framework.FrameworkEvent
Returns the bundle associated with the event.
getBundle() - Method in interface org.osgi.framework.ServiceReference
Returns the bundle that registered the service referenced by this ServiceReference object.
getBundle(Class) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Returns the bundle from which the specified class is loaded.
getBundle() - Method in interface org.osgi.service.packageadmin.RequiredBundle
Returns the bundle associated with this required bundle.
getBundleContext() - Method in interface org.osgi.framework.Bundle
 
getBundleId() - Method in interface org.osgi.framework.Bundle
Returns this bundle's 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
Returns the bundles with the specified symbolic name whose bundle version is within the specified version range.
getBundleStartLevel(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Return the assigned start level value for the specified Bundle.
getBundleType(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Returns the special type of the specified bundle.
getCause() - 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.
getCause() - Method in exception org.osgi.framework.InvalidSyntaxException
Returns the cause of this exception or null if no cause was specified when this exception was created.
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
Return the Conditional Permission Info with the specified name.
getConditionalPermissionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Returns the Conditional Permission Infos that are currently managed by Conditional Permission Admin.
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
Deprecated. As of 1.2. Please use Configuration Admin service.
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.
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
 
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.
getEntry(String) - Method in interface org.osgi.framework.Bundle
Returns a URL to the specified entry in this bundle.
getEntryPaths(String) - Method in interface org.osgi.framework.Bundle
Returns an Enumeration of all the paths (String objects) to entries within the bundle whose longest sub-path matches the supplied path argument.
getExportedPackage(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Gets the exported package for the specified package name.
getExportedPackages(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Gets the exported packages for the specified bundle.
getExportedPackages(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Gets the exported packages for the specified package name.
getExportingBundle() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the bundle exporting the package associated with this exported package.
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
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.
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
Returns an array containing the host bundle to which the specified fragment bundle is attached or null if the specified bundle is not attached to a host or is not a fragment bundle.
getImportingBundles() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the resolved bundles that are currently wired to this exported package.
getInitialBundleStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
Return the initial start level value that is assigned to a Bundle when it is first installed.
getLastModified() - Method in interface org.osgi.framework.Bundle
Returns the time when this bundle was last modified.
getLocation() - Method in interface org.osgi.framework.Bundle
Returns this bundle's location identifier.
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.
getMajor() - Method in class org.osgi.framework.Version
Returns the major component of this version identifier.
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.service.condpermadmin.ConditionalPermissionInfo
Returns the name of this Conditional Permission Info.
getName() - Method in interface org.osgi.service.packageadmin.ExportedPackage
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.
getNestedException() - Method in exception org.osgi.framework.BundleException
Returns any nested exceptions included in this exception.
getPermissionInfos() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Returns the Permission Infos for the Permission 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.
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.
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.
getRequiredBundles(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Returns an array of required bundles having the specified symbolic name.
getRequiringBundles() - Method in interface org.osgi.service.packageadmin.RequiredBundle
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.
getResources(String) - Method in interface org.osgi.framework.Bundle
Find the specified resources from this bundle.
getService(ServiceReference) - Method in interface org.osgi.framework.BundleContext
Returns the specified service object for a service.
getService(Bundle, ServiceRegistration) - Method in interface org.osgi.framework.ServiceFactory
Creates a new service 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() - Method in class org.osgi.framework.ServiceEvent
Returns a reference to the service that had a change occur in its lifecycle.
getServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
Returns an array of ServiceReference objects.
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.
getSpecificationVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Deprecated. As of 1.2, replaced by ExportedPackage.getVersion().
getStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
Return the active start level value of the Framework.
getState() - Method in interface org.osgi.framework.Bundle
Returns this bundle's current state.
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.service.packageadmin.RequiredBundle
Returns the symbolic name of this required bundle.
getThrowable() - Method in class org.osgi.framework.FrameworkEvent
Returns the exception related to this event.
getType() - Method in class org.osgi.framework.BundleEvent
Returns the type of lifecyle event.
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 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.
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.service.packageadmin.ExportedPackage
Returns the version of this exported package.
getVersion() - Method in interface org.osgi.service.packageadmin.RequiredBundle
Returns the version of this required bundle.

H

hashCode() - Method in class org.osgi.framework.AdminPermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.BundlePermission
Returns the hash code value for this object.
hashCode() - Method in interface org.osgi.framework.Filter
Returns the hashCode for this Filter object.
hashCode() - Method in class org.osgi.framework.PackagePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.ServicePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.Version
Returns a hash code value for the object.
hashCode() - Method in class org.osgi.service.condpermadmin.ConditionInfo
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the hash code value for this object.
hashCode(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hashCode(URL).
hashCode(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
hasPermission(Object) - Method in interface org.osgi.framework.Bundle
Determines if this bundle has the specified permissions.
HOST - Static variable in class org.osgi.framework.BundlePermission
The action string host.
hostsEqual(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hostsEqual.
hostsEqual(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 

I

implies(Permission) - Method in class org.osgi.framework.AdminPermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.BundlePermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.PackagePermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.ServicePermission
Determines if a ServicePermission object "implies" the specified permission.
IMPORT - Static variable in class org.osgi.framework.PackagePermission
The action string import.
IMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Import-Package") identifying the packages on which the bundle depends.
IMPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
Deprecated. As of 1.2.
INCLUDE_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "include") identifying a list of classes and/or resources of the specified package which must be allowed to be exported in the Export-Package manifest header.
INFO - Static variable in class org.osgi.framework.FrameworkEvent
An informational event has occurred.
initCause(Throwable) - Method in exception org.osgi.framework.BundleException
The cause of this exception can only be set when constructed.
initCause(Throwable) - Method in exception org.osgi.framework.InvalidSyntaxException
The cause of this exception can only be set when constructed.
installBundle(String) - Method in interface org.osgi.framework.BundleContext
Installs a bundle from the specified location string.
installBundle(String, InputStream) - Method in interface org.osgi.framework.BundleContext
Installs a bundle from the specified InputStream object.
INSTALLED - Static variable in interface org.osgi.framework.Bundle
This bundle is installed but not yet resolved.
INSTALLED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been installed.
InvalidSyntaxException - Exception in org.osgi.framework
A Framework exception.
InvalidSyntaxException(String, String) - Constructor for exception org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException.
InvalidSyntaxException(String, String, Throwable) - Constructor for exception org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException.
isAssignableTo(Bundle, String) - Method in interface org.osgi.framework.ServiceReference
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.
isBundlePersistentlyStarted(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Return the persistent state of the specified bundle.
isMutable() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the Condition is mutable.
isPostponed() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the evaluation must be postponed until the end of the permission check.
isRemovalPending() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns true if the package associated with this ExportedPackage object has been exported by a bundle that has been updated or uninstalled.
isRemovalPending() - Method in interface org.osgi.service.packageadmin.RequiredBundle
Returns true if the bundle associated with this RequiredBundle object has been updated or uninstalled.
isSatisfied() - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether the Condition is satisfied.
isSatisfied(Condition[], Dictionary) - Method in interface org.osgi.service.condpermadmin.Condition
Returns whether a the set of Conditions are satisfied.

L

LIFECYCLE - Static variable in class org.osgi.framework.AdminPermission
The action string lifecycle (Value is "lifecycle").
LISTENER - Static variable in class org.osgi.framework.AdminPermission
The action string listener (Value is "listener").
loadClass(String) - Method in interface org.osgi.framework.Bundle
Loads the specified class using this bundle's classloader.

M

MANDATORY_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "mandatory") identifying names of matching attributes which must be specified by matching Import-Package statements in the Export-Package manifest header.
match(ServiceReference) - Method in interface org.osgi.framework.Filter
Filter using a service's properties.
match(Dictionary) - Method in interface org.osgi.framework.Filter
Filter using a Dictionary object.
matchCase(Dictionary) - Method in interface org.osgi.framework.Filter
Filter with case sensitivity using a Dictionary object.
METADATA - Static variable in class org.osgi.framework.AdminPermission
The action string metadata (Value is "metadata").
MODIFIED - Static variable in class org.osgi.framework.ServiceEvent
The properties of a registered service have been modified.

N

newPermissionCollection() - Method in class org.osgi.framework.AdminPermission
Returns a new PermissionCollection object suitable for storing AdminPermissions.
newPermissionCollection() - Method in class org.osgi.framework.BundlePermission
Returns a new PermissionCollection object suitable for storing BundlePermission objects.
newPermissionCollection() - Method in class org.osgi.framework.PackagePermission
Returns a new PermissionCollection object suitable for storing PackagePermission objects.
newPermissionCollection() - Method in class org.osgi.framework.ServicePermission
Returns a new PermissionCollection object for storing ServicePermission objects.

O

OBJECTCLASS - Static variable in interface org.osgi.framework.Constants
Service property (named "objectClass") identifying all of the class names under which a service was registered in the Framework (of type java.lang.String[]).
openConnection(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
 
openConnection(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
org.osgi.framework - package org.osgi.framework
 
org.osgi.service.condpermadmin - package org.osgi.service.condpermadmin
 
org.osgi.service.packageadmin - package org.osgi.service.packageadmin
 
org.osgi.service.permissionadmin - package org.osgi.service.permissionadmin
 
org.osgi.service.startlevel - package org.osgi.service.startlevel
 
org.osgi.service.url - package org.osgi.service.url
 

P

PACKAGE_SPECIFICATION_VERSION - Static variable in interface org.osgi.framework.Constants
Deprecated. As of 1.3. This has been replaced by Constants.VERSION_ATTRIBUTE.
PackageAdmin - Interface in org.osgi.service.packageadmin
Framework service which allows bundle programmers to inspect the package wiring state of bundles in the Framework as well as other functions related to the class loader network among bundles.
PackagePermission - Class in org.osgi.framework
A bundle's authority to import or export a package.
PackagePermission(String, String) - Constructor for class org.osgi.framework.PackagePermission
Defines the authority to import and/or export a package within the OSGi environment.
PACKAGES_REFRESHED - Static variable in class org.osgi.framework.FrameworkEvent
A PackageAdmin.refreshPackage operation has completed.
parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
Parse a URL using the URLStreamHandlerSetter object.
parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in interface org.osgi.service.url.URLStreamHandlerService
Parse a URL.
parseVersion(String) - Static method in class org.osgi.framework.Version
Parses a version identifier from the specified string.
PermissionAdmin - Interface in org.osgi.service.permissionadmin
The Permission Admin service allows management agents to manage the permissions of bundles.
PermissionInfo - Class in org.osgi.service.permissionadmin
Permission representation used by the Permission Admin service.
PermissionInfo(String, String, String) - Constructor for class org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo from the specified type, name, and actions.
PermissionInfo(String) - Constructor for class org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo object from the specified encoded PermissionInfo string.
PROVIDE - Static variable in class org.osgi.framework.BundlePermission
The action string provide.

R

realHandler - Variable in class org.osgi.service.url.AbstractURLStreamHandlerService
The URLStreamHandlerSetter object passed to the parseURL method.
refreshPackages(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Forces the update (replacement) or removal of packages exported by the specified bundles.
REGISTER - Static variable in class org.osgi.framework.ServicePermission
The action string register (Value is "register").
REGISTERED - Static variable in class org.osgi.framework.ServiceEvent
This service has been registered.
registerService(String[], Object, Dictionary) - Method in interface org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the specified class names into the Framework.
registerService(String, Object, Dictionary) - Method in interface org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the specified class name with the Framework.
removeBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified BundleListener object from the context bundle's list of listeners.
removeFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified FrameworkListener object from the context bundle's list of listeners.
removeServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified ServiceListener object from the context bundle's list of listeners.
REQUIRE - Static variable in class org.osgi.framework.BundlePermission
The action string require.
REQUIRE_BUNDLE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Require-Bundle") identifying the symbolic names of other bundles required by the bundle.
RequiredBundle - Interface in org.osgi.service.packageadmin
A required bundle.
RESOLUTION_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "resolution") identifying the resolution type in the Import-Package or Require-Bundle manifest header.
RESOLUTION_MANDATORY - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "mandatory") identifying a mandatory resolution type.
RESOLUTION_OPTIONAL - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "optional") identifying an optional resolution type.
RESOLVE - Static variable in class org.osgi.framework.AdminPermission
The action string resolve (Value is "resolve").
resolveBundles(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Resolve the specified bundles.
RESOLVED - Static variable in interface org.osgi.framework.Bundle
This bundle is resolved and is able to be started.
RESOLVED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been resolved.
RESOURCE - Static variable in class org.osgi.framework.AdminPermission
The action string resource (Value is "resource").

S

sameFile(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.sameFile.
sameFile(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
SELECTION_FILTER_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "selection-filter") is used for selection by filtering based upon system properties.
SERVICE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Service property (named "service.description") identifying a service's description.
SERVICE_ID - Static variable in interface org.osgi.framework.Constants
Service property (named "service.id") identifying a service's registration number (of type java.lang.Long).
SERVICE_PID - Static variable in interface org.osgi.framework.Constants
Service property (named "service.pid") identifying a service's persistent identifier.
SERVICE_RANKING - Static variable in interface org.osgi.framework.Constants
Service property (named "service.ranking") identifying a service's ranking number (of type java.lang.Integer).
SERVICE_VENDOR - Static variable in interface org.osgi.framework.Constants
Service property (named "service.vendor") identifying a service's vendor.
serviceChanged(ServiceEvent) - Method in interface org.osgi.framework.ServiceListener
Receives notification that a service has had a lifecycle change.
ServiceEvent - Class in org.osgi.framework
An event from the Framework describing a service lifecycle change.
ServiceEvent(int, ServiceReference) - Constructor for class org.osgi.framework.ServiceEvent
Creates a new service event object.
ServiceFactory - Interface in org.osgi.framework
Allows services to provide customized service objects in the OSGi environment.
ServiceListener - Interface in org.osgi.framework
A ServiceEvent listener.
ServicePermission - Class in org.osgi.framework
Indicates a bundle's authority to register or get a service.
ServicePermission(String, String) - Constructor for class org.osgi.framework.ServicePermission
Create a new ServicePermission.
ServiceReference - Interface in org.osgi.framework
A reference to a service.
ServiceRegistration - Interface in org.osgi.framework
A registered service.
setBundleStartLevel(Bundle, int) - Method in interface org.osgi.service.startlevel.StartLevel
Assign a start level value to the specified Bundle.
setConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Set or create a Conditional Permission Info with a specified name.
setDefaultPermissions(PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Sets the default permissions.
setInitialBundleStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Set the initial start level value that is assigned to a Bundle when it is first installed.
setPermissions(String, PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Assigns the specified permissions to the bundle with the specified location.
setProperties(Dictionary) - Method in interface org.osgi.framework.ServiceRegistration
Updates the properties associated with a service.
setStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Modify the active start level of the Framework.
setURL(URL, String, String, int, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
Deprecated. This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls realHandler.setURL(URL,String,String,int,String,String,String,String).
setURL(URL, String, String, int, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
Deprecated. This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
 
SINGLETON_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "singleton") identifying whether a bundle is a singleton.
start() - Method in interface org.osgi.framework.Bundle
Starts this bundle.
start(BundleContext) - Method in interface org.osgi.framework.BundleActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
STARTED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been started.
STARTED - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has started.
STARTING - Static variable in interface org.osgi.framework.Bundle
This bundle is in the process of starting.
STARTING - Static variable in class org.osgi.framework.BundleEvent
The bundle is about to start.
STARTLEVEL - Static variable in class org.osgi.framework.AdminPermission
The action string startlevel (Value is "startlevel").
StartLevel - Interface in org.osgi.service.startlevel
The StartLevel service allows management agents to manage a start level assigned to each bundle and the active start level of the Framework.
STARTLEVEL_CHANGED - Static variable in class org.osgi.framework.FrameworkEvent
A StartLevel.setStartLevel operation has completed.
stop() - Method in interface org.osgi.framework.Bundle
Stops this bundle.
stop(BundleContext) - Method in interface org.osgi.framework.BundleActivator
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
STOPPED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been stopped.
STOPPING - Static variable in interface org.osgi.framework.Bundle
This bundle is in the process of stopping.
STOPPING - Static variable in class org.osgi.framework.BundleEvent
The bundle is about to stop.
SUPPORTS_BOOTCLASSPATH_EXTENSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.supports.bootclasspath.extension") identifying whether the Framework supports bootclasspath extension bundles.
SUPPORTS_FRAMEWORK_EXTENSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.supports.framework.extension") identifying whether the Framework supports framework extension bundles.
SUPPORTS_FRAMEWORK_FRAGMENT - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.supports.framework.fragment") identifying whether the Framework supports fragment bundles.
SUPPORTS_FRAMEWORK_REQUIREBUNDLE - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.supports.framework.requirebundle") identifying whether the Framework supports the Require-Bundle manifest header.
SynchronousBundleListener - Interface in org.osgi.framework
A synchronous BundleEvent listener.
SYSTEM_BUNDLE_LOCATION - Static variable in interface org.osgi.framework.Constants
Location identifier of the OSGi system bundle , which is defined to be "System Bundle".
SYSTEM_BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.framework.Constants
Alias for the symbolic name of the OSGi system bundle .

T

toExternalForm(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.toExternalForm.
toExternalForm(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
toString() - Method in interface org.osgi.framework.Filter
Returns this Filter object's filter string.
toString() - Method in class org.osgi.framework.Version
Returns the string representation of this version identifier.
toString() - Method in class org.osgi.service.condpermadmin.ConditionInfo
Returns the string representation of this ConditionInfo.
toString() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the string representation of this PermissionInfo.
TRUE - Static variable in interface org.osgi.service.condpermadmin.Condition
A Condition object that will always evaluate to true and that is never postponed.

U

ungetService(ServiceReference) - Method in interface org.osgi.framework.BundleContext
Releases the service object referenced by the specified ServiceReference object.
ungetService(Bundle, ServiceRegistration, Object) - Method in interface org.osgi.framework.ServiceFactory
Releases a service object.
uninstall() - Method in interface org.osgi.framework.Bundle
Uninstalls this bundle.
UNINSTALLED - Static variable in interface org.osgi.framework.Bundle
This bundle is uninstalled and may not be used.
UNINSTALLED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been uninstalled.
unregister() - Method in interface org.osgi.framework.ServiceRegistration
Unregisters a service.
UNREGISTERING - Static variable in class org.osgi.framework.ServiceEvent
This service is in the process of being unregistered.
UNRESOLVED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been unresolved.
update() - Method in interface org.osgi.framework.Bundle
Updates this bundle.
update(InputStream) - Method in interface org.osgi.framework.Bundle
Updates this bundle from an InputStream.
UPDATED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been updated.
URL_CONTENT_MIMETYPE - Static variable in interface org.osgi.service.url.URLConstants
Service property naming the MIME types serviced by a java.net.ContentHandler.
URL_HANDLER_PROTOCOL - Static variable in interface org.osgi.service.url.URLConstants
Service property naming the protocols serviced by a URLStreamHandlerService.
URLConstants - Interface in org.osgi.service.url
Defines standard names for property keys associated with URLStreamHandlerService and java.net.ContentHandler services.
URLStreamHandlerService - Interface in org.osgi.service.url
Service interface with public versions of the protected java.net.URLStreamHandler methods.
URLStreamHandlerSetter - Interface in org.osgi.service.url
Interface used by URLStreamHandlerService objects to call the setURL method on the proxy URLStreamHandler object.
USES_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "uses") identifying a list of packages that an exported package uses.

V

Version - Class in org.osgi.framework
Version identifier for bundles and packages.
Version(int, int, int) - Constructor for class org.osgi.framework.Version
Creates a version identifier from the specified numerical components.
Version(int, int, int, String) - Constructor for class org.osgi.framework.Version
Creates a version identifier from the specifed components.
Version(String) - Constructor for class org.osgi.framework.Version
Created a version identifier from the specified string.
VERSION_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "version") identifying the version of a package specified in the Export-Package or Import-Package manifest header.
VISIBILITY_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "visibility") identifying the visibility of a reqiured bundle in the Require-Bundle manifest header.
VISIBILITY_PRIVATE - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "private") identifying a private visibility type.
VISIBILITY_REEXPORT - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "reexport") identifying a reexport visibility type.

W

WARNING - Static variable in class org.osgi.framework.FrameworkEvent
A warning has occurred.

A B C D E F G H I L M N O P R S T U V W