if(sPC!=null) {
sPC.removeProcessListener(sProcessCommunicationListener);
sPC.detach();
}
sPC = new ProcessCommunicatorImpl(sLink);
sPC.setResponseTimeout((int) sResponseTimeout/1000);
if(sProcessCommunicationListener!=null) {
sPC.addProcessListener(sProcessCommunicationListener);
}