ibi.broker.scheduler.plugin
Interface CacheableDBLocatorExit
public interface CacheableDBLocatorExit
CacheableDBLocatorExit is an interface describing a Java class
that can be used to retrieve the database URL, used ID and password for
JDBC driver. At startup of the Distribution, the exit will be initialized and the the
database URL, used ID and password for JDBC driver will be retrieved and cached in the
Distribution Server
CacheableDBLocatorExit
implementations must have a zero-arguments public
constructor.
PROPERTY_USER
static final java.lang.String PROPERTY_USER
- See Also:
- Constant Field Values
PROPERTY_PASSWORD
static final java.lang.String PROPERTY_PASSWORD
- See Also:
- Constant Field Values
PROPERTY_URL
static final java.lang.String PROPERTY_URL
- See Also:
- Constant Field Values
reloadDBProperties
java.util.Properties reloadDBProperties()
Copyright © 2006 Information Builders, Incorporated.