- ACCESS - Static variable in interface org.osgi.service.dal.PropertyMetadata
-
Metadata key, which value represents the access to the function property.
- ACCESS_EVENTABLE - Static variable in interface org.osgi.service.dal.PropertyMetadata
-
Marks the eventable function properties.
- ACCESS_READABLE - Static variable in interface org.osgi.service.dal.PropertyMetadata
-
Marks the readable function properties.
- ACCESS_WRITABLE - Static variable in interface org.osgi.service.dal.PropertyMetadata
-
Marks the writable function properties.
- Acl - Class in org.osgi.service.dmt
-
Acl
is an immutable class representing structured access to DMT ACLs.
- Acl(String) - Constructor for class org.osgi.service.dmt.Acl
-
Create an instance of the ACL from its canonical string representation.
- Acl(String[], int[]) - Constructor for class org.osgi.service.dmt.Acl
-
Creates an instance with a specified list of principals and the
permissions they hold.
- Activate - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated method as the activate
method of a Service
Component.
- activate - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the activate method.
- ACTIVE - Static variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is active.
- ADD - Static variable in class org.osgi.service.dmt.Acl
-
Principals holding this permission can issue ADD commands on the node
having this ACL.
- ADD - Static variable in class org.osgi.service.dmt.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.
- addBundle(long) - Method in interface org.osgi.service.resourcemonitoring.ResourceContext
-
Adds a bundle to the resource context.
- ADDED - Static variable in interface org.osgi.service.dmt.DmtEvent
-
Event type indicating nodes that were added.
- addInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Adds the key/value pairs contained in info
to the Provisioning
Information dictionary.
- addInformation(ZipInputStream) - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Processes the ZipInputStream
and extracts information to add to
the Provisioning Information dictionary, as well as, install/update and
start bundles.
- addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
-
Subscribes to LogEntry
objects.
- addMember(Role) - Method in interface org.osgi.service.useradmin.Group
-
Adds the specified Role
object as a basic member to this
Group
object.
- addObject(String) - Method in interface org.osgi.service.tr069todmt.TR069Connector
-
Add a new node to the Dmt Admin as defined by the AddObject RPC.
- addPermission(String, int) - Method in class org.osgi.service.dmt.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.
- addResourceMonitor(ResourceMonitor) - Method in interface org.osgi.service.resourcemonitoring.ResourceContext
-
Adds a new ResourceMonitor instance monitoring resource for this resource
context.
- ADMIN - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The permission name "admin".
- Alarm - Interface in org.osgi.service.dal.functions
-
Alarm
function provides alarm sensor support.
- AlarmData - Class in org.osgi.service.dal.functions.data
-
Function alarm data.
- AlarmData(Map) - Constructor for class org.osgi.service.dal.functions.data.AlarmData
-
Constructs new AlarmData
instance with the specified field
values.
- AlarmData(long, Map, int, int) - Constructor for class org.osgi.service.dal.functions.data.AlarmData
-
Constructs new AlarmData
instance with the specified arguments.
- ALERT_NOT_ROUTED - Static variable in exception org.osgi.service.dmt.DmtException
-
An alert can not be sent from the device to the given principal.
- AlertItem - Class in org.osgi.service.dmt.notification
-
Immutable data structure carried in an alert (client initiated notification).
- AlertItem(String, String, String, DmtData) - Constructor for class org.osgi.service.dmt.notification.AlertItem
-
Create an instance of the alert item.
- AlertItem(String[], String, String, DmtData) - Constructor for class org.osgi.service.dmt.notification.AlertItem
-
Create an instance of the alert item, specifying the source node URI as
an array of path segments.
- AlertPermission - Class in org.osgi.service.dmt.security
-
Indicates the callers authority to send alerts to management servers,
identified by their principal names.
- AlertPermission(String) - Constructor for class org.osgi.service.dmt.security.AlertPermission
-
Creates a new AlertPermission
object with its name set to the
target string.
- AlertPermission(String, String) - Constructor for class org.osgi.service.dmt.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(Collection<Promise<S>>) - Static method in class org.osgi.util.promise.Promises
-
Create a new Promise that is a latch on the resolution of the specified
Promises.
- all(Promise<? extends T>...) - Static method in class org.osgi.util.promise.Promises
-
Create a new Promise that is a latch on the resolution of the specified
Promises.
- ALL_PERMISSION - Static variable in class org.osgi.service.dmt.Acl
-
Principals holding this permission can issue any command on the node
having this ACL.
- AMPERE - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of electric current defined by the International System of Units
(SI).
- AMPERE_PER_METER - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of magnetic field strength.
- AMPERE_PER_SQUARE_METER - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of current density.
- ANGSTROM - Static variable in class org.osgi.service.dal.SIUnits
-
Unit of length.
- apiVersion() - Method in interface org.osgi.service.enocean.EnOceanHost
-
Returns the chip's API version info (cf.
- apply(T) - Method in interface org.osgi.util.function.Function
-
Applies this function to the specified argument.
- appVersion() - Method in interface org.osgi.service.enocean.EnOceanHost
-
Returns the chip's application version info (cf.
- 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 - Annotation Type in org.osgi.service.metatype.annotations
-
AttributeDefinition
information for the annotated method.
- AttributeDefinition - Interface in org.osgi.service.metatype
-
An interface to describe an attribute.
- AttributeType - Enum in org.osgi.service.metatype.annotations
-
- 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.
- AUTOMATIC - Static variable in interface org.osgi.service.dmt.MetaNode
-
Constant for representing an automatic node in the tree.