|
jPOS 1.6.7 API Documentation | ||||||||
| 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 java.lang.String[] |
stateString
|
static int |
STOPPED
|
static int |
STOPPING
|
| Method Summary | |
|---|---|
void |
destroy()
destroy the service |
int |
getState()
|
java.lang.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 java.lang.String[] stateString
| Method Detail |
|---|
void init()
throws java.lang.Exception
java.lang.Exception - on error
void start()
throws java.lang.Exception
java.lang.Exception - on error
void stop()
throws java.lang.Exception
java.lang.Exception - on error
void destroy()
throws java.lang.Exception
java.lang.Exception - on errorint getState()
java.lang.String getStateAsString()
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||