Package org.apache.naming
Interface NamingServiceMBean
-
- All Known Implementing Classes:
NamingService
public interface NamingServiceMBeanNaming MBean interface.- Version:
- $Revision: 1.2 $
- Author:
- Remy Maucherat
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNamingServiceMBean.State
-
Field Summary
Fields Modifier and Type Field Description static StringNAMEComponent name.static StringOBJECT_NAMEObject name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()Destroy servlet container (if any is running).StringgetName()Retruns the JNDI component name.NamingServiceMBean.StategetState()Returns the state.voidstart()Start the servlet container.voidstop()Stop the servlet container.
-
-
-
Field Detail
-
NAME
static final String NAME
Component name.- See Also:
- Constant Field Values
-
OBJECT_NAME
static final String OBJECT_NAME
Object name.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
Retruns the JNDI component name.
-
getState
NamingServiceMBean.State getState()
Returns the state.
-
stop
void stop()
Stop the servlet container.
-
destroy
void destroy()
Destroy servlet container (if any is running).
-
-