| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
NotificationBroadcasterSupportorg.apache.naming.NamingServicepublic final class NamingServiceextends NotificationBroadcasterSupportimplements NamingServiceMBean, MBeanRegistrationFields inherited from interface org.apache.naming.NamingServiceMBean | |
NAME, OBJECT_NAME, STARTED, STARTING, STOPPED, STOPPING, states | |
Method Summary | |
void |
|
String |
|
int |
|
String |
|
void | |
void |
|
void | |
ObjectName |
|
void |
|
void |
|
public void destroy()
Destroy servlet container (if any is running).
- Specified by:
- destroy in interface NamingServiceMBean
public String getName()
Retruns the Catalina component name.
- Specified by:
- getName in interface NamingServiceMBean
public int getState()
Returns the state.
- Specified by:
- getState in interface NamingServiceMBean
public String getStateString()
Returns a String representation of the state.
- Specified by:
- getStateString in interface NamingServiceMBean
public void postDeregister()
public void postRegister(Boolean registrationDone)
public void preDeregister()
throws Exceptionpublic ObjectName preRegister(MBeanServer server,
ObjectName name)
throws Exceptionpublic void start()
throws ExceptionStart the servlet container.
- Specified by:
- start in interface NamingServiceMBean
public void stop()
Stop the servlet container.
- Specified by:
- stop in interface NamingServiceMBean