|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.tcpip.model.server.TCPIPServerMonitor
public class TCPIPServerMonitor
TCPIP Server Monitor Work which is started from TCPIP Server ActivationSpec.
Field Summary | |
---|---|
static java.lang.String |
version
|
Constructor Summary | |
---|---|
TCPIPServerMonitor(TCPIPServerMonitorTask monitorTask)
Creates a new instance of TCPIPServerMonitor |
Method Summary | |
---|---|
TCPIPServerMonitorTask |
getMonitorTask()
Returns the monitorTask. |
boolean |
isRunning()
Returns the running. |
void |
release()
The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible. |
void |
run()
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String version
Constructor Detail |
---|
public TCPIPServerMonitor(TCPIPServerMonitorTask monitorTask)
monitorTask
- The TCPIPServerMonitorTask.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
Runnable.run()
public void release()
release
in interface javax.resource.spi.work.Work
Work.release()
public boolean isRunning()
public TCPIPServerMonitorTask getMonitorTask()
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |