@Metadata(virtual=true, description="The supertype of all Deployeds.") public class BaseDeployed<D extends Deployable,C extends Container> extends BaseConfigurationItem implements Deployed<D,C>
Deployable deployed to a Container.id, syntheticProperties, typeCONTAINER_FIELD, DEPLOYABLE_FIELDSYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD| Modifier | Constructor and Description |
|---|---|
|
BaseDeployed()
Default constructor should be public in order to be able to instantiate this.
|
protected |
BaseDeployed(D deployable,
C container) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ConfigurationItem> |
getBoundConfigurationItems() |
C |
getContainer()
Duplicated from
EmbeddedDeployedContainer to retain binary compatibility. |
D |
getDeployable()
Duplicated from
EmbeddedDeployedContainer to retain binary compatibility. |
void |
setBoundConfigurationItems(java.util.Set<ConfigurationItem> boundConfigurationItems) |
void |
setContainer(C container)
Duplicated from
EmbeddedDeployedContainer to retain binary compatibility. |
void |
setDeployable(D deployable)
Duplicated from
EmbeddedDeployedContainer to retain binary compatibility. |
compareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, set$token, set$validationMessages, setId, setProperty, setType, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitget$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setPropertypublic BaseDeployed()
public D getDeployable()
DeployedEmbeddedDeployedContainer to retain binary compatibility.getDeployable in interface Deployed<D extends Deployable,C extends Container>getDeployable in interface EmbeddedDeployedContainer<D extends Deployable,C extends Container>Deployable CI.public void setDeployable(D deployable)
DeployedEmbeddedDeployedContainer to retain binary compatibility.setDeployable in interface Deployed<D extends Deployable,C extends Container>setDeployable in interface EmbeddedDeployedContainer<D extends Deployable,C extends Container>deployable - The associated Deployable CI.public C getContainer()
DeployedEmbeddedDeployedContainer to retain binary compatibility.getContainer in interface Deployed<D extends Deployable,C extends Container>getContainer in interface EmbeddedDeployedContainer<D extends Deployable,C extends Container>Container.public void setContainer(C container)
DeployedEmbeddedDeployedContainer to retain binary compatibility.setContainer in interface Deployed<D extends Deployable,C extends Container>setContainer in interface EmbeddedDeployedContainer<D extends Deployable,C extends Container>container - The target Container.public void setBoundConfigurationItems(java.util.Set<ConfigurationItem> boundConfigurationItems)
setBoundConfigurationItems in interface Deployed<D extends Deployable,C extends Container>public java.util.Set<ConfigurationItem> getBoundConfigurationItems()
getBoundConfigurationItems in interface Deployed<D extends Deployable,C extends Container>