OSGi™ Service Platform
Release 4 Version 4.1
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)
ACTIVATION_LAZY - Static variable in interface org.osgi.framework.Constants
Bundle activation policy (named "lazy") declaring the bundle must be activated when the first class load is made from the bundle.
ACTIVE - Static variable in interface org.osgi.framework.Bundle
The bundle is now running.
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.
ADDED - Static variable in interface info.dmtree.DmtEvent
Event type indicating nodes that were added.
ADMIN - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The permission name "admin".
ALERT_NOT_ROUTED - Static variable in class info.dmtree.DmtException
An alert can not be sent from the device to the given principal.
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.
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 class org.osgi.service.application.ApplicationException
The application scheduling failed because the specified identifier is already in use.
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 class org.osgi.service.application.ApplicationException
An exception was thrown by the application or the corresponding container during launch.
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 class 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 class 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 class 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).
APPLICATION_STATE - Static variable in class org.osgi.service.application.ApplicationHandle
The property key for the state of this appliction 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.
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.
AUTOMATIC - Static variable in interface info.dmtree.MetaNode
Constant for representing an automatic node in the tree.
AbstractURLStreamHandlerService - class org.osgi.service.url.AbstractURLStreamHandlerService.
Abstract implementation of the URLStreamHandlerService interface.
AbstractURLStreamHandlerService() - Constructor for class org.osgi.service.url.AbstractURLStreamHandlerService
 
Acl - class info.dmtree.Acl.
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.
AdminPermission - class org.osgi.framework.AdminPermission.
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 AdminPermission object to be used by the code that must check a Permission object.
AlertItem - class info.dmtree.notification.AlertItem.
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 info.dmtree.security.AlertPermission.
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.
AllServiceListener - interface org.osgi.framework.AllServiceListener.
A ServiceEvent listener that does not filter based upon package wiring.
ApplicationAdminPermission - class org.osgi.service.application.ApplicationAdminPermission.
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 org.osgi.application.ApplicationContext.
ApplicationContext is the access point for an OSGi-aware application to the features of the OSGi Service Platform.
ApplicationDescriptor - class org.osgi.service.application.ApplicationDescriptor.
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 org.osgi.service.application.ApplicationException.
This exception is used to indicate problems related to application lifecycle management.
ApplicationException(int) - Constructor for class org.osgi.service.application.ApplicationException
Creates an ApplicationException with the specified error code.
ApplicationException(int, Throwable) - Constructor for class org.osgi.service.application.ApplicationException
Creates a ApplicationException that wraps another exception.
ApplicationException(int, String) - Constructor for class org.osgi.service.application.ApplicationException
Creates an ApplicationException with the specified error code.
ApplicationException(int, String, Throwable) - Constructor for class org.osgi.service.application.ApplicationException
Creates a ApplicationException that wraps another exception.
ApplicationHandle - class org.osgi.service.application.ApplicationHandle.
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 org.osgi.application.ApplicationServiceEvent.
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 org.osgi.application.ApplicationServiceListener.
An ApplicationServiceEvent listener.
AttributeDefinition - interface org.osgi.service.metatype.AttributeDefinition.
An interface to describe an attribute.
Authorization - interface org.osgi.service.useradmin.Authorization.
The Authorization interface encapsulates an authorization context on which bundles can base authorization decisions, where appropriate.
absolutePath() - Method in interface org.osgi.service.prefs.Preferences
Returns this node's absolute path name.
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
Create a new Conditional Permission Info.
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(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.
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
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.
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.
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 object.
attach(ServiceReference) - Method in interface org.osgi.service.device.Driver
Attaches this Driver service to the Device service represented by the given ServiceReference object.

OSGi™ Service Platform
Release 4 Version 4.1
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, 2007). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0