D
- Something that is a Deployable
C
- Something that is a Container
public interface Deployed<D extends Deployable,C extends Container> extends EmbeddedDeployedContainer<D,C>
Deployable
s CIs in their deployed form on
the target Container
.
Deployeds go through the following life-cycle:
CONTAINER_FIELD, DEPLOYABLE_FIELD
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
Modifier and Type | Method and Description |
---|---|
C |
getContainer()
Duplicated from
EmbeddedDeployedContainer to retain binary compatibility. |
D |
getDeployable()
Duplicated from
EmbeddedDeployedContainer to retain binary compatibility. |
void |
setContainer(C container)
Duplicated from
EmbeddedDeployedContainer to retain binary compatibility. |
void |
setDeployable(D deployable)
Duplicated from
EmbeddedDeployedContainer to retain binary compatibility. |
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
D getDeployable()
EmbeddedDeployedContainer
to retain binary compatibility.getDeployable
in interface EmbeddedDeployedContainer<D extends Deployable,C extends Container>
Deployable
CI.void setDeployable(D deployable)
EmbeddedDeployedContainer
to retain binary compatibility.setDeployable
in interface EmbeddedDeployedContainer<D extends Deployable,C extends Container>
deployable
- The associated Deployable
CI.C getContainer()
EmbeddedDeployedContainer
to retain binary compatibility.getContainer
in interface EmbeddedDeployedContainer<D extends Deployable,C extends Container>
Container
.void setContainer(C container)
EmbeddedDeployedContainer
to retain binary compatibility.setContainer
in interface EmbeddedDeployedContainer<D extends Deployable,C extends Container>
container
- The target Container
.