- A - Static variable in class org.osgi.util.measurement.Unit
-
The electric current unit ampere (A)
- A_SHIFT - Static variable in class org.osgi.util.measurement.Unit
-
- absolutePath() - Method in interface org.osgi.service.prefs.Preferences
-
Returns this node's absolute path name.
- AbstractTracked - Class in org.osgi.util.tracker
-
Abstract class to track items.
- AbstractTracked() - Constructor for class org.osgi.util.tracker.AbstractTracked
-
AbstractTracked constructor.
- 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.
- Acl(Acl, String, int) - Constructor for class info.dmtree.Acl
-
Creates an instance identical to the base
ACL except for
the permissions of the given principal
, which are
overwritten with the given permissions
.
- ACTION_ALL - Static variable in class org.osgi.service.event.TopicPermission
-
- ACTION_ALL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
All actions
- ACTION_ALL - Static variable in class org.osgi.service.wireadmin.WirePermission
-
- ACTION_CHANGE_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
- ACTION_CHANGE_PROPERTY - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
- ACTION_CONSUME - Static variable in class org.osgi.service.wireadmin.WirePermission
-
- ACTION_GET_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
- action_mask - Variable in class org.osgi.service.event.TopicPermission
-
The actions mask.
- action_mask - Variable in class org.osgi.service.useradmin.UserAdminPermission
-
The actions mask.
- action_mask - Variable in class org.osgi.service.wireadmin.WirePermission
-
The actions mask.
- ACTION_NONE - Static variable in class org.osgi.service.event.TopicPermission
-
- ACTION_NONE - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
No actions.
- ACTION_NONE - Static variable in class org.osgi.service.wireadmin.WirePermission
-
- ACTION_PRODUCE - Static variable in class org.osgi.service.wireadmin.WirePermission
-
- ACTION_PUBLISH - Static variable in class org.osgi.service.event.TopicPermission
-
- ACTION_SUBSCRIBE - Static variable in class org.osgi.service.event.TopicPermission
-
- actions - Variable in class info.dmtree.security.DmtPermission
-
- ACTIONS - Static variable in class org.osgi.service.application.ApplicationAdminPermission
-
- actions - Variable in class org.osgi.service.application.ApplicationAdminPermission
-
- actions - Variable in class org.osgi.service.event.TopicPermission
-
The actions in canonical form.
- actions - Variable in class org.osgi.service.useradmin.UserAdminPermission
-
The actions in canonical form.
- actions - Variable in class org.osgi.service.wireadmin.WirePermission
-
The actions in canonical form.
- actionsVector - Variable in class org.osgi.service.application.ApplicationAdminPermission
-
- actionsVector(String) - Static method in class org.osgi.service.application.ApplicationAdminPermission
-
- 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.service.blueprint.reflect.ComponentMetadata
-
The component's manager must lazily activate the component.
- ADD - Static variable in class info.dmtree.Acl
-
Principals holding this permission can issue ADD commands on the node
having this ACL.
- add(Permission) - Method in class info.dmtree.security.DmtAlertPermissionCollection
-
Adds a permission to the DmtAlertPermissionCollection.
- 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(Permission) - Method in class info.dmtree.security.DmtPermissionCollection
-
Adds a permission to the DmtPermissionCollection.
- add(Permission) - Method in class info.dmtree.security.DmtPrincipalPermissionCollection
-
Adds a permission to the DmtPrincipalPermissionCollection.
- add(Permission) - Method in class org.osgi.service.cm.ConfigurationPermissionCollection
-
Adds the specified permission to the
ConfigurationPermissionCollection.
- add(Permission) - Method in class org.osgi.service.event.TopicPermissionCollection
-
Adds a permission to the TopicPermission
objects.
- add(Permission) - Method in class org.osgi.service.useradmin.UserAdminPermissionCollection
-
Adds the given permission to this
UserAdminPermissionCollection
.
- add(Permission) - Method in class org.osgi.service.wireadmin.WirePermissionCollection
-
Adds a permission to this PermissionCollection.
- 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.
- add(Unit) - Method in class org.osgi.util.measurement.Unit
-
Returns a new Unit
that is the addition of this Unit
and the Unit
specified.
- addAction(StringBuffer, int, int, String) - Static method in class info.dmtree.security.DmtPermission
-
- ADDED - Static variable in interface info.dmtree.DmtEvent
-
Event type indicating nodes that were added.
- 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.
- 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.
- adding - Variable in class org.osgi.util.tracker.AbstractTracked
-
List of items in the process of being added.
- 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(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
-
- addServiceListener(ApplicationServiceListener, String[]) - Method in interface org.osgi.application.ApplicationContext
-
- addSIname(int, String, StringBuffer, StringBuffer) - Static method in class org.osgi.util.measurement.Unit
-
- addToMask(int, String) - Method in class org.osgi.service.monitor.MonitorPermission
-
- ADMIN - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The permission name "admin".
- 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_allowed - Variable in class org.osgi.service.event.TopicPermissionCollection
-
Boolean saying if "*" is in the collection.
- all_allowed - Variable in class org.osgi.service.useradmin.UserAdminPermissionCollection
-
Boolean saying if "*" is in the collection.
- all_allowed - Variable in class org.osgi.service.wireadmin.WirePermissionCollection
-
Boolean saying if "*" is in the collection.
- ALL_FLAGS - Static variable in class org.osgi.service.monitor.MonitorPermission
-
- ALL_PERMISSION - Static variable in class info.dmtree.Acl
-
Principals holding this permission can issue any command on the node
having this ACL.
- ALL_PRINCIPALS - Static variable in class info.dmtree.Acl
-
- AllTracked() - Constructor for class org.osgi.util.tracker.ServiceTracker.AllTracked
-
AllTracked constructor.
- allUnits - Static variable in class org.osgi.util.measurement.Unit
-
An array containing all units defined.
- altitude - Variable in class org.osgi.util.position.Position
-
- appContextHash - Static variable in class org.osgi.application.Framework
-
- appDesc - Variable in class org.osgi.service.application.ApplicationAdminPermission.SignerWrapper
-
- appendAction(StringBuffer, int, String) - Method in class org.osgi.service.monitor.MonitorPermission
-
- appendEntry(String, char, String) - Static method in class info.dmtree.Acl
-
- appendHexByte(StringBuffer, byte) - Static method in class info.dmtree.DmtData
-
- 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
-
- 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.
- ApplicationAdminPermission.SignerWrapper - Class in org.osgi.service.application
-
- 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 - Variable in class org.osgi.service.application.ApplicationAdminPermission
-
- 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
.
- ApplicationDescriptor.Delegate - Class in org.osgi.service.application
-
This class will load the class named
by the org.osgi.vendor.application.ApplicationDescriptor and delegate
method calls to an instance of the class.
- 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.
- ApplicationHandle.Delegate - Class in org.osgi.service.application
-
This class will load the class named
by the org.osgi.vendor.application.ApplicationHandle and delegate
method calls to an instance of the class.
- applicationID - Variable in class org.osgi.service.application.ApplicationAdminPermission
-
- 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.
- appliedFilter - Variable in class org.osgi.service.application.ApplicationAdminPermission
-
- 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.
- 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.
- C - Static variable in class org.osgi.util.measurement.Unit
-
The electric charge unit coulomb (C).
- cachedReference - Variable in class org.osgi.util.tracker.ServiceTracker
-
Cached ServiceReference for getServiceReference.
- cachedService - Variable in class org.osgi.util.tracker.ServiceTracker
-
Cached service object for getService.
- can(int) - Method in interface info.dmtree.MetaNode
-
Check whether the given operation is valid for this node.
- cancel() - Method in interface org.osgi.service.deploymentadmin.DeploymentAdmin
-
This method cancels the currently active deployment session.
- CANCEL - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "cancel" action.
- cancel() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Processing of a resource passed to the resource processor may take long.
- canConvert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
-
Return if this converter is able to convert the specified object to the
specified type.
- canonicalActions(int) - Static method in class info.dmtree.security.DmtPermission
-
- catalogName - Variable in class org.osgi.util.mobile.UserPromptCondition
-
- cause - Variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
Cause of the failure.
- CAUSE - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
- causes - Variable in exception info.dmtree.DmtException
-
The list of originating exceptions, or empty list or null
if
there are no originating exceptions.
- cd - Static variable in class org.osgi.util.measurement.Unit
-
The luminous intensity unit candela (cd)
- cd_SHIFT - Static variable in class org.osgi.util.measurement.Unit
-
- CHANGE_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "changeCredential".
- CHANGE_PROPERTY - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "changeProperty".
- changeOccurred(DmtEvent) - Method in interface info.dmtree.DmtEventListener
-
DmtAdmin
uses this method to notify the registered
listeners about the change.
- CHARACTER - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The CHARACTER
(5) type.
- checkDateFormat(String) - Static method in class info.dmtree.DmtData
-
- checkId(String, String) - Method in class org.osgi.service.monitor.MonitorPermission
-
- checkId(String, String) - Static method in class org.osgi.service.monitor.StatusVariable
-
- checkNumber(String, String, int, int, int, int) - Static method in class info.dmtree.DmtData
-
- checkPermissions(int) - Static method in class info.dmtree.Acl
-
- checkPrincipal(String) - Static method in class info.dmtree.Acl
-
- checkServerId(String, String) - Static method in class info.dmtree.Acl
-
- checkTimeFormat(String) - Static method in class info.dmtree.DmtData
-
- checkUri(String) - Method in class info.dmtree.security.DmtPermission
-
- CHILDREN_UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
The property key that must be set for all devices containing other
embedded devices.
- childrenNames() - Method in interface org.osgi.service.prefs.Preferences
-
Returns the names of the children of this node.
- clazz - Variable in class org.osgi.service.blueprint.container.ReifiedType
-
- clear() - Method in interface org.osgi.service.prefs.Preferences
-
Removes all of the properties (key-value associations) in this node.
- close() - Method in interface info.dmtree.DmtSession
-
Closes a session.
- close() - Method in interface info.dmtree.spi.ReadableDataSession
-
Closes a session.
- close() - Method in class org.osgi.util.tracker.AbstractTracked
-
Called by the owning Tracker object when it is closed.
- close() - Method in class org.osgi.util.tracker.BundleTracker
-
Close this BundleTracker
.
- close() - Method in class org.osgi.util.tracker.ServiceTracker
-
Close this ServiceTracker
.
- closed - Variable in class org.osgi.util.tracker.AbstractTracked
-
true if the tracked object is closed.
- cm - Variable in class org.osgi.service.monitor.StatusVariable
-
- CM_CC - Static variable in class org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Cumulative Counter' data collection method.
- CM_DELETED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
A Configuration
has been deleted.
- CM_DER - Static variable in class org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Discrete Event Registration' data collection
method.
- CM_GAUGE - Static variable in class org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Gauge' data collection method.
- CM_LOCATION_CHANGED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
The location of a Configuration
has been changed.
- CM_RANKING - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
-
A service property to specify the order in which plugins are invoked.
- CM_SI - Static variable in class org.osgi.service.monitor.StatusVariable
-
Constant for identifying 'Status Inspection' data collection method.
- CM_TARGET - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
-
A service property to limit the Managed Service or Managed Service
Factory configuration dictionaries a Configuration Plugin service
receives.
- CM_UPDATED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
A Configuration
has been updated.
- CMD_ADD - Static variable in interface info.dmtree.MetaNode
-
Constant for the ADD access type.
- CMD_DELETE - Static variable in interface info.dmtree.MetaNode
-
Constant for the DELETE access type.
- CMD_EXECUTE - Static variable in interface info.dmtree.MetaNode
-
Constant for the EXECUTE access type.
- CMD_GET - Static variable in interface info.dmtree.MetaNode
-
Constant for the GET access type.
- CMD_REPLACE - Static variable in interface info.dmtree.MetaNode
-
Constant for the REPLACE access type.
- cName - Static variable in class org.osgi.service.application.ApplicationDescriptor.Delegate
-
- cName - Static variable in class org.osgi.service.application.ApplicationHandle.Delegate
-
- code - Variable in exception info.dmtree.DmtException
-
The error code of the failure, one of the constants defined in this
class.
- code - Variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
- code - Variable in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
- CODE_BAD_HEADER - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Syntax error in any manifest header.
- CODE_BUNDLE_NAME_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Bundle symbolic name is not the same as defined by the deployment package
manifest.
- CODE_BUNDLE_SHARING_VIOLATION - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Bundle with the same symbolic name already exists.
- CODE_CANCELLED - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
- CODE_COMMIT_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Exception with this error code is thrown when one of the Resource Processors
involved in the deployment session threw a
ResourceProcessorException
with the
ResourceProcessorException.CODE_PREPARE
error
code.
- CODE_FOREIGN_CUSTOMIZER - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Matched resource processor service is a customizer from another
deployment package.
- CODE_MISSING_BUNDLE - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
A bundle in the deployment package is marked as DeploymentPackage-Missing
but there is no such bundle in the target deployment package.
- CODE_MISSING_FIXPACK_TARGET - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Fix pack version range doesn't fit to the version of the target
deployment package or the target deployment package of the fix pack
doesn't exist.
- CODE_MISSING_HEADER - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Missing mandatory manifest header.
- CODE_MISSING_RESOURCE - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
A resource in the source deployment package is marked as
DeploymentPackage-Missing but there is no such resource in the target
deployment package.
- CODE_NOT_A_JAR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
- CODE_ORDER_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Order of files in the deployment package is bad.
- CODE_OTHER_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Other error condition.
- CODE_OTHER_ERROR - Static variable in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Other error condition.
- CODE_PREPARE - Static variable in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Resource Processors are allowed to raise an exception with this error code
to indicate that the processor is not able to commit the operations it made
since the last call of
ResourceProcessor.begin(DeploymentSession)
method.
- CODE_PROCESSOR_NOT_FOUND - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
The Resource Processor service with the given PID (see
Resource-Processor
manifest header) is not found.
- CODE_RESOURCE_SHARING_VIOLATION - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
An artifact of any resource already exists.
- CODE_RESOURCE_SHARING_VIOLATION - Static variable in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
An artifact of any resource already exists.
- CODE_SIGNING_ERROR - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
Bad deployment package signing.
- CODE_TIMEOUT - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
When a client requests a new session with an install or uninstall
operation, it must block that call until the earlier session is
completed.
- CollectionMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a collection based value.
- COMMAND_FAILED - Static variable in exception info.dmtree.DmtException
-
The recipient encountered an error which prevented it from fulfilling the
request.
- COMMAND_NOT_ALLOWED - Static variable in exception info.dmtree.DmtException
-
The requested command is not allowed on the target node.
- commit() - Method in interface info.dmtree.DmtSession
-
Commits a series of DMT operations issued in the current atomic session
since the last transaction boundary.
- commit() - Method in interface info.dmtree.spi.TransactionalDataSession
-
Commits a series of DMT operations issued in the current atomic session
since the last transaction boundary.
- commit() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when the processing of the current deployment package is finished.
- compareTo(Object) - Method in class org.osgi.util.measurement.Measurement
-
Compares this object with the specified object for order.
- complex - Variable in class info.dmtree.DmtData
-
- COMPONENT_FACTORY - Static variable in interface org.osgi.service.component.ComponentConstants
-
A service registration property for a Component Factory that contains the
value of the factory
attribute.
- COMPONENT_ID - Static variable in interface org.osgi.service.component.ComponentConstants
-
A component property that contains the generated id for a component
configuration.
- COMPONENT_NAME - Static variable in interface org.osgi.service.component.ComponentConstants
-
A component property for a component configuration that contains the name
of the component as specified in the name
attribute of the
component
element.
- ComponentConstants - Interface in org.osgi.service.component
-
Defines standard names for Service Component constants.
- ComponentContext - Interface in org.osgi.service.component
-
A Component Context object is used by a component instance to interact with
its execution context including locating services by reference name.
- ComponentDefinitionException - Exception in org.osgi.service.blueprint.container
-
A Blueprint exception indicating that a component definition is in error.
- ComponentDefinitionException() - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with no message or exception
cause.
- ComponentDefinitionException(String) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the specified message
- ComponentDefinitionException(String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the specified message and
exception cause.
- ComponentDefinitionException(Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
Creates a Component Definition Exception with the exception cause.
- ComponentException - Exception in org.osgi.service.component
-
Unchecked exception which may be thrown by the Service Component Runtime.
- ComponentException(String, Throwable) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified message and cause.
- ComponentException(String) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified message.
- ComponentException(Throwable) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified cause.
- ComponentFactory - Interface in org.osgi.service.component
-
When a component is declared with the factory
attribute on its
component
element, the Service Component Runtime will register
a Component Factory service to allow new component configurations to be
created and activated rather than automatically creating and activating
component configuration as necessary.
- componentId - Variable in exception org.osgi.service.blueprint.container.NoSuchComponentException
-
The requested component id that generated the exception.
- ComponentInstance - Interface in org.osgi.service.component
-
A ComponentInstance encapsulates a component instance of an activated
component configuration.
- ComponentMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for managed components.
- computeName(long) - Static method in class org.osgi.util.measurement.Unit
-
- CONCURRENT_ACCESS - Static variable in exception info.dmtree.DmtException
-
An error occurred related to concurrent access of nodes.
- Configuration - Interface in org.osgi.service.cm
-
The configuration information for a ManagedService
or
ManagedServiceFactory
object.
- ConfigurationAdmin - Interface in org.osgi.service.cm
-
Service for administering configuration data.
- ConfigurationEvent - Class in org.osgi.service.cm
-
A Configuration Event.
- ConfigurationEvent(ServiceReference, int, String, String) - Constructor for class org.osgi.service.cm.ConfigurationEvent
-
Constructs a ConfigurationEvent
object from the given
ServiceReference
object, event type, and pids.
- configurationEvent(ConfigurationEvent) - Method in interface org.osgi.service.cm.ConfigurationListener
-
Receives notification of a Configuration that has changed.
- ConfigurationException - Exception in org.osgi.service.cm
-
An Exception
class to inform the Configuration Admin service
of problems with configuration data.
- ConfigurationException(String, String) - Constructor for exception org.osgi.service.cm.ConfigurationException
-
Create a ConfigurationException
object.
- ConfigurationException(String, String, Throwable) - Constructor for exception org.osgi.service.cm.ConfigurationException
-
Create a ConfigurationException
object.
- ConfigurationListener - Interface in org.osgi.service.cm
-
Listener for Configuration Events.
- ConfigurationPermission - Class in org.osgi.service.cm
-
Indicates a bundle's authority to configure bundles.
- ConfigurationPermission(String, String) - Constructor for class org.osgi.service.cm.ConfigurationPermission
-
Create a new ConfigurationPermission.
- ConfigurationPermissionCollection - Class in org.osgi.service.cm
-
Stores a set of ConfigurationPermission
permissions.
- ConfigurationPermissionCollection() - Constructor for class org.osgi.service.cm.ConfigurationPermissionCollection
-
Creates an empty ConfigurationPermissionCollection object.
- ConfigurationPlugin - Interface in org.osgi.service.cm
-
A service interface for processing configuration dictionary before the
update.
- CONFIGURE - Static variable in class org.osgi.service.cm.ConfigurationPermission
-
The action string configure
.
- ConnectionFactory - Interface in org.osgi.service.io
-
A Connection Factory service is called by the implementation of the Connector
Service to create javax.microedition.io.Connection
objects which
implement the scheme named by IO_SCHEME
.
- ConnectorService - Interface in org.osgi.service.io
-
The Connector Service should be called to create and open
javax.microedition.io.Connection
objects.
- Constants - Interface in org.osgi.service.device
-
This interface defines standard names for property keys associated with
Device
and
Driver
services.
- constructor - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
- constructor - Static variable in class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
- CONSUME - Static variable in class org.osgi.service.wireadmin.WirePermission
-
The action string for the consume
action.
- Consumer - Interface in org.osgi.service.wireadmin
-
Data Consumer, a service that can receive udpated values from
Producer
services.
- CONSUMER_EXCEPTION - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
A Consumer service method has thrown an exception.
- consumersConnected(Wire[]) - Method in interface org.osgi.service.wireadmin.Producer
-
Update the list of Wire
objects to which this
Producer
object is connected.
- containsValidChars(String) - Static method in class org.osgi.service.monitor.StatusVariable
-
- context - Static variable in class info.dmtree.registry.DmtServiceFactory
-
- context - Variable in class org.osgi.util.tracker.BundleTracker
-
The Bundle Context used by this BundleTracker
.
- context - Variable in class org.osgi.util.tracker.ServiceTracker
-
The Bundle Context used by this ServiceTracker
.
- context - Variable in class org.osgi.util.xml.XMLParserActivator
-
Context of this bundle
- convert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
-
Convert the specified object to an instance of the specified type.
- Converter - Interface in org.osgi.service.blueprint.container
-
Type converter to convert an object to a target type.
- COPIED - Static variable in interface info.dmtree.DmtEvent
-
Event type indicating nodes that were copied.
- copy(String, String, boolean) - Method in interface info.dmtree.DmtSession
-
Create a copy of a node or a whole subtree.
- copy(String[], String[], boolean) - Method in interface info.dmtree.spi.ReadWriteDataSession
-
Create a copy of a node or a whole subtree.
- createConnection(String, int, boolean) - Method in interface org.osgi.service.io.ConnectionFactory
-
Create a new Connection
object for the specified URI.
- CREATED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has created a Blueprint Container for the bundle.
- createDefaultHttpContext() - Method in interface org.osgi.service.http.HttpService
-
Creates a default HttpContext
for registering servlets or
resources with the HttpService, a new HttpContext
object is
created each time this method is called.
- createFactoryConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Create a new factory Configuration
object with a new PID.
- createFactoryConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Create a new factory Configuration
object with a new PID.
- createInteriorNode(String) - Method in interface info.dmtree.DmtSession
-
Create an interior node.
- createInteriorNode(String, String) - Method in interface info.dmtree.DmtSession
-
Create an interior node with a given type.
- createInteriorNode(String[], String) - Method in interface info.dmtree.spi.ReadWriteDataSession
-
Create an interior node with a given type.
- createLeafNode(String) - Method in interface info.dmtree.DmtSession
-
Create a leaf node with default value and MIME type.
- createLeafNode(String, DmtData) - Method in interface info.dmtree.DmtSession
-
Create a leaf node with a given value and the default MIME type.
- createLeafNode(String, DmtData, String) - Method in interface info.dmtree.DmtSession
-
Create a leaf node with a given value and MIME type.
- createLeafNode(String[], DmtData, String) - Method in interface info.dmtree.spi.ReadWriteDataSession
-
Create a leaf node with a given value and MIME type.
- createRole(String, int) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Creates a Role
object with the given name and of the given
type.
- createType(int, int, int, int, int, int, int, int, int) - Static method in class org.osgi.util.measurement.Unit
-
Create a type field from the base SI unit exponent values.
- createWire(String, String, Dictionary) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Create a new Wire
object that connects a Producer service to a
Consumer service.
- CREATING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has started creating a Blueprint Container for the
bundle.
- customizer - Variable in class org.osgi.util.tracker.BundleTracker
-
The BundleTrackerCustomizer
object for this tracker.
- customizer - Variable in class org.osgi.util.tracker.ServiceTracker
-
The ServiceTrackerCustomizer
for this tracker.
- customizerAdding(Object, Object) - Method in class org.osgi.util.tracker.AbstractTracked
-
Call the specific customizer adding method.
- customizerAdding(Object, Object) - Method in class org.osgi.util.tracker.BundleTracker.Tracked
-
Call the specific customizer adding method.
- customizerAdding(Object, Object) - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
-
Call the specific customizer adding method.
- customizerModified(Object, Object, Object) - Method in class org.osgi.util.tracker.AbstractTracked
-
Call the specific customizer modified method.
- customizerModified(Object, Object, Object) - Method in class org.osgi.util.tracker.BundleTracker.Tracked
-
Call the specific customizer modified method.
- customizerModified(Object, Object, Object) - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
-
Call the specific customizer modified method.
- customizerRemoved(Object, Object, Object) - Method in class org.osgi.util.tracker.AbstractTracked
-
Call the specific customizer removed method.
- customizerRemoved(Object, Object, Object) - Method in class org.osgi.util.tracker.BundleTracker.Tracked
-
Call the specific customizer removed method.
- customizerRemoved(Object, Object, Object) - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
-
Call the specific customizer removed method.
- data - Variable in class info.dmtree.notification.AlertItem
-
- DATA_STORE_FAILURE - Static variable in exception info.dmtree.DmtException
-
An error related to the recipient data store occurred while processing
the request.
- DataPlugin - Interface in info.dmtree.spi
-
An implementation of this interface takes the responsibility of handling data
requests in a subtree of the DMT.
- DAY_OF_MONTH - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The name of the day of month attribute of a virtual timer event.
- DAY_OF_WEEK - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The name of the day of week attribute of a virtual timer event.
- DEACTIVATION_REASON_BUNDLE_STOPPED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the bundle was stopped.
- DEACTIVATION_REASON_CONFIGURATION_DELETED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because its configuration was deleted.
- DEACTIVATION_REASON_CONFIGURATION_MODIFIED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because its configuration was changed.
- DEACTIVATION_REASON_DISABLED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the component was disabled.
- DEACTIVATION_REASON_DISPOSED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the component was disposed.
- DEACTIVATION_REASON_REFERENCE - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because a reference became unsatisfied.
- DEACTIVATION_REASON_UNSPECIFIED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The reason the component configuration was deactivated is unspecified.
- DEBUG - Static variable in class org.osgi.util.tracker.AbstractTracked
-
- DEBUG - Static variable in class org.osgi.util.tracker.BundleTracker
-
- DEBUG - Static variable in class org.osgi.util.tracker.ServiceTracker
-
- defaultLevel - Variable in class org.osgi.util.mobile.UserPromptCondition
-
- delegate - Variable in class org.osgi.service.application.ApplicationDescriptor
-
- Delegate() - Constructor for class org.osgi.service.application.ApplicationDescriptor.Delegate
-
- delegate - Variable in class org.osgi.service.application.ApplicationHandle
-
- Delegate() - Constructor for class org.osgi.service.application.ApplicationHandle.Delegate
-
- delegate - Variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
- delegate - Variable in class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
- delegateProperty - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
- delegateProperty - Static variable in class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
- DELETE - Static variable in class info.dmtree.Acl
-
Principals holding this permission can issue DELETE commands on the node
having this ACL.
- DELETE - Static variable in class info.dmtree.security.DmtPermission
-
Holders of DmtPermission with the Delete action present can delete nodes
from the DMT, that is they are authorized to execute the deleteNode()
method of the DmtSession.
- delete() - Method in interface org.osgi.service.cm.Configuration
-
Delete this Configuration
object.
- DELETED - Static variable in interface info.dmtree.DmtEvent
-
Event type indicating nodes that were deleted.
- deleted(String) - Method in interface org.osgi.service.cm.ManagedServiceFactory
-
Remove a factory instance.
- deleteFromAll(TreeMap, int) - Static method in class info.dmtree.Acl
-
- deleteNode(String) - Method in interface info.dmtree.DmtSession
-
Delete the given node.
- deleteNode(String[]) - Method in interface info.dmtree.spi.ReadWriteDataSession
-
Delete the given node.
- deletePermission(String, int) - Method in class info.dmtree.Acl
-
Create a new Acl
instance from this Acl
with
the given permission revoked from the given principal.
- deleteWire(Wire) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Delete a Wire
object.
- dependencies - Variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
An array containing filters identifying the missing dependencies.
- DEPENDENCIES - Static variable in class org.osgi.service.blueprint.container.EventConstants
-
- DeploymentAdmin - Interface in org.osgi.service.deploymentadmin
-
This is the interface of the Deployment Admin service.
- DeploymentAdminPermission - Class in org.osgi.service.deploymentadmin
-
DeploymentAdminPermission controls access to the Deployment Admin service.
- DeploymentAdminPermission(String, String) - Constructor for class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Creates a new DeploymentAdminPermission
object for the given name
and
action
.
- DeploymentCustomizerPermission - Class in org.osgi.service.deploymentadmin.spi
-
The DeploymentCustomizerPermission
permission gives the right to
Resource Processors to access a bundle's (residing in a Deployment Package) private area.
- DeploymentCustomizerPermission(String, String) - Constructor for class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Creates a new DeploymentCustomizerPermission
object for the given
name
and action
.
- DeploymentException - Exception in org.osgi.service.deploymentadmin
-
Checked exception received when something fails during any deployment
processes.
- DeploymentException(int, String, Throwable) - Constructor for exception org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentException(int, String) - Constructor for exception org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentException(int) - Constructor for exception org.osgi.service.deploymentadmin.DeploymentException
-
Create an instance of the exception.
- DeploymentPackage - Interface in org.osgi.service.deploymentadmin
-
The DeploymentPackage
object represents a deployment package
(already installed or being currently processed).
- DeploymentSession - Interface in org.osgi.service.deploymentadmin.spi
-
The session interface represents a currently running deployment session
(install/update/uninstall).
- descriptor - Variable in class org.osgi.service.application.ApplicationHandle
-
- destroy - Static variable in class org.osgi.service.application.ApplicationHandle.Delegate
-
- destroy() - Method in class org.osgi.service.application.ApplicationHandle.Delegate
-
- destroy() - Method in class org.osgi.service.application.ApplicationHandle
-
The application instance's lifecycle state can be influenced by this
method.
- DESTROYED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container for the bundle has been completely destroyed.
- DESTROYING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint extender has started destroying the Blueprint Container for
the bundle.
- destroySpecific() - Method in class org.osgi.service.application.ApplicationHandle
-
Called by the destroy() method to perform application model specific
steps to stop and destroy an application instance safely.
- Device - Interface in org.osgi.service.device
-
Interface for identifying device services.
- DEVICE_CATEGORY - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_CATEGORY") containing a human readable
description of the device categories implemented by a device.
- DEVICE_CATEGORY - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the value of the service property DEVICE_CATEGORY
used for all UPnP devices.
- DEVICE_DESCRIPTION - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_DESCRIPTION") containing a human
readable string describing the actual hardware device.
- DEVICE_INTERNAL_ERROR - Static variable in exception org.osgi.service.upnp.UPnPException
-
The invoked action failed during execution.
- DEVICE_SERIAL - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_SERIAL") specifying a device's serial
number.
- DIGEST_DELEGATE_PROPERTY - Static variable in class info.dmtree.Uri.ImplHolder
-
- digestMessage(byte[]) - Static method in class info.dmtree.Uri
-
- digestMethod - Static variable in class info.dmtree.Uri.ImplHolder
-
- disableComponent(String) - Method in interface org.osgi.service.component.ComponentContext
-
Disables the specified component name.
- dispose() - Method in interface org.osgi.service.component.ComponentInstance
-
Dispose of the component configuration for this component instance.
- div(Measurement) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the quotient of this
object divided by the specified object.
- div(double, Unit) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the quotient of this
object divided by the specified value.
- div(double) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the quotient of this
object divided by the specified value.
- div(Unit) - Method in class org.osgi.util.measurement.Unit
-
Returns a new Unit
that is the division of this Unit
and the Unit
specified
- DmtAdmin - Interface in info.dmtree
-
An interface providing methods to open sessions and register listeners.
- DmtAlertPermissionCollection - Class in info.dmtree.security
-
Represents a homogeneous collection of AlertPermission objects.
- DmtAlertPermissionCollection() - Constructor for class info.dmtree.security.DmtAlertPermissionCollection
-
Create an empty DmtAlertPermissionCollection object.
- DmtData - Class in info.dmtree
-
An immutable data structure representing the contents of a leaf or interior
node.
- DmtData() - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of null
format.
- DmtData(String) - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of chr
format
with the given string value.
- DmtData(Object) - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of node
format
with the given object value.
- DmtData(String, int) - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of the specified format and set
its value based on the given string.
- DmtData(int) - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of int
format and
set its value.
- DmtData(float) - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of float
format
and set its value.
- DmtData(boolean) - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of bool
format
and set its value.
- DmtData(byte[]) - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of bin
format and
set its value.
- DmtData(byte[], boolean) - Constructor for class info.dmtree.DmtData
-
Create a DmtData
instance of bin
or
b64
format and set its value.
- DmtData(String, String) - Constructor for class info.dmtree.DmtData
-
- DmtData(String, byte[]) - Constructor for class info.dmtree.DmtData
-
- DmtEvent - Interface in info.dmtree
-
Event class storing the details of a change in the tree.
- DmtEventListener - Interface in info.dmtree
-
Registered implementations of this class are notified via
DmtEvent
objects about important changes in the tree.
- DmtException - Exception in info.dmtree
-
Checked exception received when a DMT operation fails.
- DmtException(String, int, String) - Constructor for exception info.dmtree.DmtException
-
Create an instance of the exception.
- DmtException(String, int, String, Throwable) - Constructor for exception info.dmtree.DmtException
-
Create an instance of the exception, specifying the cause exception.
- DmtException(String, int, String, Vector, boolean) - Constructor for exception info.dmtree.DmtException
-
Create an instance of the exception, specifying the list of cause
exceptions and whether the exception is a fatal one.
- DmtException(String, int, String, Throwable[], boolean) - Constructor for exception info.dmtree.DmtException
-
- DmtException(String[], int, String) - Constructor for exception info.dmtree.DmtException
-
Create an instance of the exception, specifying the target node as an
array of path segments.
- DmtException(String[], int, String, Throwable) - Constructor for exception info.dmtree.DmtException
-
Create an instance of the exception, specifying the target node as an
array of path segments, and specifying the cause exception.
- DmtException(String[], int, String, Vector, boolean) - Constructor for exception info.dmtree.DmtException
-
Create an instance of the exception, specifying the target node as an
array of path segments, the list of cause exceptions, and whether the
exception is a fatal one.
- DmtIllegalStateException - Exception in info.dmtree
-
Unchecked illegal state exception.
- DmtIllegalStateException() - Constructor for exception info.dmtree.DmtIllegalStateException
-
Create an instance of the exception with no message.
- DmtIllegalStateException(String) - Constructor for exception info.dmtree.DmtIllegalStateException
-
Create an instance of the exception with the specified message.
- DmtIllegalStateException(Throwable) - Constructor for exception info.dmtree.DmtIllegalStateException
-
Create an instance of the exception with the specified cause exception
and no message.
- DmtIllegalStateException(String, Throwable) - Constructor for exception info.dmtree.DmtIllegalStateException
-
Create an instance of the exception with the specified message and cause
exception.
- DmtPermission - Class in info.dmtree.security
-
Controls access to management objects in the Device Management Tree (DMT).
- DmtPermission(String, String) - Constructor for class info.dmtree.security.DmtPermission
-
Creates a new DmtPermission object for the specified DMT URI with the
specified actions.
- DmtPermissionCollection - Class in info.dmtree.security
-
Represents a homogeneous collection of DmtPermission objects.
- DmtPermissionCollection() - Constructor for class info.dmtree.security.DmtPermissionCollection
-
Create an empty DmtPermissionCollection object.
- DmtPrincipalPermission - Class in info.dmtree.security
-
Indicates the callers authority to create DMT sessions on behalf of a remote
management server.
- DmtPrincipalPermission(String) - Constructor for class info.dmtree.security.DmtPrincipalPermission
-
Creates a new DmtPrincipalPermission
object with its name
set to the target string.
- DmtPrincipalPermission(String, String) - Constructor for class info.dmtree.security.DmtPrincipalPermission
-
Creates a new DmtPrincipalPermission
object using the
'canonical' two argument constructor.
- DmtPrincipalPermissionCollection - Class in info.dmtree.security
-
Represents a homogeneous collection of DmtPrincipalPermission objects.
- DmtPrincipalPermissionCollection() - Constructor for class info.dmtree.security.DmtPrincipalPermissionCollection
-
Create an empty DmtPrincipalPermissionCollection object.
- DmtServiceFactory - Class in info.dmtree.registry
-
This class is the central access point for Device Management services.
- DmtServiceFactory() - Constructor for class info.dmtree.registry.DmtServiceFactory
-
A private constructor to suppress the default public constructor.
- DmtSession - Interface in info.dmtree
-
DmtSession provides concurrent access to the DMT.
- DOMCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Fully qualified path name of DOM Parser Factory Class Name file
- DOMFACTORYDESCRIPTION - Static variable in class org.osgi.util.xml.XMLParserActivator
-
DOM Factory Service Description
- DOMFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Filename containing the DOM Parser Factory Class name.
- DOUBLE - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The DOUBLE
(7) type.
- Driver - Interface in org.osgi.service.device
-
A Driver
service object must be registered by each Driver bundle
wishing to attach to Device services provided by other drivers.
- DRIVER_ID - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DRIVER_ID") identifying a driver.
- DriverLocator - Interface in org.osgi.service.device
-
A Driver Locator service can find and load device driver bundles given a
property set.
- DriverSelector - Interface in org.osgi.service.device
-
When the device manager detects a new Device service, it calls all registered
Driver services to determine if anyone matches the Device service.
- dropAllResources() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
This method is called during an "uninstall" deployment session.
- dropped(String) - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
-
Called when a resource, associated with a particular resource processor, had belonged to
an earlier version of a deployment package but is not present in the current version of
the deployment package.
- DYNAMIC - Static variable in interface info.dmtree.MetaNode
-
Constant for representing a dynamic node in the tree.
- GET - Static variable in class info.dmtree.Acl
-
Principals holding this permission can issue GET command on the node
having this ACL.
- GET - Static variable in class info.dmtree.security.DmtPermission
-
Holders of DmtPermission with the Get action present can query DMT node
value or properties, that is they are authorized to execute the
isLeafNode(), getNodeAcl(), getEffectiveNodeAcl(), getMetaNode(),
getNodeValue(), getChildNodeNames(), getNodeTitle(), getNodeVersion(),
getNodeTimeStamp(), getNodeSize() and getNodeType() methods of the
DmtSession.
- get(Object) - Method in class org.osgi.service.event.Event.UnmodifiableDictionary
-
- get(String, String) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the value associated with the specified key
in this
node.
- GET_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "getCredential".
- getAction(String) - Method in interface org.osgi.service.upnp.UPnPService
-
Locates a specific action by name.
- getActions() - Method in class info.dmtree.security.AlertPermission
-
Returns the action list (always *
in the current version).
- getActions() - Method in class info.dmtree.security.DmtPermission
-
Returns the String representation of the action list.
- getActions() - Method in class info.dmtree.security.DmtPrincipalPermission
-
Returns the action list (always *
in the current version).
- getActions() - Method in class org.osgi.service.application.ApplicationAdminPermission
-
Returns the actions of this permission.
- getActions() - Method in class org.osgi.service.cm.ConfigurationPermission
-
Returns the canonical string representation of the
ConfigurationPermission
actions.
- getActions() - Method in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Returns the String representation of the action list.
- getActions() - Method in class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
Returns the String representation of the action list.
- getActions() - Method in class org.osgi.service.event.TopicPermission
-
Returns the canonical string representation of the
TopicPermission
actions.
- getActions() - Method in class org.osgi.service.monitor.MonitorPermission
-
Get the action string associated with this permission.
- getActions() - Method in interface org.osgi.service.upnp.UPnPService
-
Lists all actions provided by this service.
- getActions() - Method in class org.osgi.service.useradmin.UserAdminPermission
-
Returns the canonical string representation of the actions, separated by
comma.
- getActions() - Method in class org.osgi.service.wireadmin.WirePermission
-
Returns the canonical string representation of the actions.
- getActionsMask() - Method in class org.osgi.service.event.TopicPermission
-
Returns the current action mask.
- getActionsMask() - Method in class org.osgi.service.useradmin.UserAdminPermission
-
Returns the current action mask.
- getActionsMask() - Method in class org.osgi.service.wireadmin.WirePermission
-
Returns the current action mask.
- getActivation() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the activation strategy for the component.
- getActualTypeArgument(int) - Method in class org.osgi.service.blueprint.container.ReifiedType
-
Return a type parameter for this type.
- getAllowedValues() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the allowed values, if defined.
- getAltitude() - Method in class org.osgi.util.position.Position
-
Returns the altitude of this position in meters.
- getApplicationContext(Object) - Static method in class org.osgi.application.Framework
-
This method needs an argument, an object that represents the application instance.
- getApplicationDescriptor() - Method in class org.osgi.service.application.ApplicationHandle
-
Retrieves the ApplicationDescriptor
to which this
ApplicationHandle
belongs.
- getApplicationDescriptor() - Method in interface org.osgi.service.application.ScheduledApplication
-
Retrieves the ApplicationDescriptor which represents the application and
necessary for launching.
- getApplicationId() - Method in interface org.osgi.application.ApplicationContext
-
This method return the identifier of the corresponding application type.
- getApplicationId() - Method in class org.osgi.service.application.ApplicationDescriptor
-
Returns the identifier of the represented application.
- getArguments() - Method in interface org.osgi.service.application.ScheduledApplication
-
Queries the startup arguments specified when the application was
scheduled.
- getArguments() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the arguments for the factory method or constructor of the bean.
- getAttributeDefinitions(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the attribute definitions for this object class.
- getAuthorization(User) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Creates an Authorization
object that encapsulates the
specified User
object and the Role
objects it
possesses.
- getAutoExport() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the auto-export mode for the service.
- getAvailability() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return whether or not a matching service is required at all times.
- getBase64() - Method in class info.dmtree.DmtData
-
Gets the value of a node with base 64 (b64
) format.
- getBinary() - Method in class info.dmtree.DmtData
-
Gets the value of a node with binary (bin
) format.
- getBindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the name of the bind method.
- getBoolean() - Method in class info.dmtree.DmtData
-
Gets the value of a node with boolean (bool
) format.
- getBoolean() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the StatusVariable
value if its type is
boolean
.
- getBoolean(String, boolean) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the boolean
value represented by the String
object associated with the specified key
in this node.
- getBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the Blueprint bundle associated with this event.
- getBundle(String) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the bundle instance, which is part of this deployment package,
that corresponds to the bundle's symbolic name passed in the
symbolicName
parameter.
- getBundle() - Method in interface org.osgi.service.log.LogEntry
-
Returns the bundle that created this LogEntry
object.
- getBundle() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the bundle for which this object provides meta type information.
- getBundleContext() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the BundleContext
of the bundle which contains this
component.
- getBundleInfos() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns an array of
BundleInfo
objects representing the bundles
specified in the manifest of this deployment package.
- getBundleLocation() - Method in interface org.osgi.service.cm.Configuration
-
Get the bundle location.
- getBundles() - Method in class org.osgi.util.tracker.BundleTracker
-
Return an array of Bundle
s for all bundles being tracked by
this BundleTracker
.
- getByteArray(String, byte[]) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the byte[]
value represented by the String
object associated with the specified key
in this node.
- getCardinality() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return the cardinality of this attribute.
- getCause() - Method in exception info.dmtree.DmtException
-
Get the cause of this exception.
- getCause() - Method in exception info.dmtree.DmtIllegalStateException
-
Returns the cause of this exception or null
if no cause was
set.
- getCause() - Method in exception org.osgi.service.application.ApplicationException
-
Returns the cause of this exception or null
if no cause was
set.
- getCause() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
- getCause() - Method in exception org.osgi.service.cm.ConfigurationException
-
Returns the cause of this exception or null
if no cause was
set.
- getCause() - Method in exception org.osgi.service.component.ComponentException
-
Returns the cause of this exception or null
if no cause was
set.
- getCause() - Method in exception org.osgi.service.deploymentadmin.DeploymentException
-
Returns the cause of this exception or null
if no cause was
set.
- getCause() - Method in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Returns the cause of this exception or null
if no cause was
set.
- getCause() - Method in exception org.osgi.service.http.NamespaceException
-
Returns the cause of this exception or null
if no cause was
set.
- getCause() - Method in exception org.osgi.service.prefs.BackingStoreException
-
Returns the cause of this exception or null
if no cause was
set.
- getCauses() - Method in exception info.dmtree.DmtException
-
Get all causes of this exception.
- getChildNodeNames(String) - Method in interface info.dmtree.DmtSession
-
Get the list of children names of a node.
- getChildNodeNames(String[]) - Method in interface info.dmtree.spi.ReadableDataSession
-
Get the list of children names of a node.
- getClassName() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the class specified for the bean.
- getCode() - Method in exception info.dmtree.DmtException
-
Get the error code associated with this exception.
- getCode() - Method in exception org.osgi.service.deploymentadmin.DeploymentException
-
- getCode() - Method in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
- getCodeText(int) - Static method in exception info.dmtree.DmtException
-
Returns the name of the given error code.
- getCollectionClass() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return the type of the collection.
- getCollectionMethod() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the collection method of this StatusVariable
.
- getComponentId() - Method in exception org.osgi.service.blueprint.container.NoSuchComponentException
-
Returns the id of the non-existent component.
- getComponentId() - Method in interface org.osgi.service.blueprint.reflect.IdRefMetadata
-
Return the id of the referenced component.
- getComponentId() - Method in interface org.osgi.service.blueprint.reflect.RefMetadata
-
Return the id of the referenced component.
- getComponentIds() - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Returns the set of component ids managed by this Blueprint Container.
- getComponentInstance(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Return the component instance for the specified component id.
- getComponentInstance() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the Component Instance object for the component instance
associated with this Component Context.
- getComponentMetadata(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
Return the Component Metadata object for the component with the specified
component id.
- getComponentName() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the value of the component-name
attribute of the
service reference.
- getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.util.cdma.ESNCondition
-
Creates an ESNCondition object.
- getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.util.cdma.MEIDCondition
-
Creates a MEIDCondition object.
- getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.util.gsm.IMEICondition
-
Creates an IMEI condition object.
- getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.util.gsm.IMSICondition
-
Creates an IMSI condition object.
- getCondition(Bundle, ConditionInfo) - Static method in class org.osgi.util.mobile.UserPromptCondition
-
Returns a UserPromptCondition object with the given prompt string and permission
level.
- getConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Get an existing Configuration
object from the persistent
store, or create a new Configuration
object.
- getConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Get an existing or new Configuration
object from the
persistent store.
- getCredentials() - Method in interface org.osgi.service.useradmin.User
-
Returns a Dictionary
of the credentials of this User
object.
- getCurrentValue() - Method in interface org.osgi.service.upnp.UPnPLocalStateVariable
-
This method will keep the current values of UPnPStateVariables of a
UPnPDevice whenever UPnPStateVariable's value is changed , this method
must be called.
- getCustomizedObject(Object) - Method in class org.osgi.util.tracker.AbstractTracked
-
Return the customized object for the specified item
- getData() - Method in class info.dmtree.notification.AlertItem
-
Get the data associated with the alert item.
- getDataFile(Bundle) - Method in interface org.osgi.service.deploymentadmin.spi.DeploymentSession
-
Returns the private data area of the specified bundle.
- getDate() - Method in class info.dmtree.DmtData
-
Gets the value of a node with date format.
- getDefault() - Method in interface info.dmtree.MetaNode
-
Get the default value of this node if any.
- getDefaultValue() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a default for this attribute.
- getDefaultValue() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the default value, if defined.
- getDependencies() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the filters identifying the missing dependencies that caused this
event.
- getDependsOn() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the ids of any components listed in a depends-on
attribute for the component.
- getDeploymentPackage(String) - Method in interface org.osgi.service.deploymentadmin.DeploymentAdmin
-
Gets the currently installed
DeploymentPackage
instance which has the given
symbolic name.
- getDeploymentPackage(Bundle) - Method in interface org.osgi.service.deploymentadmin.DeploymentAdmin
-
- getDepth() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the color depth of the icon in bits.
- getDescription() - Method in interface info.dmtree.MetaNode
-
Get the explanation string associated with this node.
- getDescription() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a description of this attribute.
- getDescription() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return a description of this object class.
- getDescription(String) - Method in interface org.osgi.service.monitor.Monitorable
-
Returns a human readable description of a StatusVariable
.
- getDescription(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns a human readable description of the given
StatusVariable
.
- getDescriptions(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Get a set of localized UPnP properties.
- getDestroyMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the destroy method specified for the bean.
- getDisplayName() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the Deployment Package human readable name.
- getDmtAdmin() - Static method in class info.dmtree.registry.DmtServiceFactory
-
This method is used to obtain access to DmtAdmin
, which
enables applications to manipulate the Device Management Tree.
- getDouble(String, double) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the double
value represented by the String
object associated with the specified key
in this node.
- getDriver() - Method in interface org.osgi.service.device.Match
-
Return the reference to a Driver service.
- getEffectiveNodeAcl(String) - Method in interface info.dmtree.DmtSession
-
Gives the Access Control List in effect for a given node.
- getEntries() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the entries for the map.
- getEntries() - Method in interface org.osgi.service.blueprint.reflect.PropsMetadata
-
Return the entries for the properties.
- getError() - Method in class org.osgi.util.measurement.Measurement
-
Returns the error of this Measurement
object.
- getErrorCode() - Method in exception org.osgi.service.application.ApplicationException
-
Returns the error code associated with this exception.
- getEventFilter() - Method in interface org.osgi.service.application.ScheduledApplication
-
Queries the event filter for the triggering event.
- getException() - Method in exception org.osgi.service.http.NamespaceException
-
Returns the nested exception.
- getException() - Method in interface org.osgi.service.log.LogEntry
-
Returns the exception object associated with this LogEntry
object.
- getExitValue(long) - Method in class org.osgi.service.application.ApplicationHandle
-
Returns the exit value for the application instance.
- getExtenderBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the Blueprint extender bundle that is generating this event.
- getExtensionProperty(String) - Method in interface info.dmtree.MetaNode
-
Returns the value for the specified extension property key.
- getExtensionPropertyKeys() - Method in interface info.dmtree.MetaNode
-
Returns the list of extension property keys, if the provider of this
MetaNode
provides proprietary extensions to node meta
data.
- getFactory(String) - Method in class org.osgi.util.xml.XMLParserActivator
-
Given a parser factory class name, instantiate that class.
- getFactoryComponent() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the Metadata for the factory component on which to invoke the
factory method for the bean.
- getFactoryMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the factory method for the bean.
- getFactoryPid() - Method in interface org.osgi.service.cm.Configuration
-
For a factory configuration return the PID of the corresponding Managed
Service Factory, else return null
.
- getFactoryPid() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Returns the factory pid of the associated configuration.
- getFactoryPids() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the Factory PIDs (for ManagedServiceFactories) for which
ObjectClassDefinition information is available.
- getFilter() - Method in class org.osgi.service.application.ApplicationAdminPermission
-
- getFilter() - Method in exception org.osgi.service.blueprint.container.ServiceUnavailableException
-
Returns the filter expression that a service would have needed to satisfy
in order for the invocation to proceed.
- getFilter() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the filter expression that a matching service must match.
- getFlavors() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the list of data types understood by the Consumer service
connected to this Wire
object.
- getFloat() - Method in class info.dmtree.DmtData
-
Gets the value of a node with float
format.
- getFloat() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the StatusVariable
value if its type is
float
.
- getFloat(String, float) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the float value
represented by the String
object associated with the specified key
in this node.
- getFormat() - Method in class info.dmtree.DmtData
-
Get the node's format, expressed in terms of type constants defined in
this class.
- getFormat() - Method in interface info.dmtree.MetaNode
-
Get the node's format, expressed in terms of type constants defined in
DmtData
.
- getFormatName() - Method in class info.dmtree.DmtData
-
Returns the format of this DmtData
as String
.
- getFormatName(int) - Static method in class info.dmtree.DmtData
-
- getHash(String) - Static method in class info.dmtree.Uri
-
- getHeader(String) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the requested deployment package manifest header from the main
section.
- getHeight() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the height of the icon in pixels.
- getHexDump(byte[]) - Static method in class info.dmtree.DmtData
-
- getIcon() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns a URL pointing to an image that represents the icon for this
Deployment Package.
- getIcon(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return an InputStream
object that can be used to create an
icon from.
- getIcons(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Lists all icons for this device in a given locale.
- getId() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
-
Return the id of the component.
- getID() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Unique identity for this attribute.
- getID() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the id of this object class.
- getID() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the ID of this StatusVariable
.
- getId() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the serviceId
field in the UPnP service description.
- getIdentification() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getIdentification() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the identification of this Envelope
object.
- getIndex() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the zero-based index into the parameter list of the factory method
or constructor to be invoked for this argument.
- getInformation() - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Returns a reference to the Provisioning Dictionary.
- getInitialReferences(boolean, String, String) - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns the list of initial ServiceReference
s that will be
tracked by this ServiceTracker
.
- getInitiator() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Returns the identifier of the principal who initiated the job.
- getInitMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the name of the init method specified for the bean.
- getInputArgumentNames() - Method in interface org.osgi.service.upnp.UPnPAction
-
Lists all input arguments for this action.
- getInputStream() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns an InputStream
object for the icon data.
- getInstance() - Method in interface org.osgi.service.component.ComponentInstance
-
Returns the component instance of the activated component configuration.
- getInstanceId() - Method in interface org.osgi.application.ApplicationContext
-
This method returns the identifier of the corresponding application instance.
- getInstanceId() - Method in class org.osgi.service.application.ApplicationHandle
-
Returns the unique identifier of this instance.
- getInt() - Method in class info.dmtree.DmtData
-
Gets the value of a node with integer (int
) format.
- getInt(String, int) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the int
value represented by the String
object associated with the specified key
in this node.
- getInteger() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the StatusVariable
value if its type is
int
.
- getInterface() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the name of the interface type that a matching service must
support.
- getInterfaces() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the type names of the interfaces that the service should be
advertised as supporting.
- getJavaDataType() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the Java class associated with the UPnP data type of this state
variable.
- getKey() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
-
Return the Metadata for the key of the map entry.
- getKeyType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the name of the type of the map keys.
- getLastValue() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the last value sent through this Wire
object.
- getLatitude() - Method in class org.osgi.util.position.Position
-
Returns the latitude of this position in radians.
- getLevel() - Method in interface org.osgi.service.log.LogEntry
-
Returns the severity level of this LogEntry
object.
- getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the Metadata for the component that will receive bind and unbind
events.
- getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the Metadata for the component that will receive registration and
unregistration events.
- getLocales() - Method in interface org.osgi.service.metatype.MetaTypeProvider
-
Return a list of available locales.
- getLockType() - Method in interface info.dmtree.DmtSession
-
Gives the type of lock the session has.
- getLog() - Method in interface org.osgi.service.log.LogReaderService
-
Returns an Enumeration
of all LogEntry
objects in
the log.
- getLong(String, long) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the long
value represented by the String
object associated with the specified key
in this node.
- getLongitude() - Method in class org.osgi.util.position.Position
-
Returns the longitude of this position in radians.
- getMark() - Method in class info.dmtree.notification.AlertItem
-
Get the mark parameter associated with the alert item.
- getMask(String) - Static method in class info.dmtree.security.DmtPermission
-
- getMask() - Method in class info.dmtree.security.DmtPermission
-
- getMatchValue() - Method in interface org.osgi.service.device.Match
-
Return the match value of this object.
- getMax() - Method in interface info.dmtree.MetaNode
-
Get the maximum allowed value associated with a node of numeric format.
- getMaximum() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the maximum value, if defined.
- getMaxOccurrence() - Method in interface info.dmtree.MetaNode
-
Get the number of maximum occurrences of this type of nodes on the same
level in the DMT.
- getMaxSegmentNameLength() - Static method in class info.dmtree.Uri
-
Returns the maximum allowed length of a URI segment.
- getMaxUriLength() - Static method in class info.dmtree.Uri
-
Returns the maximum allowed length of a URI.
- getMaxUriSegments() - Static method in class info.dmtree.Uri
-
Returns the maximum allowed number of URI segments.
- getMembers() - Method in interface org.osgi.service.useradmin.Group
-
Gets the basic members of this Group
object.
- getMemberType() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
-
Return whether the List will contain service object proxies or
ServiceReference
objects.
- getMessage() - Method in exception info.dmtree.DmtException
-
Get the message associated with this exception.
- getMessage() - Method in interface org.osgi.service.log.LogEntry
-
Returns the human readable message associated with this LogEntry
object.
- getMetadata(Class) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
-
- getMetaNode(String) - Method in interface info.dmtree.DmtSession
-
Get the meta data which describes a given node.
- getMetaNode(String[]) - Method in interface info.dmtree.spi.ReadableDataSession
-
Get the meta data which describes a given node.
- getMetaTypeInformation(Bundle) - Method in interface org.osgi.service.metatype.MetaTypeService
-
Return the MetaType information for the specified bundle.
- getMimeType(String) - Method in interface org.osgi.service.http.HttpContext
-
Maps a name to a MIME type.
- getMimeType() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the MIME type of the icon.
- getMimeTypes() - Method in interface info.dmtree.MetaNode
-
Get the list of MIME types this node can hold.
- getMin() - Method in interface info.dmtree.MetaNode
-
Get the minimum allowed value associated with a node of numeric format.
- getMinimum() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the minimum value, if defined.
- getMonitorableNames() - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns the names of the Monitorable
services that are
currently registered.
- getName() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
-
Return the name of the property to be injected.
- getName() - Method in interface org.osgi.service.cm.ManagedServiceFactory
-
Return a descriptive name of this factory.
- getName() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the Deployment Package Symbolic Name of the package.
- getName() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Get the name of the attribute.
- getName() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the name of this object class.
- getName() - Method in interface org.osgi.service.upnp.UPnPAction
-
Returns the action name.
- getName() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the variable name.
- getName() - Method in interface org.osgi.service.useradmin.Authorization
-
Gets the name of the
User
that this
Authorization
context was created for.
- getName() - Method in interface org.osgi.service.useradmin.Role
-
Returns the name of this role.
- getName() - Method in class org.osgi.util.measurement.State
-
Returns the name of this State
.
- getNewNodes() - Method in interface info.dmtree.DmtEvent
-
- getNode() - Method in class info.dmtree.DmtData
-
Gets the complex data associated with an interior node (node
format).
- getNodeAcl(String) - Method in interface info.dmtree.DmtSession
-
Get the Access Control List associated with a given node.
- getNodes() - Method in interface info.dmtree.DmtEvent
-
This method can be used to query the subject nodes of this event.
- getNodeSize(String) - Method in interface info.dmtree.DmtSession
-
Get the size of the data in a leaf node.
- getNodeSize(String[]) - Method in interface info.dmtree.spi.ReadableDataSession
-
Get the size of the data in a leaf node.
- getNodeTimestamp(String) - Method in interface info.dmtree.DmtSession
-
Get the timestamp when the node was created or last modified.
- getNodeTimestamp(String[]) - Method in interface info.dmtree.spi.ReadableDataSession
-
Get the timestamp when the node was last modified.
- getNodeTitle(String) - Method in interface info.dmtree.DmtSession
-
Get the title of a node.
- getNodeTitle(String[]) - Method in interface info.dmtree.spi.ReadableDataSession
-
Get the title of a node.
- getNodeType(String) - Method in interface info.dmtree.DmtSession
-
Get the type of a node.
- getNodeType(String[]) - Method in interface info.dmtree.spi.ReadableDataSession
-
Get the type of a node.
- getNodeValue(String) - Method in interface info.dmtree.DmtSession
-
Get the data contained in a leaf or interior node.
- getNodeValue(String[]) - Method in interface info.dmtree.spi.ReadableDataSession
-
Get the data contained in a leaf or interior node.
- getNodeVersion(String) - Method in interface info.dmtree.DmtSession
-
Get the version of a node.
- getNodeVersion(String[]) - Method in interface info.dmtree.spi.ReadableDataSession
-
Get the version of a node.
- getNotificationService() - Static method in class info.dmtree.registry.DmtServiceFactory
-
This method is used to obtain access to NotificationService
,
which enables applications to send asynchronous notifications to
management servers.
- getObject(Bundle) - Method in class org.osgi.util.tracker.BundleTracker
-
Returns the customized object for the specified Bundle
if
the specified bundle is being tracked by this BundleTracker
.
- getObjectClassDefinition(String, String) - Method in interface org.osgi.service.metatype.MetaTypeProvider
-
Returns an object class definition for the specified id localized to the
specified locale.
- getOptionLabels() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a list of labels of option values.
- getOptionValues() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a list of option values that this attribute can take.
- getOutputArgumentNames() - Method in interface org.osgi.service.upnp.UPnPAction
-
List all output arguments for this action.
- getParserFactoryClassNames(URL) - Method in class org.osgi.util.xml.XMLParserActivator
-
Given the URL for a file, reads and returns the parser class names.
- getPermissions(String) - Method in class info.dmtree.Acl
-
Get the permissions associated to a given principal.
- getPid() - Method in interface org.osgi.service.cm.Configuration
-
Get the PID for this Configuration
object.
- getPid() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Returns the pid of the associated configuration.
- getPids() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the PIDs (for ManagedServices) for which ObjectClassDefinition
information is available.
- getPrincipal() - Method in interface info.dmtree.DmtSession
-
Gives the name of the principal on whose behalf the session was created.
- getPrincipals() - Method in class info.dmtree.Acl
-
Get the list of principals who have any kind of permissions on this node.
- getProperties(String) - Method in class org.osgi.service.application.ApplicationDescriptor
-
Returns the properties of the application descriptor as key-value pairs.
- getProperties() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the properties for the bean.
- getProperties() - Method in interface org.osgi.service.cm.Configuration
-
Return the properties of this Configuration
object.
- getProperties() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the component properties for this Component Context.
- getProperties() - Method in interface org.osgi.service.useradmin.Role
-
Returns a Dictionary
of the (public) properties of this
Role
object.
- getProperties() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the wire properties for this Wire
object.
- getPropertiesSpecific(String) - Method in class org.osgi.service.application.ApplicationDescriptor
-
Container implementations can provide application model specific
and/or container implementation specific properties via this
method.
- getProperty() - Method in exception org.osgi.service.cm.ConfigurationException
-
Return the property name that caused the failure or null.
- getProperty(String) - Method in class org.osgi.service.event.Event
-
Retrieves a property.
- getPropertyNames() - Method in class org.osgi.service.event.Event
-
Returns a list of this event's property names.
- getRanking() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the ranking value to use when advertising the service.
- getRawBinary() - Method in class info.dmtree.DmtData
-
- getRawClass() - Method in class org.osgi.service.blueprint.container.ReifiedType
-
Return the raw class represented by this type.
- getRawFormatNames() - Method in interface info.dmtree.MetaNode
-
Get the format names for any raw formats supported by the node.
- getRawString() - Method in class info.dmtree.DmtData
-
- getReason() - Method in exception org.osgi.service.cm.ConfigurationException
-
Return the reason for this exception.
- getReference() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Return the ServiceReference
object of the Configuration
Admin service that created this event.
- getReferenceListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
-
Return the reference listeners to receive bind and unbind events.
- getRegistrationListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the registration listeners to be notified when the service is
registered and unregistered with the framework.
- getRegistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the name of the registration method.
- getReportCount() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Returns the number of times MonitorAdmin
will query the
StatusVariable
s (for time based jobs), or the number of
changes of a StatusVariable
between notifications (for
change based jobs).
- getRequiredMembers() - Method in interface org.osgi.service.useradmin.Group
-
Gets the required members of this Group
object.
- getResource(String) - Method in interface org.osgi.service.http.HttpContext
-
Maps a resource name to a URL.
- getResourceHeader(String, String) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the requested deployment package manifest header from the name
section determined by the resource parameter.
- getResourceProcessor(String) - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
At the time of deployment, resource processor service instances are
located to resources contained in a deployment package.
- getResources() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns an array of strings representing the resources (including
bundles) that are specified in the manifest of this deployment package.
- getResourceURL(Bundle, String) - Method in class org.osgi.util.xml.XMLParserActivator
-
- getReturnArgumentName() - Method in interface org.osgi.service.upnp.UPnPAction
-
Returns the name of the designated return argument.
- getRole(String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the Role
object with the given name
from this
User Admin service.
- getRole() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Gets the Role
object this event was generated for.
- getRoles() - Method in interface org.osgi.service.useradmin.Authorization
-
Gets the names of all roles implied by this Authorization
context.
- getRoles(String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the Role
objects managed by this User Admin service that
have properties matching the specified LDAP filter criteria.
- getRootUri() - Method in interface info.dmtree.DmtSession
-
Get the root URI associated with this session.
- getRunningJobs() - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns the list of currently running MonitoringJob
s.
- getSchedule() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Returns the delay (in seconds) between two samples.
- getScheduleId() - Method in interface org.osgi.service.application.ScheduledApplication
-
Returns the identifier of this schedule.
- getScope() - Method in interface info.dmtree.MetaNode
-
Return the scope of the node.
- getScope() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
Return the scope for the bean.
- getScope() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getScope() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the scope name of this Envelope
object.
- getScope() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the calculated scope of this Wire
object.
- getSegmentLength(String) - Static method in class info.dmtree.Uri
-
This method returns the length of a URI segment.
- getService(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Locates a specific service by its service id.
- getService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns the service object for the specified
ServiceReference
if the specified referenced service is
being tracked by this ServiceTracker
.
- getService() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns a service object for one of the services being tracked by this
ServiceTracker
.
- getService(Bundle, ServiceRegistration) - Method in class org.osgi.util.xml.XMLParserActivator
-
Creates a new XML Parser Factory object.
- getServiceComponent() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the Metadata for the component to be exported as a service.
- getServiceObject() - Method in class org.osgi.application.ApplicationServiceEvent
-
This method returns the service object of this service bound to the listener
application instance.
- getServiceProperties(Object) - Method in interface org.osgi.application.ApplicationContext
-
Application can query the service properties of a service object
it is bound to.
- getServiceProperties() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
-
Return the user declared properties to be advertised with the service.
- getServiceReference() - Method in interface org.osgi.service.component.ComponentContext
-
If the component instance is registered as a service using the
service
element, then this method returns the service
reference of the service provided by this component instance.
- getServiceReference() - Method in interface org.osgi.service.log.LogEntry
-
Returns the ServiceReference
object for the service associated
with this LogEntry
object.
- getServiceReference() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Gets the ServiceReference
object of the User Admin service
that generated this event.
- getServiceReference() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the ServiceReference
object of the Wire Admin service
that created this event.
- getServiceReference() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns a ServiceReference
for one of the services being
tracked by this ServiceTracker
.
- getServiceReferences() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of ServiceReference
s for all services being
tracked by this ServiceTracker
.
- getServices() - Method in interface org.osgi.service.upnp.UPnPDevice
-
Lists all services provided by this device.
- getServices() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return an array of service objects for all services being tracked by this
ServiceTracker
.
- getSession(String) - Method in interface info.dmtree.DmtAdmin
-
Opens a DmtSession
for local usage on a given subtree of
the DMT with non transactional write lock.
- getSession(String, int) - Method in interface info.dmtree.DmtAdmin
-
Opens a DmtSession
for local usage on a specific DMT
subtree with a given lock mode.
- getSession(String, String, int) - Method in interface info.dmtree.DmtAdmin
-
Opens a DmtSession
on a specific DMT subtree using a
specific lock mode on behalf of a remote principal.
- getSessionId() - Method in interface info.dmtree.DmtEvent
-
This method returns the identifier of the session in which this event
took place.
- getSessionId() - Method in interface info.dmtree.DmtSession
-
The unique identifier of the session.
- getSize() - Method in class info.dmtree.DmtData
-
Get the size of the data.
- getSize() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the size of the icon in bytes.
- getSource() - Method in class info.dmtree.notification.AlertItem
-
Get the node which is the source of the alert.
- getSourceDeploymentPackage() - Method in interface org.osgi.service.deploymentadmin.spi.DeploymentSession
-
If the deployment action is an install or an update, this call returns
the DeploymentPackage
instance that corresponds to the deployment package
being streamed in for this session.
- getSpeed() - Method in class org.osgi.util.position.Position
-
Returns the ground speed of this position in meters per second.
- getStartupParameters() - Method in interface org.osgi.application.ApplicationContext
-
- getState() - Method in interface info.dmtree.DmtSession
-
Get the current state of this session.
- getState() - Method in class org.osgi.service.application.ApplicationHandle
-
Get the state of the application instance.
- getStateVariable(String) - Method in interface org.osgi.service.upnp.UPnPAction
-
Finds the state variable associated with an argument name.
- getStateVariable(String) - Method in interface org.osgi.service.upnp.UPnPService
-
Gets a UPnPStateVariable
objects provided by this service by
name
- getStateVariables() - Method in interface org.osgi.service.upnp.UPnPService
-
Lists all UPnPStateVariable
objects provided by this service.
- getStatusVariable(String) - Method in interface org.osgi.service.monitor.Monitorable
-
Returns the StatusVariable
object addressed by its
identifier.
- getStatusVariable(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns a StatusVariable
addressed by its full path.
- getStatusVariableNames() - Method in interface org.osgi.service.monitor.Monitorable
-
Returns the list of StatusVariable
identifiers published
by this Monitorable
.
- getStatusVariableNames(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns the list of StatusVariable
names published by a
Monitorable
instance.
- getStatusVariableNames() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Returns the list of StatusVariable
names that are the
targets of this measurement job.
- getStatusVariables(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Returns the StatusVariable
objects published by a
Monitorable
instance.
- getStep() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the size of an increment operation, if defined.
- getString() - Method in class info.dmtree.DmtData
-
Gets the value of a node with string (chr
) format.
- getString() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the StatusVariable
value if its type is
String
.
- getStringValue() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
-
Return the unconverted string representation of the value.
- getSymbolicName() - Method in interface org.osgi.service.deploymentadmin.BundleInfo
-
Returns the Bundle Symbolic Name of the represented bundle.
- getSystemPreferences() - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the root system node for the calling bundle.
- getTargetDeploymentPackage() - Method in interface org.osgi.service.deploymentadmin.spi.DeploymentSession
-
If the deployment action is an update or an uninstall, this call returns
the DeploymentPackage
instance for the installed deployment package.
- getThrowable() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Returns the exception associated with the event, if any.
- getTime() - Method in class info.dmtree.DmtData
-
Gets the value of a node with time format.
- getTime() - Method in interface org.osgi.service.log.LogEntry
-
Returns the value of currentTimeMillis()
at the time this
LogEntry
object was created.
- getTime() - Method in class org.osgi.util.measurement.Measurement
-
Returns the time at which this Measurement
object was taken.
- getTime() - Method in class org.osgi.util.measurement.State
-
Returns the time with which this State
was created.
- getTimeout() - Method in interface org.osgi.service.blueprint.reflect.ReferenceMetadata
-
Return the timeout for service invocations when a backing service is is
unavailable.
- getTimestamp() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the time at which this event was created.
- getTimeStamp() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns the timestamp associated with the StatusVariable
.
- getTopic() - Method in interface org.osgi.service.application.ScheduledApplication
-
Queries the topic of the triggering event.
- getTopic() - Method in class org.osgi.service.event.Event
-
Returns the topic of this event.
- getTrack() - Method in class org.osgi.util.position.Position
-
Returns the track of this position in radians as a compass heading.
- getTracked(Object[]) - Method in class org.osgi.util.tracker.AbstractTracked
-
Return the list of tracked items.
- getTrackingCount() - Method in class org.osgi.util.tracker.AbstractTracked
-
Returns the tracking count for this ServiceTracker
object.
- getTrackingCount() - Method in class org.osgi.util.tracker.BundleTracker
-
Returns the tracking count for this BundleTracker
.
- getTrackingCount() - Method in class org.osgi.util.tracker.ServiceTracker
-
Returns the tracking count for this ServiceTracker
.
- getType() - Method in interface info.dmtree.DmtEvent
-
This method returns the type of this event.
- getType() - Method in class info.dmtree.notification.AlertItem
-
Get the type associated with the alert item.
- getType() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
-
Return the type of this event.
- getType() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
-
Return the name of the type to which the value should be converted.
- getType() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Return the type of this event.
- getType() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return the type for this attribute.
- getType() - Method in class org.osgi.service.monitor.StatusVariable
-
Returns information on the data type of this StatusVariable
.
- getType() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the serviceType
field in the UPnP service description.
- getType() - Method in interface org.osgi.service.useradmin.Role
-
Returns the type of this role.
- getType() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Returns the type of this event.
- getType() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the type of this event.
- getUnbindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
-
Return the name of the unbind method.
- getUnit() - Method in class org.osgi.util.measurement.Measurement
-
Returns the Unit
object of this Measurement
object.
- getUnregistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
-
Return the name of the unregistration method.
- getUPnPDataType() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the UPnP type of this state variable.
- getUPnPError_Code() - Method in exception org.osgi.service.upnp.UPnPException
-
Returns the UPnPError Code occured by UPnPDevices during invocation.
- getURI() - Method in exception info.dmtree.DmtException
-
Get the node on which the failed DMT operation was issued.
- getUser(String, String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the user with the given property key
-value
pair from the User Admin service database.
- getUserPreferences(String) - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the root node for the specified user and the calling bundle.
- getUsers() - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the names of users for which node trees exist.
- getUsingBundle() - Method in interface org.osgi.service.component.ComponentContext
-
If the component instance is registered as a service using the
servicefactory="true"
attribute, then this method
returns the bundle using the service provided by the component instance.
- getValidNames() - Method in interface info.dmtree.MetaNode
-
Return an array of Strings if valid names are defined for the node, or
null
if no valid name list is defined or if this piece of
meta info is not supported.
- getValidValues() - Method in interface info.dmtree.MetaNode
-
Return an array of DmtData objects if valid values are defined for the
node, or null
otherwise.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the Metadata for the argument value.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
-
Return the Metadata for the value to be injected into a bean.
- getValue() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
-
Return the Metadata for the value of the map entry.
- getValue() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getValue() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the value associated with this Envelope
object.
- getValue() - Method in class org.osgi.util.measurement.Measurement
-
Returns the value of this Measurement
object.
- getValue() - Method in class org.osgi.util.measurement.State
-
Returns the value of this State
.
- getValues() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return Metadata for the values of the collection.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
-
Return the name of the value type to match the argument and convert the
value into when invoking the constructor or factory method.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
-
Return the type specified for the values of the collection.
- getValueType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
-
Return the name of the type of the map values.
- getVersion() - Method in interface org.osgi.service.deploymentadmin.BundleInfo
-
Returns the version of the represented bundle.
- getVersion() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Returns the version of the deployment package.
- getVersion() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the version suffix encoded in the serviceType
field in
the UPnP service description.
- getWidth() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the width of the icon in pixels.
- getWire() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the Wire
object associated with this event.
- getWires(String) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Return the Wire
objects that match the given filter
.
- getXml() - Method in class info.dmtree.DmtData
-
Gets the value of a node with xml
format.
- globalPermissions - Variable in class info.dmtree.Acl
-
- GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container has entered the grace period.
- Group - Interface in org.osgi.service.useradmin
-
A named grouping of roles (Role
objects).
- GROUP - Static variable in interface org.osgi.service.useradmin.Role
-
The type of a
Group
role.
- Gy - Static variable in class org.osgi.util.measurement.Unit
-
The absorbed dose unit gray (Gy).
- s - Static variable in class org.osgi.util.measurement.Unit
-
The time unit second (s)
- S - Static variable in class org.osgi.util.measurement.Unit
-
The electric conductance unit siemens (S).
- s_SHIFT - Static variable in class org.osgi.util.measurement.Unit
-
- SAXCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Fully qualified path name of SAX Parser Factory Class Name file
- SAXFACTORYDESCRIPTION - Static variable in class org.osgi.util.xml.XMLParserActivator
-
SAX Factory Service Description
- SAXFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
-
Filename containing the SAX Parser Factory Class name.
- schedule - Static variable in class org.osgi.service.application.ApplicationDescriptor.Delegate
-
- schedule(String, Map, String, String, boolean) - Method in class org.osgi.service.application.ApplicationDescriptor.Delegate
-
- schedule(String, Map, String, String, boolean) - Method in class org.osgi.service.application.ApplicationDescriptor
-
Schedules the application at a specified event.
- SCHEDULE_ACTION - Static variable in class org.osgi.service.application.ApplicationAdminPermission
-
Allows scheduling of the target applications.
- SCHEDULE_ID - Static variable in interface org.osgi.service.application.ScheduledApplication
-
The property key for the schedule identifier.
- ScheduledApplication - Interface in org.osgi.service.application
-
It is allowed to schedule an application based on a specific event.
- scope - Variable in class org.osgi.service.wireadmin.BasicEnvelope
-
- SCOPE_PROTOTYPE - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
The bean has prototype
scope.
- SCOPE_SINGLETON - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
-
The bean has singleton
scope.
- SEGMENT_LENGTH_LIMIT_PROPERTY - Static variable in class info.dmtree.Uri
-
- segmentLengthLimit - Static variable in class info.dmtree.Uri
-
- select(ServiceReference, Match[]) - Method in interface org.osgi.service.device.DriverSelector
-
Select one of the matching Driver services.
- SELECT_NONE - Static variable in interface org.osgi.service.device.DriverSelector
-
Return value from DriverSelector.select
, if no Driver
service should be attached to the Device service.
- sendAlert(String, int, String, AlertItem[]) - Method in interface info.dmtree.notification.spi.RemoteAlertSender
-
Sends an alert to a server identified by its principal name.
- sendEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
-
Initiate synchronous delivery of an event.
- sendNotification(String, int, String, AlertItem[]) - Method in interface info.dmtree.notification.NotificationService
-
Sends a notification to a named principal.
- sendsEvents() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Tells if this StateVariable can be used as an event source.
- SERIAL_NUMBER - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String
typed
property holding the serial number of the device.
- serialVersionUID - Static variable in exception info.dmtree.DmtException
-
- serialVersionUID - Static variable in exception info.dmtree.DmtIllegalStateException
-
- serialVersionUID - Static variable in class info.dmtree.security.AlertPermission
-
- serialVersionUID - Static variable in class info.dmtree.security.DmtAlertPermissionCollection
-
- serialVersionUID - Static variable in class info.dmtree.security.DmtPermission
-
- serialVersionUID - Static variable in class info.dmtree.security.DmtPermissionCollection
-
- serialVersionUID - Static variable in class info.dmtree.security.DmtPrincipalPermission
-
- serialVersionUID - Static variable in class info.dmtree.security.DmtPrincipalPermissionCollection
-
- serialVersionUID - Static variable in class org.osgi.application.ApplicationServiceEvent
-
- serialVersionUID - Static variable in class org.osgi.service.application.ApplicationAdminPermission
-
- serialVersionUID - Static variable in exception org.osgi.service.application.ApplicationException
-
- serialVersionUID - Static variable in exception org.osgi.service.blueprint.container.ComponentDefinitionException
-
- serialVersionUID - Static variable in exception org.osgi.service.blueprint.container.NoSuchComponentException
-
- serialVersionUID - Static variable in exception org.osgi.service.blueprint.container.ServiceUnavailableException
-
- serialVersionUID - Static variable in exception org.osgi.service.cm.ConfigurationException
-
- serialVersionUID - Static variable in class org.osgi.service.cm.ConfigurationPermission
-
- serialVersionUID - Static variable in class org.osgi.service.cm.ConfigurationPermissionCollection
-
- serialVersionUID - Static variable in exception org.osgi.service.component.ComponentException
-
- serialVersionUID - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
- serialVersionUID - Static variable in exception org.osgi.service.deploymentadmin.DeploymentException
-
- serialVersionUID - Static variable in class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
-
- serialVersionUID - Static variable in exception org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
- serialVersionUID - Static variable in class org.osgi.service.event.TopicPermission
-
- serialVersionUID - Static variable in class org.osgi.service.event.TopicPermissionCollection
-
- serialVersionUID - Static variable in exception org.osgi.service.http.NamespaceException
-
- serialVersionUID - Static variable in class org.osgi.service.monitor.MonitorPermission
-
- serialVersionUID - Static variable in exception org.osgi.service.prefs.BackingStoreException
-
- serialVersionUID - Static variable in exception org.osgi.service.upnp.UPnPException
-
- serialVersionUID - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
- serialVersionUID - Static variable in class org.osgi.service.useradmin.UserAdminPermissionCollection
-
- serialVersionUID - Static variable in class org.osgi.service.wireadmin.WirePermission
-
- serialVersionUID - Static variable in class org.osgi.service.wireadmin.WirePermissionCollection
-
- serverId - Variable in class info.dmtree.security.AlertPermission
-
- SERVICE - Static variable in interface org.osgi.service.event.EventConstants
-
A service reference.
- SERVICE_BUNDLELOCATION - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
-
Configuration property naming the location of the bundle that is
associated with a a Configuration
object.
- SERVICE_COMPONENT - Static variable in interface org.osgi.service.component.ComponentConstants
-
Manifest header specifying the XML documents within a bundle that contain
the bundle's Service Component descriptions.
- SERVICE_FACTORYPID - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
-
Configuration property naming the Factory PID in the configuration
dictionary.
- SERVICE_ID - Static variable in interface org.osgi.service.event.EventConstants
-
A service's id.
- SERVICE_OBJECTCLASS - Static variable in interface org.osgi.service.event.EventConstants
-
A service's objectClass.
- SERVICE_PID - Static variable in interface org.osgi.service.event.EventConstants
-
A service's persistent identity.
- serviceChanged(ApplicationServiceEvent) - Method in interface org.osgi.application.ApplicationServiceListener
-
Receives notification that a service has had a lifecycle change.
- serviceChanged(ServiceEvent) - Method in class org.osgi.util.tracker.ServiceTracker.Tracked
-
ServiceListener
method for the
ServiceTracker
class.
- ServiceMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a service to be registered by the Blueprint Container when
enabled.
- serviceObject - Variable in class org.osgi.application.ApplicationServiceEvent
-
- ServiceReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a reference to an OSGi service.
- ServiceTracker - Class in org.osgi.util.tracker
-
The ServiceTracker
class simplifies using services from the
Framework's service registry.
- ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
-
Create a ServiceTracker
on the specified
ServiceReference
.
- ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
-
Create a ServiceTracker
on the specified class name.
- ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
-
Create a ServiceTracker
on the specified Filter
object.
- ServiceTracker.AllTracked - Class in org.osgi.util.tracker
-
Subclass of Tracked which implements the AllServiceListener interface.
- ServiceTracker.Tracked - Class in org.osgi.util.tracker
-
Inner class which subclasses AbstractTracked.
- ServiceTrackerCustomizer - Interface in org.osgi.util.tracker
-
The ServiceTrackerCustomizer
interface allows a
ServiceTracker
to customize the service objects that are
tracked.
- ServiceUnavailableException - Exception in org.osgi.service.blueprint.container
-
A Blueprint exception indicating that a service is unavailable.
- ServiceUnavailableException(String, String) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
-
Creates a Service Unavailable Exception with the specified message.
- ServiceUnavailableException(String, String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
-
Creates a Service Unavailable Exception with the specified message and
exception cause.
- SESSION_CLOSED - Static variable in interface info.dmtree.DmtEvent
-
Event type indicating that a session was closed.
- SESSION_CREATION_TIMEOUT - Static variable in exception info.dmtree.DmtException
-
Creation of a session timed out because of another ongoing session.
- SESSION_OPENED - Static variable in interface info.dmtree.DmtEvent
-
Event type indicating that a new session was opened.
- setApplicationDescriptor - Static variable in class org.osgi.service.application.ApplicationDescriptor.Delegate
-
- setApplicationDescriptor(ApplicationDescriptor, String) - Method in class org.osgi.service.application.ApplicationDescriptor.Delegate
-
- setApplicationHandle - Static variable in class org.osgi.service.application.ApplicationHandle.Delegate
-
- setApplicationHandle(ApplicationHandle, ApplicationDescriptor.Delegate) - Method in class org.osgi.service.application.ApplicationHandle.Delegate
-
- setBundleLocation(String) - Method in interface org.osgi.service.cm.Configuration
-
Bind this Configuration
object to the specified bundle
location.
- setCommon(String, int) - Method in class org.osgi.service.monitor.StatusVariable
-
- setCurrentApplicationId(String) - Method in class org.osgi.service.application.ApplicationAdminPermission
-
This method can be used in the ProtectionDomain
implementation in the implies
method to insert the
application ID of the current application into the permission being
checked.
- setDefaultDOMProperties(DocumentBuilderFactory, Hashtable, int) - Method in class org.osgi.util.xml.XMLParserActivator
-
Set the DOM parser service properties.
- setDefaultNodeValue(String) - Method in interface info.dmtree.DmtSession
-
Set the value of a leaf or interior node to its default.
- setDefaultSAXProperties(SAXParserFactory, Hashtable, int) - Method in class org.osgi.util.xml.XMLParserActivator
-
Set the SAX Parser Service Properties.
- setDOMProperties(DocumentBuilderFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
-
Set the customizable DOM Parser Service Properties.
- setInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Replaces the Provisioning Information dictionary with the key/value pairs
contained in info
.
- setInitial(Object[]) - Method in class org.osgi.util.tracker.AbstractTracked
-
Set initial list of items into tracker before events begin to be
received.
- setNodeAcl(String, Acl) - Method in interface info.dmtree.DmtSession
-
Set the Access Control List associated with a given node.
- setNodeTitle(String, String) - Method in interface info.dmtree.DmtSession
-
Set the title property of a node.
- setNodeTitle(String[], String) - Method in interface info.dmtree.spi.ReadWriteDataSession
-
Set the title property of a node.
- setNodeType(String, String) - Method in interface info.dmtree.DmtSession
-
Set the type of a node.
- setNodeType(String[], String) - Method in interface info.dmtree.spi.ReadWriteDataSession
-
Set the type of a node.
- setNodeValue(String, DmtData) - Method in interface info.dmtree.DmtSession
-
Set the value of a leaf or interior node.
- setNodeValue(String[], DmtData) - Method in interface info.dmtree.spi.ReadWriteDataSession
-
Set the value of a leaf or interior node.
- setPermission(String, int) - Method in class info.dmtree.Acl
-
Create a new Acl
instance from this Acl
where
all permissions for the given principal are overwritten with the given
permissions.
- setPrincipalPermission(TreeMap, String, int) - Static method in class info.dmtree.Acl
-
- setSAXProperties(SAXParserFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
-
Set the customizable SAX Parser Service Properties.
- setTransients(int) - Method in class org.osgi.service.event.TopicPermission
-
Called by constructors and when deserialized.
- setTransients(int) - Method in class org.osgi.service.useradmin.UserAdminPermission
-
Called by constructors and when deserialized.
- setTransients(int) - Method in class org.osgi.service.wireadmin.WirePermission
-
Called by constructors and when deserialized.
- SHORT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The SHORT
(4) type.
- SignerWrapper(String) - Constructor for class org.osgi.service.application.ApplicationAdminPermission.SignerWrapper
-
- SignerWrapper(ApplicationDescriptor) - Constructor for class org.osgi.service.application.ApplicationAdminPermission.SignerWrapper
-
- size() - Method in class org.osgi.service.blueprint.container.ReifiedType
-
Return the number of type parameters for this type.
- size() - Method in class org.osgi.service.event.Event.UnmodifiableDictionary
-
- size() - Method in class org.osgi.util.tracker.AbstractTracked
-
Returns the number of tracked items.
- size() - Method in class org.osgi.util.tracker.BundleTracker
-
Return the number of bundles being tracked by this
BundleTracker
.
- size() - Method in class org.osgi.util.tracker.ServiceTracker
-
Return the number of services being tracked by this
ServiceTracker
.
- source - Variable in class info.dmtree.notification.AlertItem
-
- speed - Variable in class org.osgi.util.position.Position
-
- split(String, char, int) - Static method in class info.dmtree.Acl
-
- start(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
-
Called when this bundle is started so the Framework can perform the
bundle-specific activities necessary to start this bundle.
- startJob(String, String[], int) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Starts a change based MonitoringJob
with the parameters
provided.
- STARTJOB - Static variable in class org.osgi.service.monitor.MonitorPermission
-
Holders of MonitorPermission
with the startjob
action present are allowed to initiate monitoring jobs involving the
StatusVariable
s specified in the permission's target field.
- STARTJOB_FLAG - Static variable in class org.osgi.service.monitor.MonitorPermission
-
- startScheduledJob(String, String[], int, int) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Starts a time based MonitoringJob
with the parameters
provided.
- State - Class in org.osgi.util.measurement
-
Groups a state name, value and timestamp.
- State(int, String, long) - Constructor for class org.osgi.util.measurement.State
-
Create a new State
object.
- State(int, String) - Constructor for class org.osgi.util.measurement.State
-
Create a new State
object with a time of 0.
- STATE_CLOSED - Static variable in interface info.dmtree.DmtSession
-
The session is closed, DMT manipulation operations are not available,
they throw DmtIllegalStateException
if tried.
- STATE_INVALID - Static variable in interface info.dmtree.DmtSession
-
The session is invalid because a fatal error happened.
- STATE_OPEN - Static variable in interface info.dmtree.DmtSession
-
The session is open, all session operations are available.
- StatusVariable - Class in org.osgi.service.monitor
-
A StatusVariable
object represents the value of a status
variable taken with a certain collection method at a certain point of time.
- StatusVariable(String, int, int) - Constructor for class org.osgi.service.monitor.StatusVariable
-
Constructor for a StatusVariable
of int
type.
- StatusVariable(String, int, float) - Constructor for class org.osgi.service.monitor.StatusVariable
-
Constructor for a StatusVariable
of float
type.
- StatusVariable(String, int, boolean) - Constructor for class org.osgi.service.monitor.StatusVariable
-
Constructor for a StatusVariable
of boolean
type.
- StatusVariable(String, int, String) - Constructor for class org.osgi.service.monitor.StatusVariable
-
Constructor for a StatusVariable
of String
type.
- stop() - Method in interface org.osgi.service.monitor.MonitoringJob
-
Stops a Monitoring Job.
- stop(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
-
This method has nothing to do as all active service registrations will
automatically get unregistered when the bundle stops.
- STOPPING - Static variable in class org.osgi.service.application.ApplicationHandle
-
The application instance is being stopped.
- str - Variable in class info.dmtree.DmtData
-
- STRING - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The STRING
(1) type.
- stringData - Variable in class org.osgi.service.monitor.StatusVariable
-
- sub(Measurement) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the subtraction of
the specified object from this object.
- sub(double, Unit) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the subtraction of
the specified value from this object.
- sub(double) - Method in class org.osgi.util.measurement.Measurement
-
Returns a new Measurement
object that is the subtraction of
the specified value from this object.
- sub(Unit) - Method in class org.osgi.util.measurement.Unit
-
Returns a new Unit
that is the subtraction between this
Unit
and the Unit
specified.
- SUBSCRIBE - Static variable in class org.osgi.service.event.TopicPermission
-
The action string subscribe
.
- switchEvents(String, boolean) - Method in interface org.osgi.service.monitor.MonitorAdmin
-
Switches event sending on or off for the specified
StatusVariable
s.
- SWITCHEVENTS - Static variable in class org.osgi.service.monitor.MonitorPermission
-
Holders of MonitorPermission
with the
switchevents
action present are allowed to switch event
sending on or off for the value of the StatusVariable
s
specified in the permission's target field.
- SWITCHEVENTS_FLAG - Static variable in class org.osgi.service.monitor.MonitorPermission
-
- SYMBOLIC_NAME_CHARACTERS - Static variable in class org.osgi.service.monitor.StatusVariable
-
- sync() - Method in interface org.osgi.service.prefs.Preferences
-
Ensures that future reads from this node and its descendants reflect any
changes that were committed to the persistent store (from any VM) prior
to the sync
invocation.