|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
java.util.ListResourceBundle
com.ibm.btt.services.BTTServiceRequesterConfig
ServiceRequesterConfig is the super class of all request configuration. Usually, the user can use the property file to define the necessary information for the service requester.
Field Summary | |
---|---|
static java.lang.String |
CacheTimeoutKey
Key for the inactive timeout |
static java.lang.String |
CachingEnabledKey
Key for caching enable/disable |
static java.lang.String |
InvocationKey
Key for service invocation |
static java.lang.String |
ReapIntervalKey
Key for the interval of the reap process |
static java.lang.String |
RunReapProcKey
Key for running the reap process |
static java.lang.String |
ServiceIDKey
Key for service ID |
static java.lang.String |
ServiceRequesterKey
Key for the Service Requester instance or class name |
static java.lang.String |
ServiceTypeKey
Key for service Type |
Fields inherited from class java.util.ResourceBundle |
---|
parent |
Constructor Summary | |
---|---|
BTTServiceRequesterConfig()
|
Method Summary | |
---|---|
protected abstract java.lang.Object[][] |
getContents()
getContents method should be implemented by subclass |
Methods inherited from class java.util.ListResourceBundle |
---|
getKeys, handleGetObject |
Methods inherited from class java.util.ResourceBundle |
---|
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ServiceRequesterKey
public static final java.lang.String CachingEnabledKey
public static final java.lang.String ServiceIDKey
public static final java.lang.String ServiceTypeKey
public static final java.lang.String InvocationKey
public static final java.lang.String RunReapProcKey
public static final java.lang.String ReapIntervalKey
public static final java.lang.String CacheTimeoutKey
Constructor Detail |
public BTTServiceRequesterConfig()
Method Detail |
protected abstract java.lang.Object[][] getContents()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |