// set host name for jmxconnector
ElementProperty hostnameProperty=connector.getElementPropertyByName(HOST_PROPERTY_NAME);
if(hostnameProperty == null) {
hostnameProperty=new ElementProperty();
hostnameProperty.setName(HOST_PROPERTY_NAME);
connector.addElementProperty(hostnameProperty);
}
hostnameProperty.setValue(clientHostName);
//Notify the Node Agent to rendezvous
//FIXTHIS: We force persistence, clear any notifications, and update the