org.apache.naming
public final class NamingService extends NotificationBroadcasterSupport implements NamingServiceMBean, MBeanRegistration
Version: $Revision: 467222 $
| Method Summary | |
|---|---|
| void | destroy()
Destroy servlet container (if any is running). |
| String | getName()
Retruns the Catalina component name. |
| int | getState()
Returns the state. |
| String | getStateString()
Returns a String representation of the state. |
| void | postDeregister() |
| void | postRegister(Boolean registrationDone) |
| void | preDeregister() |
| ObjectName | preRegister(MBeanServer server, ObjectName name) |
| void | start()
Start the servlet container. |
| void | stop()
Stop the servlet container. |