Websphere MQ Everyplace

Package examples.midp.exampleapp.textapp

This is the MIDP client controller for the text app.

See:
          Description

Interface Summary
AppController The text app controller is a simple interface designed to allow the model (and view) to interact with the controller.
 

Class Summary
AppModel The aim of the text app is to have 3 queue managers:
The Gateway server - a server that will be sent messages.
AppModelClient The aim of the client model is to register with the registration server and be prepared to send messages to the gateway server.
AppModelGatewayServer The gateway server acts as a simple server within the system.
AppModelRegistrationServer The aim of the registration server is to give an example of how a server can be used to provide resources for new clients.
AppModelServer A simple layout for a server that the registration server and gateway can extend.
Client The class acts as the J2SE controller for the text app client and should not be used on MIDP devices.
GatewayServer This class acts as the controller for the gateway server.
MidpClient This is the MIDP client controller for the text app.
RegistrationServer This class controls the registration server.
 

Package examples.midp.exampleapp.textapp Description

This is the MIDP client controller for the text app.


Websphere MQ Everyplace