/*
* Invoke the service. If the service isnt active we'll get a
* RemoteException
*/
MonitorableService service = (MonitorableService)proxy;
service.ping();
verified = true;
} catch(RemoteException e) {
if(logger.isTraceEnabled())
logger.trace("RemoteException reaching service, "+
"service cannot be reached");