|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tarantella.tta.webservices.client.views.SGDEventReader
public class SGDEventReader
The class reads events from the Secure Global Desktop server.
Method Summary | |
---|---|
void |
addSGDListener(SGDListener listener) Adds a listener for the event. |
java.lang.String |
getID() Gets the ID of the reader. |
static SGDEventReader |
getInstance(int port) Gets a reader connected to a Secure Global Desktop client listening on a port on localhost. |
int |
getPort() Gets the listening port of the client component. |
void |
removeSGDListener(SGDListener listener) Removes a listener for the event. |
void |
run() |
void |
setID(java.lang.String id) Sets the ID of the reader. |
void |
setPort(int port) Sets listening port of the client component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SGDEventReader getInstance(int port)
port
- The port on which the Secure Global Desktop client is listening.public java.lang.String getID()
public void setID(java.lang.String id)
id
- The ID of the reader.public int getPort()
public void setPort(int port)
port
- The listening port of the client component.public void run()
run
in interface java.lang.Runnable
public void addSGDListener(SGDListener listener)
listener
- The listener for the event.public void removeSGDListener(SGDListener listener)
listener
- The listener for the event.
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |