|
||||||||||
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 java.lang.String |
MESSAGE_PROPERTIES_NAME
|
Method Summary | |
---|---|
static java.lang.String |
getMessage(java.lang.String id)
Get the globalized message for the given String identifier. |
static java.lang.String |
getMessage(java.lang.String id,
java.lang.Object arg)
Get the globalized message for the given String identifier. |
static java.lang.String |
getMessage(java.lang.String id,
java.lang.Object[] args)
Get the globalized message for the given String identifier. |
static java.lang.String |
getMessage(TMSMsgId id)
Get the globalized message for the given MessageID. |
static java.lang.String |
getMessage(TMSMsgId id,
java.lang.Object arg)
Get the globalized message for the given MessageID. |
static java.lang.String |
getMessage(TMSMsgId id,
java.lang.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 java.lang.String MESSAGE_PROPERTIES_NAME
Method Detail |
---|
public static java.lang.String getMessage(java.lang.String id, java.lang.Object[] args)
id
- Identifier of the requested string.args
- Substitutable arguments to be inserted into the result string.
public static java.lang.String getMessage(java.lang.String id, java.lang.Object arg)
id
- Identifier of the requested string.arg
- Substitutable argument to be inserted into the result string.
public static java.lang.String getMessage(java.lang.String id)
id
- Identifier of the requested string.
public static java.lang.String getMessage(TMSMsgId id, java.lang.Object[] args)
id
- Identifier of the requested string.args
- Substitutable arguments to be inserted into the result string.
public static java.lang.String getMessage(TMSMsgId id, java.lang.Object arg)
id
- Identifier of the requested string.arg
- Substitutable argument to be inserted into the result string.
public static java.lang.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 |