|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QBean
An interface describing a Q2 service MBean.
QPersist| Field Summary | |
|---|---|
static int |
DESTROYED
|
static int |
FAILED
|
static int |
STARTED
|
static int |
STARTING
|
static String[] |
stateString
|
static int |
STOPPED
|
static int |
STOPPING
|
| Method Summary | |
|---|---|
void |
destroy()
destroy the service |
int |
getState()
|
String |
getStateAsString()
|
void |
init()
init the service |
void |
start()
start the service |
void |
stop()
stop the service |
| Field Detail |
|---|
static final int STOPPED
static final int STOPPING
static final int STARTING
static final int STARTED
static final int FAILED
static final int DESTROYED
static final String[] stateString
| Method Detail |
|---|
void init()
throws Exception
Exception - on error
void start()
throws Exception
Exception - on error
void stop()
throws Exception
Exception - on error
void destroy()
throws Exception
Exception - on errorint getState()
String getStateAsString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||