com.sun.genericra.inbound
Class WorkImpl

java.lang.Object
  extended by com.sun.genericra.inbound.WorkImpl
All Implemented Interfaces:
java.lang.Runnable, javax.resource.spi.work.Work

public class WorkImpl
extends java.lang.Object
implements javax.resource.spi.work.Work

Work object as per JCA 1.5 specification. This class makes sure that each message delivery happens in different thread.

Author:
Binod P.G

Constructor Summary
WorkImpl(InboundJmsResource jmsResource)
           
 
Method Summary
 void release()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkImpl

public WorkImpl(InboundJmsResource jmsResource)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

release

public void release()
Specified by:
release in interface javax.resource.spi.work.Work