IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.services
Class BTTServiceProvider

java.lang.Object
  extended bycom.ibm.btt.services.BTTServiceProvider
Direct Known Subclasses:
BTTServiceHolder

public class BTTServiceProvider
extends java.lang.Object

BTTServiceProvider class provides common features used across all components in the service domain


Field Summary
static java.lang.String COMPID
           
protected static java.util.ResourceBundle errorMessages
           
 
Constructor Summary
BTTServiceProvider()
           
 
Method Summary
protected  java.util.ResourceBundle getErrorMessageResourceBundle()
          Load the error message resource bundle.
 void setErrorMessageResourceBundle(java.lang.String errorMessageResourceBundle)
          Sets the errorMessageResourceBundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorMessages

protected static java.util.ResourceBundle errorMessages

COMPID

public static final java.lang.String COMPID
See Also:
Constant Field Values
Constructor Detail

BTTServiceProvider

public BTTServiceProvider()
Method Detail

getErrorMessageResourceBundle

protected java.util.ResourceBundle getErrorMessageResourceBundle()
Load the error message resource bundle.

Returns:
ResourceBundle

setErrorMessageResourceBundle

public void setErrorMessageResourceBundle(java.lang.String errorMessageResourceBundle)
Sets the errorMessageResourceBundle.

Parameters:
errorMessageResourceBundle - The errorMessageResourceBundle to set

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005