public class ServiceLocatorConsole extends java.lang.Object implements ServiceLocatorConsoleMBean
| Constructor and Description |
|---|
ServiceLocatorConsole() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
listNames() |
boolean |
removeName(java.lang.String name) |
void |
setJndiName(java.lang.String name) |
void |
start() |
void |
stop() |
public void start()
throws java.lang.Exception
start in interface ServiceLocatorConsoleMBeanjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface ServiceLocatorConsoleMBeanjava.lang.Exceptionpublic java.lang.String listNames()
throws java.lang.Exception
listNames in interface ServiceLocatorConsoleMBeanjava.lang.Exceptionpublic boolean removeName(java.lang.String name)
throws java.lang.Exception
removeName in interface ServiceLocatorConsoleMBeanjava.lang.Exceptionpublic void setJndiName(java.lang.String name)
setJndiName in interface ServiceLocatorConsoleMBean