|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.msmqadapter.ewayconn.MSMQInboundWork
public class MSMQInboundWork
This is the class that implements the Work interface and handles all inbound works
| Constructor Summary | |
|---|---|
MSMQInboundWork(MSMQEndpoint edkAS,
com.stc.connector.management.util.ObjectReference aMonitor)
Creates a new instance of MSMQInboundWork. |
|
| Method Summary | |
|---|---|
boolean |
isStarted()
|
void |
release()
The WorkManager might call this method to hint the active Work instance to complete execution as soon as possible. |
void |
run()
Main processing method for the MSMQInboundWork object |
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSMQInboundWork(MSMQEndpoint edkAS,
com.stc.connector.management.util.ObjectReference aMonitor)
throws java.lang.Exception
edkAS - The instance of MSMQEndpoint associated
with this Work item.
java.lang.Exception - MSMQ exception| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic void release()
release in interface javax.resource.spi.work.Workpublic void start()
start in interface com.stc.connector.management.jca.system.mbeans.LifeCycleLifeCycle.start()public void stop()
stop in interface com.stc.connector.management.jca.system.mbeans.LifeCycleLifeCycle.stop()public boolean isStarted()
isStarted in interface com.stc.connector.management.jca.system.mbeans.LifeCycleLifeCycle.isStarted()
|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||