public class Executor
extends java.lang.Object
Constructor and Description |
---|
Executor(java.lang.String password,
java.lang.String udl,
java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Run as a stand-alone application
|
public Executor(java.lang.String password, java.lang.String udl, java.lang.String name) throws cMsgException
password
- password needed to be sent by Commander for any process or thread to be run here.
Password may be null if not used, but must not exceed 16 characters in length
otherwise.udl
- UDL for connecting to cMsg server.name
- client name for connecting to cMsg server.cMsgException
- if cannot find our hostname or host platform information;
udl arg is null; password != null && > 16 characters