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.


Field Summary
static java.lang.String PROPERTY_PASSWORD
           
static java.lang.String PROPERTY_URL
           
static java.lang.String PROPERTY_USER
           
 
Method Summary
 java.util.Properties reloadDBProperties()
           
 

Field Detail

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
Method Detail

reloadDBProperties

java.util.Properties reloadDBProperties()


Copyright © 2006 Information Builders, Incorporated.