Class SystemModule
java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.modules.Module
org.palladiosimulator.protocom.framework.java.ee.modules.SystemModule
A SystemModule object represents a startable PCM system entity.
-
Constructor Summary
ConstructorDescriptionSystemModule
(String name, String className) Constructs a new SystemModule object. -
Method Summary
Methods inherited from class org.palladiosimulator.protocom.framework.java.ee.modules.Module
getDisplayName, getId, getName, isStarted, setDisplayName, setStarted
-
Constructor Details
-
SystemModule
Constructs a new SystemModule object.- Parameters:
name
- the display name of the systemclassName
- the class name of the system
-
-
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
-