- All Superinterfaces:
- ConfigurationItem, EmbeddedDeployedContainer<D,C>, java.io.Serializable
- All Known Implementing Classes:
- BaseEmbeddedDeployed
public interface EmbeddedDeployed<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer>
extends EmbeddedDeployedContainer<D,C>
Some deployeds can have modules, for example an EAR archive can contain some WAR modules inside that can potentially
be deployed to different containers. A EmbeddedDeployed is a CI representation of such a deployed module.