public class MessageHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1)
Creates an object array to be used as a parameter to be passed to a message
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2)
Creates an object array to be used as a parameter to be passed to a
message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3)
Creates an object array to be used as a parameter to be passed to a
message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4)
Creates an object array to be used as a parameter to be passed to a
message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5)
Creates an object array to be used as a parameter to be passed to a
message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6)
Creates an object array to be used as a parameter to be passed to a
message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6,
java.lang.Object parm7)
Creates an object array to be used as a parameter to be passed to a
message.
|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6,
java.lang.Object parm7,
java.lang.Object parm8)
Creates an object array to be used as a parameter to be passed to a
message.
|
public static final java.lang.String COPYRIGHT
public static java.lang.Object[] generateMsgParms(java.lang.Object parm1)
parm1 - Value of the first parameter to be substituted into the
message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2)
parm1 - Value of the first parameter to be substituted into the
message text.parm2 - Value of the first parameter to be substituted into the
message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3)
parm1 - Value of the first parameter to be substituted into the
message text.parm2 - Value of the second parameter to be substituted into the
message text.parm3 - Value of the third parameter to be substituted into the
message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4)
parm1 - Value of the first parameter to be substituted into the
message text.parm2 - Value of the second parameter to be substituted into the
message text.parm3 - Value of the third parameter to be substituted into the
message text.parm4 - Value of the fourth parameter to be substituted into the
message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5)
parm1 - Value of the first parameter to be substituted into the
message text.parm2 - Value of the second parameter to be substituted into the
message text.parm3 - Value of the third parameter to be substituted into the
message text.parm4 - Value of the fourth parameter to be substituted into the
message text.parm5 - Value of the fifth parameter to be substituted into the
message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6)
parm1 - Value of the first parameter to be substituted into the
message text.parm2 - Value of the second parameter to be substituted into the
message text.parm3 - Value of the third parameter to be substituted into the
message text.parm4 - Value of the fourth parameter to be substituted into the
message text.parm5 - Value of the fifth parameter to be substituted into the
message text.parm6 - Value of the sixth parameter to be substituted into the
message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6,
java.lang.Object parm7)
parm1 - Value of the first parameter to be substituted into the
message text.parm2 - Value of the second parameter to be substituted into the
message text.parm3 - Value of the third parameter to be substituted into the
message text.parm4 - Value of the fourth parameter to be substituted into the
message text.parm5 - Value of the fifth parameter to be substituted into the
message text.parm6 - Value of the sixth parameter to be substituted into the
message text.parm7 - Value of the seventh parameter to be substituted into the
message text.public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3,
java.lang.Object parm4,
java.lang.Object parm5,
java.lang.Object parm6,
java.lang.Object parm7,
java.lang.Object parm8)
parm1 - Value of the first parameter to be substituted into the
message text.parm2 - Value of the second parameter to be substituted into the
message text.parm3 - Value of the third parameter to be substituted into the
message text.parm4 - Value of the fourth parameter to be substituted into the
message text.parm5 - Value of the fifth parameter to be substituted into the
message text.parm6 - Value of the sixth parameter to be substituted into the
message text.parm7 - Value of the seventh parameter to be substituted into the
message text.parm8 - Value of the eighth parameter to be substituted into the
message text.