public interface AutoDiscoveryListener
ServiceContainer.addDiscoveryListener(AutoDiscoveryListener)| Modifier and Type | Method and Description |
|---|---|
void |
serverOffline(org.jboss.remoting.InvokerLocator locator)
Invoked when an old server has gone offline.
|
void |
serverOnline(org.jboss.remoting.InvokerLocator locator)
Invoked when a new server has come online.
|
void serverOnline(org.jboss.remoting.InvokerLocator locator)
locator - the invoker locator of the new server that has been discoveredvoid serverOffline(org.jboss.remoting.InvokerLocator locator)
locator - the invoker locator of the old server that has gone offlineCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.