com.stc.connector.oracleappsadapter.base
Class DbInbound
java.lang.Object
|
+--com.stc.connector.oracleappsadapter.base.DbInbound
- public class DbInbound
- extends java.lang.Object
DOCUMENT ME!
Constructor Summary |
DbInbound(com.stc.connector.oracleappsadapter.base.ActivationSpecImpl activationSpec)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbInbound
public DbInbound(com.stc.connector.oracleappsadapter.base.ActivationSpecImpl activationSpec)
throws java.lang.Exception
- DOCUMENT ME!
- Parameters:
activationSpec
- ActivationSpecImpl- Throws:
java.lang.Exception
- Generic exception
connect
public void connect()
disconnect
public void disconnect()
executeQuery
public java.util.HashMap executeQuery()
throws java.sql.SQLException
getPollMilliseconds
public long getPollMilliseconds()
- Gets the number of milliseconds to wait between each poll of the input
directory. Default is 1000 ms.
- Returns:
- The number of milliseconds between each poll for input files.
getURL
public java.lang.String getURL()
- Gets the URL.
- Returns:
- The URL.
isConnected
public boolean isConnected(java.sql.SQLException e)
setPollMilliseconds
public void setPollMilliseconds(long poll)
- Sets the number of milliseconds to wait between each poll of the input
directory. Default is 1000 ms.
- Parameters:
poll
- The number of milliseconds between each poll for
input files.
Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.