Class ContainerModule
java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.modules.Module
org.palladiosimulator.protocom.framework.java.ee.modules.ContainerModule
A ContainerModule represents a PCM resource container and its assigned components.
-
Constructor Summary
ConstructorDescriptionContainerModule
(PrototypeBridge.Container container, PrototypeBridge.Allocation[] allocations) Constructs a new ContainerModule object. -
Method Summary
Methods inherited from class org.palladiosimulator.protocom.framework.java.ee.modules.Module
getDisplayName, getId, getName, isStarted, setDisplayName, setStarted
-
Constructor Details
-
ContainerModule
public ContainerModule(PrototypeBridge.Container container, PrototypeBridge.Allocation[] allocations) Constructs a new ContainerModule object.- Parameters:
container
- the containerallocations
- the allocations
-
-
Method Details
-
start
Description copied from class:Module
Starts the module.- Specified by:
start
in classModule
- Parameters:
location
- the location of the module- Throws:
ModuleStartException
- when the module could not be started
-