class EnvironmentManagerMetadata extends java.lang.Object implements ComponentMetadata
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
id |
ACTIVATION_EAGER, ACTIVATION_LAZY| Constructor and Description |
|---|
EnvironmentManagerMetadata(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActivation()
Return the activation strategy for the component.
|
java.util.List<java.lang.String> |
getDependsOn()
Return the ids of any components listed in a
depends-on
attribute for the component. |
java.lang.String |
getId()
Return the id of the component.
|
public EnvironmentManagerMetadata(java.lang.String id)
public int getActivation()
ComponentMetadataactivation attribute of a component
definition. If this is not set, then the default-activation
in the blueprint element is used. If that is also not set,
then the activation strategy is ComponentMetadata.ACTIVATION_EAGER.getActivation in interface ComponentMetadataComponentMetadata.ACTIVATION_EAGER,
ComponentMetadata.ACTIVATION_LAZYpublic java.util.List<java.lang.String> getDependsOn()
ComponentMetadatadepends-on
attribute for the component.getDependsOn in interface ComponentMetadatapublic java.lang.String getId()
ComponentMetadatagetId in interface ComponentMetadatanull if this is an anonymously defined and/or
inlined component.