|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.tam.TMSMessageGetter
public final class TMSMessageGetter
Wrapper class used to retrieve TMS messages for the TAM Connector. The properties file used for the messages is named "tamconnector".
Field Summary | |
---|---|
static String |
MESSAGE_PROPERTIES_NAME
|
Method Summary | |
---|---|
static String |
getMessage(String id)
Get the globalized message for the given String identifier. |
static String |
getMessage(String id,
Object arg)
Get the globalized message for the given String identifier. |
static String |
getMessage(String id,
Object[] args)
Get the globalized message for the given String identifier. |
static String |
getMessage(TMSMsgId id)
Get the globalized message for the given MessageID. |
static String |
getMessage(TMSMsgId id,
Object arg)
Get the globalized message for the given MessageID. |
static String |
getMessage(TMSMsgId id,
Object[] args)
Get the globalized message for the given MessageID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MESSAGE_PROPERTIES_NAME
Method Detail |
---|
public static String getMessage(String id, Object[] args)
id
- Identifier of the requested string.args
- Substitutable arguments to be inserted into the result string.
public static String getMessage(String id, Object arg)
id
- Identifier of the requested string.arg
- Substitutable argument to be inserted into the result string.
public static String getMessage(String id)
id
- Identifier of the requested string.
public static String getMessage(TMSMsgId id, Object[] args)
id
- Identifier of the requested string.args
- Substitutable arguments to be inserted into the result string.
public static String getMessage(TMSMsgId id, Object arg)
id
- Identifier of the requested string.arg
- Substitutable argument to be inserted into the result string.
public static String getMessage(TMSMsgId id)
id
- Identifier of the requested string.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |