public interface NamingServiceMBean
Modifier and Type | Interface and Description |
---|---|
static class |
NamingServiceMBean.State |
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Component name.
|
static String |
OBJECT_NAME
Object name.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy servlet container (if any is running).
|
String |
getName()
Retruns the JNDI component name.
|
NamingServiceMBean.State |
getState()
Returns the state.
|
void |
start()
Start the servlet container.
|
void |
stop()
Stop the servlet container.
|
static final String NAME
static final String OBJECT_NAME
String getName()
NamingServiceMBean.State getState()
void stop()
void destroy()
Copyright © 2021. All rights reserved.