com.ibm.websphere.wim.ras
Class WIMMessageHelper

java.lang.Object
  extended by com.ibm.websphere.wim.ras.WIMMessageHelper

public class WIMMessageHelper
extends java.lang.Object

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

WIMMessageHelper

public WIMMessageHelper()
Method Detail

generateNullMsgParms

public static java.lang.Object[] generateNullMsgParms()
Create an object array with null paramter to be used as parameters to be passed to a message


generateMsgParms

public static java.lang.Object[] generateMsgParms(java.lang.Object parm1)
Create an object array to be used as parameters to be passed to a message

Parameters:
parm1 - Value of the first parameter to be substituted into the message text.

generateMsgParms

public 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.

Parameters:
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.

generateMsgParms

public 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.

Parameters:
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.

generateMsgParms

public 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.

Parameters:
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.

generateMsgParms

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)
Create an object array to be used as parameters to be passed to a message.

Parameters:
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.

generateMsgParms

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)
Create an object array to be used as parameters to be passed to a message.

Parameters:
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.

generateMsgParms

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)
Create an object array to be used as parameters to be passed to a message.

Parameters:
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. *

generateMsgParms

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)
Create an object array to be used as parameters to be passed to a message.

Parameters:
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. *