Community
Participate
Working Groups
public void start() throws Exception {
// First export any previously registered remote services
if (exportRegisteredSvcs)
exportRegisteredServices(exportRegisteredSvcsClassname,
exportRegisteredSvcsFilter);
// Register as EndpointListener, so that it gets notified when Endpoints
// are discovered
Properties props = new Properties();
// are registered
eventHookRegistration = getContext().registerService(
EventHook.class.getName(), this, null);
// Lastly, export any previously registered remote services
}
public void endpointAdded(