INFORMIX eWay API

com.stc.connector.informixadapter.base
Class InformixInboundProvider

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

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

The provider for the Informix 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
InformixInboundProvider()
           
 
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

InformixInboundProvider

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

INFORMIX eWay API