DefaultConfiguration.LOGGER_RESOURCE_BUNDLE_NAME );*/
public ClientNotificationManager(HttpConnectorAddress ad, Map envIn)
throws IOException {
env = envIn;
que = new SimpleQueue();
listenerMap = new HashMap();
String hname="null";
try {
hname = InetAddress.getLocalHost().getHostName();