- cardinality - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The cardinality of the reference.
- COMPONENT_CAPABILITY_NAME - Static variable in interface org.osgi.service.component.ComponentConstants
-
Capability name for Service Component Runtime.
- 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.
- ComponentConfigurationDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of an actual instance of a declared component description
parameterized by component properties.
- ComponentConfigurationDTO() - Constructor for class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
- 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.
- ComponentDescriptionDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of a declared component description.
- ComponentDescriptionDTO() - Constructor for class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
- ComponentException - Exception in org.osgi.service.component
-
Unchecked exception which may be thrown by 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, 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.
- ComponentInstance - Interface in org.osgi.service.component
-
A ComponentInstance encapsulates a component instance of an activated
component configuration.
- ComponentServiceObjects<S> - Interface in org.osgi.service.component
-
Allows multiple service objects for a service to be obtained.
- configurationPid - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The configuration pids.
- configurationPolicy - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The configuration policy.