|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.midp.exampleapp.textapp.Client | +--examples.midp.exampleapp.textapp.RegistrationServer
This class controls the registration server. Since the model handles all the work and user input is minimal, there is very little for this class to do.
Field Summary | |
static short[] |
version
|
Fields inherited from class examples.midp.exampleapp.textapp.Client |
initialPromptMessage |
Constructor Summary | |
RegistrationServer()
|
Method Summary | |
void |
displayHelp()
Displays the help screen to the user. |
protected AppModel |
getNewModel()
returns a new model. |
java.lang.String |
getQMname()
Returns a name for the queue manager |
static void |
main(java.lang.String[] args)
This function is called when the class is run from the commandline. |
void |
processInput(java.lang.String input)
This class handles user input. |
Methods inherited from class examples.midp.exampleapp.textapp.Client |
displayStatus, getInput, getModel, initialize, promptFor, run, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static short[] version
Constructor Detail |
public RegistrationServer()
Method Detail |
public static void main(java.lang.String[] args)
protected AppModel getNewModel()
Client
getNewModel
in class Client
Client.getNewModel()
public java.lang.String getQMname()
AppController
getQMname
in interface AppController
getQMname
in class Client
Client.getQMname()
public void processInput(java.lang.String input)
Client
processInput
in class Client
input
- What the user input
Client.processInput(String)
public void displayHelp()
Client
displayHelp
in class Client
Client.displayHelp()
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |