IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.services
Class BTTServiceRequesterConfig

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended bycom.ibm.btt.services.BTTServiceRequesterConfig

public abstract class BTTServiceRequesterConfig
extends java.util.ListResourceBundle

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

ServiceRequesterKey

public static final java.lang.String ServiceRequesterKey
Key for the Service Requester instance or class name

See Also:
Constant Field Values

CachingEnabledKey

public static final java.lang.String CachingEnabledKey
Key for caching enable/disable

See Also:
Constant Field Values

ServiceIDKey

public static final java.lang.String ServiceIDKey
Key for service ID

See Also:
Constant Field Values

ServiceTypeKey

public static final java.lang.String ServiceTypeKey
Key for service Type

See Also:
Constant Field Values

InvocationKey

public static final java.lang.String InvocationKey
Key for service invocation

See Also:
Constant Field Values

RunReapProcKey

public static final java.lang.String RunReapProcKey
Key for running the reap process

See Also:
Constant Field Values

ReapIntervalKey

public static final java.lang.String ReapIntervalKey
Key for the interval of the reap process

See Also:
Constant Field Values

CacheTimeoutKey

public static final java.lang.String CacheTimeoutKey
Key for the inactive timeout

See Also:
Constant Field Values
Constructor Detail

BTTServiceRequesterConfig

public BTTServiceRequesterConfig()
Method Detail

getContents

protected abstract java.lang.Object[][] getContents()
getContents method should be implemented by subclass


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005