this.host = host;
this.app = app;
this.agentid = agentid;
pkgen = new RandomKeyPKGenerator("11,31", null);
pkgen.reseed(host + app + System.currentTimeMillis());
try {
conid = (String) pkgen.newKey();
componentName = "RemoteShellEventNetConnector(" + conid + ")";