Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
NotificationBroadcasterSupport
org.apache.naming.NamingService
public final class NamingService
extends NotificationBroadcasterSupport
implements NamingServiceMBean, MBeanRegistration
Fields 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 Exception
public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception
public void start() throws Exception
Start the servlet container.
- Specified by:
- start in interface NamingServiceMBean
public void stop()
Stop the servlet container.
- Specified by:
- stop in interface NamingServiceMBean