|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.invoker.base.BeanInvokerUtil
This class provides some basic Bean Invoker functions for external classes usage.
Field Summary | |
---|---|
protected static java.util.ResourceBundle |
invokerException
|
protected static java.util.ResourceBundle |
invokerTrace
Trace File for NLS |
Constructor Summary | |
---|---|
BeanInvokerUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getInvokerID(java.lang.String propertyFileName,
java.lang.String ejbHomeName)
Get regiested InvokerID according to ejbHomeName. |
static java.lang.String[] |
getInvokerList(java.lang.String propertyFileName)
Get all invoker list name according to propertyFileName |
static java.util.ResourceBundle |
getInvokerRegister(java.lang.String entryPropertyFileName,
java.lang.String invokerID)
Get invoker register according to propertyFileName and invokerID |
static java.lang.String |
replace(java.lang.String str,
java.lang.String pattern,
java.lang.String replace)
Replace char to another char in source string |
static boolean |
setInfoToInvokerPropertyFile(java.lang.String entryPropertyFile,
BeanInvokerRegistry invokerRegistry)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static java.util.ResourceBundle invokerTrace
protected static java.util.ResourceBundle invokerException
Constructor Detail |
public BeanInvokerUtil()
Method Detail |
public static java.lang.String getInvokerID(java.lang.String propertyFileName, java.lang.String ejbHomeName) throws java.lang.Exception
propertyFileName
- Invoker main regitry mapping fileejbHomeName
-
java.lang.Exception
public static java.lang.String[] getInvokerList(java.lang.String propertyFileName) throws java.lang.Exception
propertyFileName
-
java.lang.Exception
public static boolean setInfoToInvokerPropertyFile(java.lang.String entryPropertyFile, BeanInvokerRegistry invokerRegistry) throws java.lang.Exception
entryPropertyFile
- invokerRegistry
-
java.lang.Exception
public static java.util.ResourceBundle getInvokerRegister(java.lang.String entryPropertyFileName, java.lang.String invokerID) throws java.lang.Exception
entryPropertyFileName
- invokerID
-
java.lang.Exception
public static java.lang.String replace(java.lang.String str, java.lang.String pattern, java.lang.String replace)
str
- -- Source Stringpattern
- -- the string you want to replacereplace
- -- the string you want to replace to
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |