Modifier and Type | Field and Description |
---|---|
public String | activate
The name of the activate method. |
public String[] | activationFields
The activation fields. |
public BundleDTO | bundle
The bundle declaring the component description. |
public String[] | configurationPid
The configuration pids. |
public String | configurationPolicy
The configuration policy. |
public String | deactivate
The name of the deactivate method. |
public boolean | defaultEnabled
The initial enabled state. |
public String | factory
The component factory name. |
public Map | factoryProperties
The factory properties. |
public boolean | immediate
The immediate state. |
public String | implementationClass
The fully qualified name of the implementation class. |
public int | init
The constructor parameter count. |
public String | modified
The name of the modified method. |
public String | name
The name of the component. |
public Map | properties
The component properties. |
public ReferenceDTO[] | references
The referenced services. |
public String | scope
The service scope. |
public String[] | serviceInterfaces
The fully qualified names of the service interfaces. |
Access | Constructor and Description |
---|---|
public |
activate | back to summary |
---|---|
public String activate The name of the activate method.
This is declared in the |
activationFields | back to summary |
---|---|
public String[] activationFields The activation fields.
These are declared in the
|
bundle | back to summary |
---|---|
public BundleDTO bundle The bundle declaring the component description. |
configurationPid | back to summary |
---|---|
public String[] configurationPid The configuration pids.
These are declared in the |
configurationPolicy | back to summary |
---|---|
public String configurationPolicy The configuration policy.
This is declared in the |
deactivate | back to summary |
---|---|
public String deactivate The name of the deactivate method.
This is declared in the |
defaultEnabled | back to summary |
---|---|
public boolean defaultEnabled The initial enabled state.
This is declared in the |
factory | back to summary |
---|---|
public String factory The component factory name.
This is declared in the |
factoryProperties | back to summary |
---|---|
public Map<String, Object> factoryProperties The factory properties.
These are declared in the component description by the
|
immediate | back to summary |
---|---|
public boolean immediate The immediate state.
This is declared in the |
implementationClass | back to summary |
---|---|
public String implementationClass The fully qualified name of the implementation class.
This is declared in the |
init | back to summary |
---|---|
public int init The constructor parameter count.
This is declared in the
|
modified | back to summary |
---|---|
public String modified The name of the modified method.
This is declared in the |
name | back to summary |
---|---|
public String name The name of the component.
This is declared in the |
properties | back to summary |
---|---|
public Map<String, Object> properties The component properties.
These are declared in the component description by the |
references | back to summary |
---|---|
public ReferenceDTO[] references The referenced services.
These are declared in the |
scope | back to summary |
---|---|
public String scope The service scope.
This is declared in the |
serviceInterfaces | back to summary |
---|---|
public String[] serviceInterfaces The fully qualified names of the service interfaces.
These are declared in the |
ComponentDescriptionDTO | back to summary |
---|---|
public ComponentDescriptionDTO() |