private EventAdmin eventAdmin;
public CIShellFrameworkServer(BundleContext bContext, CIShellContext ciContext) {
this.bContext = bContext;
q = new EventQueue(bContext);
String host = "localhost";
try {
host = InetAddress.getLocalHost().getHostName();