Class CommandServiceManager
- java.lang.Object
-
- com.networknt.registry.support.command.CommandServiceManager
-
- All Implemented Interfaces:
ServiceListener
public class CommandServiceManager extends Object implements ServiceListener
-
-
Field Summary
Fields Modifier and Type Field Description static String
LIGHT_COMMAND_SWITCHER
-
Constructor Summary
Constructors Constructor Description CommandServiceManager(URL refUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNotifyListener(NotifyListener notifyListener)
void
notifyService(URL serviceUrl, URL registryUrl, List<URL> urls)
void
removeNotifyListener(NotifyListener notifyListener)
void
setRegistry(CommandFailbackRegistry registry)
-
-
-
Field Detail
-
LIGHT_COMMAND_SWITCHER
public static final String LIGHT_COMMAND_SWITCHER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CommandServiceManager
public CommandServiceManager(URL refUrl)
-
-
Method Detail
-
notifyService
public void notifyService(URL serviceUrl, URL registryUrl, List<URL> urls)
- Specified by:
notifyService
in interfaceServiceListener
-
addNotifyListener
public void addNotifyListener(NotifyListener notifyListener)
-
removeNotifyListener
public void removeNotifyListener(NotifyListener notifyListener)
-
setRegistry
public void setRegistry(CommandFailbackRegistry registry)
-
-