setRelyOnExistingSession(relyOnExistingSession)
    |   | 
boolean relyOnExistingSession=false;
. . .
Command startSessionCommand = new CommandImpl();
startSessionCommand.setRelyOnExistingSession(relyOnExistingSession);
| Copyright IBM Corporation 2013. All Rights Reserved. |