setStatus(Status.STOP);
// Requesting the connection key and proxy identifier:
CnxConnectRequest req = new CnxConnectRequest();
CnxConnectReply rep = (CnxConnectReply) requestor.request(req);
proxyId = rep.getProxyId();
key = rep.getCnxKey();
sessionsC = new AtomicCounter("c" + key + 's');
messagesC = new AtomicCounter("ID:" + proxyId.substring(1) + 'c' + key + 'm');
subsC = new AtomicCounter("c" + key + "sub");