DEBUG_CTRL, DEBUG_DIFF, DEBUG_INIT, DEBUG_LOAD, DEBUG_LOOP, DEBUG_NONE, DEBUG_REPT, DEBUG_TRAN, DEBUG_UPDT, SERVICE_CLOSED, SERVICE_DISABLED, SERVICE_PAUSE, SERVICE_READY, SERVICE_RETRYING, SERVICE_RUNNING, SERVICE_STANDBY, SERVICE_STOPPED, statusText
Constructor and Description |
---|
EchoService() |
EchoService(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
close()
closes all opened resources
|
int |
doRequest(Event event,
int timeout)
if the jms message body is empty, it will reset the boxy with warning
|
int |
getDebugMode()
returns the debug mode of the service
|
java.lang.String |
getName()
returns the name of the service
|
java.lang.String |
getOperation()
returns the string of the operation
|
int |
getStatus()
returns the status of the service
|
void |
setDebugMode(int debug)
sets the debug mode of the service
|
void |
start() |
void |
stop() |
public EchoService()
public EchoService(java.lang.String name)
public int doRequest(Event event, int timeout)
public java.lang.String getName()
Service
public java.lang.String getOperation()
Service
getOperation
in interface Service
public int getStatus()
Service
public int getDebugMode()
Service
getDebugMode
in interface Service
public void setDebugMode(int debug)
Service
setDebugMode
in interface Service
public void start()
public void stop()