|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mqwfes.server
MQ Workflow Event Server Main class
handles connections to MQWF, gets server list, starts programm classes.
The MQ Workflow Event Server reads special designed activities in MQ Workflow to perform
Flow Control operations.
See manual for user details
For description of the command line parameters of this main class, go to the comment on the "checkArgs" method
Constructor Summary | |
server()
Creates a new instance of server |
Method Summary | |
static Configuration |
checkargs(java.lang.String[] args)
Gets and "checks" the parameters and values in args[]. |
static java.lang.String |
getState(int value)
converts numerical value of a state of an item to its string representation |
static void |
main(java.lang.String[] args)
main method. |
static Configuration |
parseConfig()
checks if config file is valid |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public server()
Method Detail |
public static void main(java.lang.String[] args)
args
- the command line argumentspublic static Configuration parseConfig() throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
- config file could possibly not be found
java.io.IOException
- for errors while reading config file. InputStream stuff...public static Configuration checkargs(java.lang.String[] args)
args
- commandline arguments
public static java.lang.String getState(int value)
value
- numerical value of a state of an item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |