|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdesiree.JavaComponent.PlugIn
faa.tg.desiree.DesireePluginService
public class DesireePluginService
DesireePluginService provides a command interface for DESRIEE AVMessagescommands. See the source: DesireePluginService.java
| Field Summary | |
|---|---|
(package private) java.io.BufferedReader |
br
|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private Host |
host
|
(package private) java.io.OutputStream |
output
|
private Port |
port
|
private java.net.Socket |
socket
|
| Constructor Summary | |
|---|---|
DesireePluginService()
Constructor for the DesireePluginService object |
|
| Method Summary | |
|---|---|
private void |
makeConnection()
get socket connection to the host and port |
private void |
processMsgFromTgf(java.lang.String line)
convert xml message into av message then send to desiree |
void |
run()
Main processing method for the DesireePluginService object |
private void |
writeMessage(XmlAvMessage xmlAvMessage)
Helper method to write data out to desiree stream |
| Methods inherited from class desiree.JavaComponent.PlugIn |
|---|
PostOption, ReadBulletinBoard, ReadOption, Register, Send, Send, SendAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
java.io.BufferedReader br
java.io.OutputStream output
private Port port
private Host host
private java.net.Socket socket
| Constructor Detail |
|---|
public DesireePluginService()
| Method Detail |
|---|
private void writeMessage(XmlAvMessage xmlAvMessage)
xmlAvMessage - Description of the Parameterpublic void run()
run in interface java.lang.Runnable
private void processMsgFromTgf(java.lang.String line)
throws java.io.IOException
line - xml string to be converted to av message
java.io.IOExceptionprivate void makeConnection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||