com.ptc.wvs.server.cadagent
Class Messages

java.lang.Object
  extended bycom.ptc.wvs.server.cadagent.Messages

public class Messages
extends Object


Field Summary
static String DONE
           
static String EOM
           
static String ERROR
           
static String FALSE
           
static String JOB
           
static String JOB_CONFIGURATION
           
static String JOB_CONVERT
           
static String JOB_KILLWORKER
           
static String JOB_LOGWORKER
           
static String JOB_OFFLINEWORKER
           
static String JOB_ONLINEWORKER
           
static String JOB_RELOADINI
           
static String JOB_RUN
           
static String JOB_STARTALLWORKERS
           
static String JOB_STARTEDWORKER
           
static String JOB_STARTLOG
           
static String JOB_STARTWORKER
           
static String JOB_STATUS
           
static String JOB_STOPALLWORKERS
           
static String JOB_STOPLOG
           
static String JOB_STOPMONITOR
           
static String JOB_STOPPEDWORKER
           
static String JOB_STOPWORKER
           
static String JOB_TERMINATE
           
static String JOB_TESTWORKER
           
static String JOB_TICKET
           
static String JOB_WORKERCOUNT
           
static String JOBKEY_COMMAND
           
static String JOBKEY_DISABLEDELETE
           
static String JOBKEY_DISTRIBUTEDCADAGENT
           
static String JOBKEY_EDRKEYTYPE
           
static String JOBKEY_EDRSUBKEY
           
static String JOBKEY_EDRTICKET
           
static String JOBKEY_HOST
           
static String JOBKEY_ID
           
static String JOBKEY_IGNOREINPUT
           
static String JOBKEY_INPUTFSPEC
           
static String JOBKEY_INSTANCE
           
static String JOBKEY_INSTANCENUMBER
           
static String JOBKEY_JOBNUMBER
           
static String JOBKEY_NEEDSREPLY
           
static String JOBKEY_NUMEXTRACONVERSIONS
           
static String JOBKEY_OUTPUT
           
static String JOBKEY_OUTPUTFSPEC
           
static String JOBKEY_PROEREP
           
static String JOBKEY_SHAPETYPE
           
static String JOBKEY_STATUSTEXT
           
static String JOBKEY_URLTEMPLATE
           
static String MSG
           
static String NOCR
           
static String OK
           
static String RESOURCE
           
static String SERVER
           
static String STARTUPTIME
           
static String TERMINATE
           
static String TIME
           
static String TIMEOUT
           
static String TRUE
           
static String WORKER_RESOURCE
           
 
Constructor Summary
Messages()
           
 
Method Summary
static String getMessage(String messageKey, Object singleTextInsert)
           
static String getMessage(String messageKey, Object oneTextInsert, Object twoTextInsert)
           
static String getMessage(String messageKey, Object oneTextInsert, Object twoTextInsert, Object threeTextInsert)
           
static String getResourceMessage(String resource, String messageKey, Object singleTextInsert)
           
static String getResourceMessage(String resource, String messageKey, Object oneTextInsert, Object twoTextInsert)
           
