OSGi™ Service Platform
Release 4 Version 4.2
A B C D E F G H I J K L M N O P R S T U V W X Y

A

A - Static variable in class org.osgi.util.measurement.Unit
The electric current unit ampere (A)
absolutePath() - Method in interface org.osgi.service.prefs.Preferences
Returns this node's absolute path name.
AbstractURLStreamHandlerService - Class in org.osgi.service.url
Abstract implementation of the URLStreamHandlerService interface.
AbstractURLStreamHandlerService() - Constructor for class org.osgi.service.url.AbstractURLStreamHandlerService
 
Acl - Class in info.dmtree
Acl is an immutable class representing structured access to DMT ACLs.
Acl(String) - Constructor for class info.dmtree.Acl
Create an instance of the ACL from its canonic string representation.
Acl(String[], int[]) - Constructor for class info.dmtree.Acl
Creates an instance with a specified list of principals and the permissions they hold.
ACTIVATION_EAGER - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
The component's manager must eagerly activate the component.
ACTIVATION_LAZY - Static variable in interface org.osgi.framework.Constants
Bundle activation policy declaring the bundle must be activated when the first class load is made from the bundle.
ACTIVATION_LAZY - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
The component's manager must lazily activate the component.
ACTIVATOR_ERROR - Static variable in exception org.osgi.framework.BundleException
The bundle activator was in error.
ACTIVE - Static variable in interface org.osgi.framework.Bundle
The bundle is now running.
ACTIVE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant ACTIVE for the BundleStateMBean.STATE
ADD - Static variable in class info.dmtree.Acl
Principals holding this permission can issue ADD commands on the node having this ACL.
ADD - Static variable in class info.dmtree.security.DmtPermission
Holders of DmtPermission with the Add action present can create new nodes in the DMT, that is they are authorized to execute the createInteriorNode() and createLeafNode() methods of the DmtSession.
add(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified object.
add(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified value.
add(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified value.
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
Deprecated. Since 1.1. Use ConditionalPermissionAdmin.newConditionalPermissionUpdate() instead.
addCredential(String, byte[], String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add credentials to a user, associated with the supplied key
addCredentialString(String, String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add credentials to a user, associated with the supplied key
ADDED - Static variable in interface info.dmtree.DmtEvent
Event type indicating nodes that were added.
added(Collection) - Method in interface org.osgi.framework.hooks.service.ListenerHook
Added listeners hook method.
addEventListener(int, String, DmtEventListener) - Method in interface info.dmtree.DmtAdmin
Registers an event listener on behalf of a local application.
addEventListener(String, int, String, DmtEventListener) - Method in interface info.dmtree.DmtAdmin
Registers an event listener on behalf of a remote principal.
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.
addInformation(TabularData) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Adds the key/value pairs contained in info to the Provisioning Information dictionary.
addInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
Adds the key/value pairs contained in info to the Provisioning Information dictionary.
addInformation(ZipInputStream) - Method in interface org.osgi.service.provisioning.ProvisioningService
Processes the ZipInputStream and extracts information to add to the Provisioning Information dictionary, as well as, install/update and start bundles.
addInformationFromZip(String) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Processes the ZipInputStream contents of the provided zipURL and extracts information to add to the Provisioning Information dictionary, as well as, install/update and start bundles.
addingBundle(Bundle, BundleEvent) - Method in class org.osgi.util.tracker.BundleTracker
Default implementation of the BundleTrackerCustomizer.addingBundle method.
addingBundle(Bundle, BundleEvent) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
A bundle is being added to the BundleTracker.
addingService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.addingService method.
addingService(ServiceReference) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service is being added to the ServiceTracker.
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
addMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add a member to the group.
addMember(Role) - Method in interface org.osgi.service.useradmin.Group
Adds the specified Role object as a basic member to this Group object.
addPermission(String, int) - Method in class info.dmtree.Acl
Create a new Acl instance from this Acl with the given permission added for the given principal.
addProperty(String, byte[], String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add or update a property on a role.
addPropertyString(String, String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add or update a property on a role
addRequiredMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add a required member to the group
addRequiredMember(Role) - Method in interface org.osgi.service.useradmin.Group
Adds the specified Role object as a required member to this Group object.
addServiceListener(ApplicationServiceListener, String) - Method in interface org.osgi.application.ApplicationContext
Adds the specified ApplicationServiceListener object to this context application instance's list of listeners.
addServiceListener(ApplicationServiceListener, String[]) - Method in interface org.osgi.application.ApplicationContext
Adds the specified ApplicationServiceListener object to this context application instance's list of listeners.
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.
ADMIN - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The permission name "admin".
AdminPermission - Class in org.osgi.framework
A bundle'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 requested AdminPermission object to be used by the code that must perform checkPermission.
ALERT_NOT_ROUTED - Static variable in exception info.dmtree.DmtException
An alert can not be sent from the device to the given principal.
AlertItem - Class in info.dmtree.notification
Immutable data structure carried in an alert (client initiated notification).
AlertItem(String, String, String, DmtData) - Constructor for class info.dmtree.notification.AlertItem
Create an instance of the alert item.
AlertItem(String[], String, String, DmtData) - Constructor for class info.dmtree.notification.AlertItem
Create an instance of the alert item, specifying the source node URI as an array of path segments.
AlertPermission - Class in info.dmtree.security
Indicates the callers authority to send alerts to management servers, identified by their principal names.
AlertPermission(String) - Constructor for class info.dmtree.security.AlertPermission
Creates a new AlertPermission object with its name set to the target string.
AlertPermission(String, String) - Constructor for class info.dmtree.security.AlertPermission
Creates a new AlertPermission object using the 'canonical' two argument constructor.
ALL - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
ALL_PERMISSION - Static variable in class info.dmtree.Acl
Principals holding this permission can issue any command on the node having this ACL.
ALLOW - Static variable in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
This string is used to indicate that a row in the Conditional Permission Table should return an access decision of "allow" if the conditions are all satisfied and at least one of the permissions is implied.
AllServiceListener - Interface in org.osgi.framework
A ServiceEvent listener that does not filter based upon package wiring.
APPLICATION_CONTAINER - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the application container of the application.
APPLICATION_COPYRIGHT - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the localized copyright notice of the application.
APPLICATION_DESCRIPTION - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the localized description of the application.
APPLICATION_DESCRIPTOR - Static variable in class org.osgi.service.application.ApplicationHandle
The property key for the pid of the corresponding application descriptor.
APPLICATION_DOCUMENTATION - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the localized documentation of the application.
APPLICATION_DUPLICATE_SCHEDULE_ID - Static variable in exception org.osgi.service.application.ApplicationException
The application scheduling failed because the specified identifier is already in use.
APPLICATION_EXITVALUE_NOT_AVAILABLE - Static variable in exception org.osgi.service.application.ApplicationException
The exit value is not available for an application instance because the instance has not terminated.
APPLICATION_ICON - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the localized icon of the application.
APPLICATION_INTERNAL_ERROR - Static variable in exception org.osgi.service.application.ApplicationException
An exception was thrown by the application or the corresponding container during launch.
APPLICATION_INVALID_STARTUP_ARGUMENT - Static variable in exception org.osgi.service.application.ApplicationException
One of the specified startup arguments is invalid, for example its type is not permitted.
APPLICATION_LAUNCHABLE - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the launchable property of the application.
APPLICATION_LICENSE - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the localized license of the application.
APPLICATION_LOCATION - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the location of the application.
APPLICATION_LOCKED - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the locked property of the application.
APPLICATION_LOCKED - Static variable in exception org.osgi.service.application.ApplicationException
The application couldn't be launched because it is locked.
APPLICATION_NAME - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the localized name of the application.
APPLICATION_NOT_LAUNCHABLE - Static variable in exception org.osgi.service.application.ApplicationException
The application is not in launchable state, it's ApplicationDescriptor.APPLICATION_LAUNCHABLE attribute is false.
APPLICATION_PID - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the unique identifier (PID) of the application.
APPLICATION_PID - Static variable in class org.osgi.service.application.ApplicationHandle
The property key for the unique identifier (PID) of the application instance.
APPLICATION_PID - Static variable in interface org.osgi.service.application.ScheduledApplication
The property key for the identifier of the application being scheduled.
APPLICATION_SCHEDULING_FAILED - Static variable in exception org.osgi.service.application.ApplicationException
The application schedule could not be created due to some internal error (for example, the schedule information couldn't be saved due to some storage error).
APPLICATION_STATE - Static variable in class org.osgi.service.application.ApplicationHandle
The property key for the state of this application instance.
APPLICATION_SUPPORTS_EXITVALUE - Static variable in class org.osgi.service.application.ApplicationHandle
The property key for the supports exit value property of this application instance.
APPLICATION_VENDOR - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the name of the application vendor.
APPLICATION_VERSION - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the version of the application.
APPLICATION_VISIBLE - Static variable in class org.osgi.service.application.ApplicationDescriptor
The property key for the visibility property of the application.
ApplicationAdminPermission - Class in org.osgi.service.application
This class implements permissions for manipulating applications and their instances.
ApplicationAdminPermission(String, String) - Constructor for class org.osgi.service.application.ApplicationAdminPermission
Constructs an ApplicationAdminPermission.
ApplicationAdminPermission(ApplicationDescriptor, String) - Constructor for class org.osgi.service.application.ApplicationAdminPermission
This contructor should be used when creating ApplicationAdminPermission instance for checkPermission call.
ApplicationContext - Interface in org.osgi.application
ApplicationContext is the access point for an OSGi-aware application to the features of the OSGi Service Platform.
ApplicationDescriptor - Class in org.osgi.service.application
An OSGi service that represents an installed application and stores information about it.
ApplicationDescriptor(String) - Constructor for class org.osgi.service.application.ApplicationDescriptor
Constructs the ApplicationDescriptor.
ApplicationException - Exception in org.osgi.service.application
This exception is used to indicate problems related to application lifecycle management.
ApplicationException(int) - Constructor for exception org.osgi.service.application.ApplicationException
Creates an ApplicationException with the specified error code.
ApplicationException(int, Throwable) - Constructor for exception org.osgi.service.application.ApplicationException
Creates a ApplicationException that wraps another exception.
ApplicationException(int, String) - Constructor for exception org.osgi.service.application.ApplicationException
Creates an ApplicationException with the specified error code.
ApplicationException(int, String, Throwable) - Constructor for exception org.osgi.service.application.ApplicationException
Creates a ApplicationException that wraps another exception.
ApplicationHandle - Class in org.osgi.service.application
ApplicationHandle is an OSGi service interface which represents an instance of an application.
ApplicationHandle(String, ApplicationDescriptor) - Constructor for class org.osgi.service.application.ApplicationHandle
Application instance identifier is specified by the container when the instance is created.
ApplicationServiceEvent - Class in org.osgi.application
An event from the Framework describing a service lifecycle change.
ApplicationServiceEvent(int, ServiceReference, Object) - Constructor for class org.osgi.application.ApplicationServiceEvent
Creates a new application service event object.
ApplicationServiceListener - Interface in org.osgi.application
An ApplicationServiceEvent listener.
ARRAY_OF - Static variable in class org.osgi.jmx.JmxConstants
For an encoded array we need to start with ARRAY_OF.
arrayType(int, OpenType) - Static method in class org.osgi.jmx.Item
Return a new Array Type.
attach(ServiceReference) - Method in interface org.osgi.service.device.Driver
Attaches this Driver service to the Device service represented by the given ServiceReference object.
AttributeDefinition - Interface in org.osgi.service.metatype
An interface to describe an attribute.
AUTHENTICATION_TYPE - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the scheme used in authentication.
AUTHORIZATION - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the Authorization object obtained from the org.osgi.service.useradmin.UserAdmin service.
Authorization - Interface in org.osgi.service.useradmin
The Authorization interface encapsulates an authorization context on which bundles can base authorization decisions, where appropriate.
AUTO_EXPORT_ALL_CLASSES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java classes and interfaces in the component instance type as service interfaces.
AUTO_EXPORT_CLASS_HIERARCHY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java classes in the hierarchy of the component instance type as service interfaces.
AUTO_EXPORT_DISABLED - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Do not auto-detect types for advertised service interfaces
AUTO_EXPORT_INTERFACES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java interfaces implemented by the component instance type as service interfaces.
AUTOMATIC - Static variable in interface info.dmtree.MetaNode
Constant for representing an automatic node in the tree.
AUTORIZATION_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for an Authorization object.
AVAILABILITY_MANDATORY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is required at all times.
AVAILABILITY_OPTIONAL - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is not required to be present.

OSGi™ Service Platform
Release 4 Version 4.2
A B C D E F G H I J K L M N O P R S T U V W X Y
Copyright © OSGi Alliance (2000, 2010). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0