Methods in manager that return LocalManager |
static LocalManager |
LocalManager.createManager(java.lang.Class[] classes,
int numNodes,
java.lang.String federationName,
java.lang.String fedFile)
This is the same as the larger form but sets the federate's ID to
the local host name. |
static LocalManager |
LocalManager.createManager(java.lang.Class[] classes,
int numNodes,
java.lang.String federateID,
java.lang.String federationName,
java.lang.String fedFile)
This form is the same as the larger form but always tries to create
the federation. |
static LocalManager |
LocalManager.createManager(java.lang.Class[] classes,
int numNodes,
java.lang.String federateID,
java.lang.String federationName,
java.lang.String fedFile,
boolean create)
Creates a LocalManager. |
static LocalManager |
LocalManager.getManager()
Get the LocalManager for this JVM. |