public class EmuFactory
extends java.lang.Object
Constructor and Description |
---|
EmuFactory() |
Modifier and Type | Method and Description |
---|---|
void |
createEmus()
Method to construct EMUs.
|
static void |
main(java.lang.String[] args)
Method main, entry point for this program simply creates an object of class Emu.
|
public static void main(java.lang.String[] args)
args
- of type String[]public void createEmus() throws EmuException
The emu is named from the "name" property.
The emu loads local.xml which contains a specification of status parameters.
The emu starts up a connection to the cMsg server.
By the end of this method, several threads have been started and the static method main will not exit while they are running.EmuException
- if created EMU's name is null, or cannot connect to rc server