static String getResourceMessage(String resource, String messageKey, Object oneTextInsert, Object twoTextInsert, Object threeTextInsert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOB_STATUS

public static String JOB_STATUS

JOB_STARTWORKER

public static String JOB_STARTWORKER

JOB_STARTEDWORKER

public static String JOB_STARTEDWORKER

JOB_STOPWORKER

public static String JOB_STOPWORKER

JOB_STOPMONITOR

public static String JOB_STOPMONITOR

JOB_ONLINEWORKER

public static String JOB_ONLINEWORKER

JOB_OFFLINEWORKER

public static String JOB_OFFLINEWORKER

JOB_TESTWORKER

public static String JOB_TESTWORKER

JOB_LOGWORKER

public static String JOB_LOGWORKER

JOB_KILLWORKER

public static String JOB_KILLWORKER

JOB_STOPPEDWORKER

public static String JOB_STOPPEDWORKER

JOB_CONVERT

public static String JOB_CONVERT

JOB_RELOADINI

public static String JOB_RELOADINI

JOB_WORKERCOUNT

public static String JOB_WORKERCOUNT

JOB_TERMINATE

public static String JOB_TERMINATE

JOB_STARTLOG

public static String JOB_STARTLOG

JOB_STOPLOG

public static String JOB_STOPLOG

JOB_STOPALLWORKERS

public static String JOB_STOPALLWORKERS

JOB_STARTALLWORKERS

public static String JOB_STARTALLWORKERS

JOB_TICKET

public static String JOB_TICKET

JOB_CONFIGURATION

public static String JOB_CONFIGURATION

JOB_RUN

public static String JOB_RUN

JOBKEY_COMMAND

public static String JOBKEY_COMMAND

JOBKEY_ID

public static String JOBKEY_ID

JOBKEY_SHAPETYPE

public static String JOBKEY_SHAPETYPE

JOBKEY_HOST

public static String JOBKEY_HOST

JOBKEY_INSTANCENUMBER

public static String JOBKEY_INSTANCENUMBER

JOBKEY_JOBNUMBER

public static String JOBKEY_JOBNUMBER

JOBKEY_OUTPUT

public static String JOBKEY_OUTPUT

JOBKEY_INPUTFSPEC

public static String JOBKEY_INPUTFSPEC

JOBKEY_IGNOREINPUT

public static String JOBKEY_IGNOREINPUT

JOBKEY_DISABLEDELETE

public static String JOBKEY_DISABLEDELETE

JOBKEY_OUTPUTFSPEC

public static String JOBKEY_OUTPUTFSPEC

JOBKEY_INSTANCE

public static String JOBKEY_INSTANCE

JOBKEY_PROEREP

public static String JOBKEY_PROEREP

JOBKEY_URLTEMPLATE

public static String JOBKEY_URLTEMPLATE

JOBKEY_EDRTICKET

public static String JOBKEY_EDRTICKET

JOBKEY_EDRSUBKEY

public static String JOBKEY_EDRSUBKEY

JOBKEY_EDRKEYTYPE

public static String JOBKEY_EDRKEYTYPE

JOBKEY_NUMEXTRACONVERSIONS

public static String JOBKEY_NUMEXTRACONVERSIONS

JOBKEY_DISTRIBUTEDCADAGENT

public static String JOBKEY_DISTRIBUTEDCADAGENT

JOBKEY_STATUSTEXT

public static String JOBKEY_STATUSTEXT

JOBKEY_NEEDSREPLY

public static String JOBKEY_NEEDSREPLY

EOM

public static String EOM

TRUE

public static String TRUE

FALSE

public static String FALSE

OK

public static String OK

NOCR

public static String NOCR

ERROR

public static String ERROR

JOB

public static String JOB

TIMEOUT

public static String TIMEOUT

MSG

public static String MSG

DONE

public static String DONE

TIME

public static String TIME

STARTUPTIME

public static String STARTUPTIME

SERVER

public static String SERVER

TERMINATE

public static String TERMINATE

RESOURCE

public static final String RESOURCE
See Also:
Constant Field Values

WORKER_RESOURCE

public static final String WORKER_RESOURCE
See Also:
Constant Field Values
Constructor Detail

Messages

public Messages()
Method Detail

getMessage

public static String getMessage(String messageKey,
                                Object singleTextInsert)

getMessage

public static String getMessage(String messageKey,
                                Object oneTextInsert,
                                Object twoTextInsert)

getMessage

public static String getMessage(String messageKey,
                                Object oneTextInsert,
                                Object twoTextInsert,
                                Object threeTextInsert)

getResourceMessage

public static String getResourceMessage(String resource,
                                        String messageKey,
                                        Object singleTextInsert)

getResourceMessage

public static String getResourceMessage(String resource,
                                        String messageKey,
                                        Object oneTextInsert,
                                        Object twoTextInsert)

getResourceMessage

public static String getResourceMessage(String resource,
                                        String messageKey,
                                        Object oneTextInsert,
                                        Object twoTextInsert,
                                        Object threeTextInsert)