|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wim.ras.WIMMessageHelper
public class WIMMessageHelper
Helper class for vmm Message
Constructor Summary | |
---|---|
WIMMessageHelper()
|
Method Summary | |
---|---|
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1)
Create an object array to be used as parameters to be passed to a message |
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2)
Create an object array to be used as parameters to be passed to a message. |
static java.lang.Object[] |
generateMsgParms(java.lang.Object parm1,
java.lang.Object parm2,
java.lang.Object parm3)
Create an object array to be used as parameters 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)
Create an object array to be used as parameters 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)
Create an object array to be used as parameters 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)
Create an object array to be used as parameters 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)
Create an object array to be used as parameters 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)
Create an object array to be used as parameters to be passed to a message. |
static java.lang.Object[] |
generateNullMsgParms()
Create an object array with null paramter to be used as parameters to be passed to a message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WIMMessageHelper()
Method Detail |
---|
public static java.lang.Object[] generateNullMsgParms()
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. *
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |