SQLServer eWay API

com.stc.connector.sqlserveradapter.base
Class SqlserverInboundWork

java.lang.Object
  extended by com.stc.connector.framework.eway.DBInboundWork
      extended by com.stc.connector.sqlserveradapter.base.SqlserverInboundWork
All Implemented Interfaces:
com.stc.connector.management.jca.system.mbeans.LifeCycle, java.lang.Runnable, javax.resource.spi.work.Work

public class SqlserverInboundWork
extends com.stc.connector.framework.eway.DBInboundWork


Field Summary
 
Fields inherited from class com.stc.connector.framework.eway.DBInboundWork
mDBConnection, mEndpointFactory, mListener, mProvider, mWorkManager
 
Constructor Summary
SqlserverInboundWork(javax.resource.spi.endpoint.MessageEndpointFactory aEndpointFactory, javax.resource.spi.work.WorkManager aWorkManager, com.stc.connector.framework.eway.InboundProvider aProvider)
           
 
Method Summary
 
Methods inherited from class com.stc.connector.framework.eway.DBInboundWork
isStarted, release, run, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlserverInboundWork

public SqlserverInboundWork(javax.resource.spi.endpoint.MessageEndpointFactory aEndpointFactory,
                            javax.resource.spi.work.WorkManager aWorkManager,
                            com.stc.connector.framework.eway.InboundProvider aProvider)
                     throws java.lang.Exception
Throws:
java.lang.Exception

SQLServer eWay API