Community
Participate
Working Groups
* Retrieves the console of this Process instance.
*/
public IConsole getConsole();
/**
* Configures console of this Process instance.
public void configureConsole();
* Set an environment variable to this process.
{
try
if(this.getConsole() == null)
configureConsole();
this._console = new ConsoleImpl();
this._console.setAC(this._ac);
this._console.setTPTPAC(true);
}
if(this._console.getAC() == null)
//Get the PC destID
this._destID = getDestID();
e.printStackTrace();
public void configureConsole() {
//To Do
public void handleCommand(ICommandElement command)