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()
Servicepublic java.lang.String getOperation()
ServicegetOperation in interface Servicepublic int getStatus()
Servicepublic int getDebugMode()
ServicegetDebugMode in interface Servicepublic void setDebugMode(int debug)
ServicesetDebugMode in interface Servicepublic void start()
public void stop()