Sun Adapter for DB2 Universal Database

com.stc.connector.db2adapter.base
Class DB2InboundProvider

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

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

The provider for the DB2 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
DB2InboundProvider()
           
 
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

DB2InboundProvider

public DB2InboundProvider()
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

Sun Adapter for DB2 Universal Database