SQLServer eWay API

com.stc.connector.sqlserveradapter.base
Class SQLServerInboundProvider

java.lang.Object
  extended by com.stc.connector.framework.eway.AbstractInboundProvider
      extended by com.stc.connector.sqlserveradapter.base.SQLServerInboundProvider
All Implemented Interfaces:
com.stc.connector.framework.eway.InboundProvider

public class SQLServerInboundProvider
extends com.stc.connector.framework.eway.AbstractInboundProvider

The provider for the SQLServer specific DB inbound connection

Version:
5.1
Author:
Andy Schaefer

Field Summary
 
Fields inherited from class com.stc.connector.framework.eway.AbstractInboundProvider
mMessages
 
Constructor Summary
SQLServerInboundProvider()
           
 
Method Summary
 java.lang.Class getListenerClass()
           
 void init(com.stc.connector.framework.eway.DBActivationSpecExt aActivationSpec)
           
 void sendMessage(javax.resource.spi.endpoint.MessageEndpoint aEndpoint, java.util.HashMap aMessage)
           
 
Methods inherited from class com.stc.connector.framework.eway.AbstractInboundProvider
getDriverClassName, getMonitor, getPassword, getPollingPeriod, getSQLStatement, getURL, getUserName, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLServerInboundProvider

public SQLServerInboundProvider()
Method Detail

init

public void init(com.stc.connector.framework.eway.DBActivationSpecExt aActivationSpec)

getListenerClass

public java.lang.Class getListenerClass()

sendMessage

public void sendMessage(javax.resource.spi.endpoint.MessageEndpoint aEndpoint,
                        java.util.HashMap aMessage)
                 throws java.lang.Exception
Throws:
java.lang.Exception

SQLServer eWay API