Class used for requesting an execution on a remote agent
To request an execution:
1. first create the command using the OdiCommandScenario object:
OdiCommandScenario scenCmd=new OdiCommandScenario();
scenCmd.setScenName("TEST");
scenCmd.setScenVersion("001");
scenCmd.setSyncMode(OdiCommand.SYNC_MODE_SYNCHRONE);
scenCmd.setLogLevel(5);
scenCmd.setContext("GLOBAL");
...