109110111112113114115116
public void setTimer(Timer timer) { // No timer is useful } public void connect() throws Exception { localRequestChannel = new LocalRequestChannel(identity); localRequestChannel.connect(); }