OSGi™ Enterprise
Release 6
A B C D E F G H I J K L M N O P R S T U V W X 

A

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.
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.
ACTIVATION_POLICY_USED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key ACTIVATION_POLICY_USED, used in BundleStateMBean.ACTIVATION_POLICY_USED_ITEM.
ACTIVATION_POLICY_USED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the indication whether the bundle activation policy must be used in BundleStateMBean.BUNDLE_TYPE.
ACTIVE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant ACTIVE for the BundleStateMBean.STATE
ACTIVE - Static variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
The component configuration is active.
addAttribute(String, Object) - Method in interface org.osgi.service.repository.RequirementBuilder
Add an attribute to the set of attributes.
addCredential(String, byte[], String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add credentials to a user, associated with the supplied key
addCredentialString(String, String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add credentials to a user, associated with the supplied key
addDirective(String, String) - Method in interface org.osgi.service.repository.RequirementBuilder
Add a directive to the set of directives.
ADDED - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
An endpoint has been added.
addInformation(TabularData) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Adds the key/value pairs contained in info to the Provisioning Information dictionary.
addInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
Adds the key/value pairs contained in info to the Provisioning Information dictionary.
addInformation(ZipInputStream) - Method in interface org.osgi.service.provisioning.ProvisioningService
Processes the ZipInputStream and extracts information to add to the Provisioning Information dictionary, as well as, install/update and start bundles.
addInformationFromZip(String) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Processes the ZipInputStream contents of the provided zipURL and extracts information to add to the Provisioning Information dictionary, as well as, install/update and start bundles.
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
addMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add a member to the group.
addMember(Role) - Method in interface org.osgi.service.useradmin.Group
Adds the specified Role object as a basic member to this Group object.
addParticipant(Participant) - Method in interface org.osgi.service.coordinator.Coordination
Register a Participant with this Coordination.
addParticipant(Participant) - Method in interface org.osgi.service.coordinator.Coordinator
Register a Participant with the current Coordination.
addProperty(String, byte[], String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add or update a property on a role.
addPropertyString(String, String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add or update a property on a role
addRequiredMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add a required member to the group
addRequiredMember(Role) - Method in interface org.osgi.service.useradmin.Group
Adds the specified Role object as a required member to this Group object.
ADMIN - Static variable in class org.osgi.service.coordinator.CoordinationPermission
The action string admin.
ADMIN - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The permission name "admin".
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.
ALREADY_ENDED - Static variable in exception org.osgi.service.coordinator.CoordinationException
The Coordination has already terminated normally.
ALREADY_PUSHED - Static variable in exception org.osgi.service.coordinator.CoordinationException
The Coordination was already on a thread's thread local Coordination stack.
and(RequirementExpression, RequirementExpression) - Method in interface org.osgi.service.repository.ExpressionCombiner
Combine two RequirementExpressions into a requirement expression using the and operator.
and(RequirementExpression, RequirementExpression, RequirementExpression...) - Method in interface org.osgi.service.repository.ExpressionCombiner
Combine multiple RequirementExpressions into a requirement expression using the and operator.
AndExpression - Interface in org.osgi.service.repository
A RequirementExpression representing the and of a number of requirement expressions.
apply(T) - Method in interface org.osgi.util.function.Function
Applies this function to the specified argument.
ARRAY_OF - Static variable in class org.osgi.jmx.JmxConstants
For an encoded array we need to start with ARRAY_OF.
arrayType(int, OpenType) - Static method in class org.osgi.jmx.Item
Return a new Array Type.
Async - Interface in org.osgi.service.async
The Asynchronous Execution Service.
async(Method, Object[]) - Method in interface org.osgi.service.async.delegate.AsyncDelegate
Invoke the specified method as an asynchronous task with the specified arguments.
AsyncDelegate - Interface in org.osgi.service.async.delegate
This interface is used by services to allow them to optimize Asynchronous calls where they are capable of executing more efficiently.
asyncSupported - Variable in class org.osgi.service.http.runtime.dto.BaseServletDTO
Specifies whether the servlet supports asynchronous processing.
asyncSupported - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
Specifies whether the servlet filter supports asynchronous processing.
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.
ATTRIBUTES - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
attributes - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
The servlet context attributes.
ATTRIBUTES_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the attributes of a capability or requirement.
ATTRIBUTES_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Tabular Type that holds the attributes for a capability or requirements.
AttributeType - Enum in org.osgi.service.metatype.annotations
Attribute types for the AttributeDefinition annotation.
AUTHENTICATION_TYPE - Static variable in class org.osgi.service.http.context.ServletContextHelper
HttpServletRequest attribute specifying the scheme used in authentication.
AUTHENTICATION_TYPE - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the scheme used in authentication.
AUTHORIZATION - Static variable in class org.osgi.service.http.context.ServletContextHelper
HttpServletRequest attribute specifying the Authorization object obtained from the org.osgi.service.useradmin.UserAdmin service.
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.
AUTORIZATION_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for an Authorization object.
AVAILABILITY_MANDATORY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is required at all times.
AVAILABILITY_OPTIONAL - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is not required to be present.
A B C D E F G H I J K L M N O P R S T U V W X 
OSGi™ Enterprise
Release 6

Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0