

Public Member Functions | |
| String | getParameter (String key, String def) |
| void | init () |
| void | go () |
| String | getAppletInfo () |
| String[][] | getParameterInfo () |
| void | onMessage (javax.jms.Message message) |
Package Functions | |
| void | bye (ActionEvent e) |
Package Attributes | |
| boolean | isStandalone = false |
| JScrollPane | jScrollPane1 = new JScrollPane() |
| JTextArea | jTextArea1 = new JTextArea() |
| JButton | jButton1 = new JButton() |
Private Member Functions | |
| void | jbInit () throws Exception |
Private Attributes | |
| Subscriber | s = null |
| long | subscriptionToken = 0 |
Static Private Attributes | |
| static final String | TOPIC = "CMW.TEMP.CHAT" |
Applet version of the Client test example.
| void cern::cmw::mom::test::AppletClient::bye | ( | ActionEvent | e | ) | [inline, package] |
References cern::cmw::mom::pubsub::Subscriber::close(), jTextArea1, s, subscriptionToken, TOPIC, and cern::cmw::mom::pubsub::Subscriber::unSubscribe().
Referenced by jbInit().
| String cern::cmw::mom::test::AppletClient::getAppletInfo | ( | ) | [inline] |
Method getAppletInfo
| String cern::cmw::mom::test::AppletClient::getParameter | ( | String | key, | |
| String | def | |||
| ) | [inline] |
| String [][] cern::cmw::mom::test::AppletClient::getParameterInfo | ( | ) | [inline] |
Method getParameterInfo
| void cern::cmw::mom::test::AppletClient::go | ( | ) | [inline] |
Method go
References jTextArea1, s, cern::cmw::mom::pubsub::Subscriber::subscribe(), subscriptionToken, and TOPIC.
Referenced by init().
| void cern::cmw::mom::test::AppletClient::init | ( | ) | [inline] |
Method init
References go(), jbInit(), jTextArea1, and s.
| void cern::cmw::mom::test::AppletClient::jbInit | ( | ) | throws Exception [inline, private] |
Method jbInit
| Exception |
References bye(), jButton1, jScrollPane1, and jTextArea1.
Referenced by init().
| void cern::cmw::mom::test::AppletClient::onMessage | ( | javax.jms.Message | message | ) | [inline] |
Method onMessage
| message |
References cern::cmw::mom::pubsub::Subscriber::close(), jTextArea1, s, subscriptionToken, and cern::cmw::mom::pubsub::Subscriber::unSubscribe().
boolean cern::cmw::mom::test::AppletClient::isStandalone = false [package] |
Referenced by getParameter().
JButton cern::cmw::mom::test::AppletClient::jButton1 = new JButton() [package] |
Referenced by jbInit().
JScrollPane cern::cmw::mom::test::AppletClient::jScrollPane1 = new JScrollPane() [package] |
Referenced by jbInit().
JTextArea cern::cmw::mom::test::AppletClient::jTextArea1 = new JTextArea() [package] |
Referenced by bye(), go(), init(), jbInit(), and onMessage().
Subscriber cern::cmw::mom::test::AppletClient::s = null [private] |
Referenced by bye(), go(), init(), and onMessage().
long cern::cmw::mom::test::AppletClient::subscriptionToken = 0 [private] |
Referenced by bye(), go(), and onMessage().
final String cern::cmw::mom::test::AppletClient::TOPIC = "CMW.TEMP.CHAT" [static, private] |
1.6.2