|
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.RegisterSGDEvent
public class RegisterSGDEvent
The class enables the registration of events with the Secure Global Desktop Server.
Constructor Summary | |
---|---|
RegisterSGDEvent() |
Method Summary | |
---|---|
void |
addSGDListener(SGDListener listener) Adds a listener for the event. |
java.lang.String |
getID() Gets the ID of the registering object. |
IServiceLocator |
getLocator() Gets the web service locator. |
java.lang.String |
getName() Gets the name of the event. |
int |
getPort() Gets the listening port of the client component. |
java.lang.String |
getSessionCookie() Gets the session cookie. |
java.lang.String |
getTarget() Gets the target into which URL is loaded. |
java.lang.String |
getURL() Gets the URL to load. |
void |
onSGDEvent(SGDEvent event) Called when an event is fired by the Secure Global Desktop server. |
void |
removeSGDListener(SGDListener listener) Removes a listener for the event. |
void |
run() |
void |
setID(java.lang.String id) Sets the ID of the registering object. |
void |
setLocator(IServiceLocator locator) Sets the web service locator. |
void |
setName(java.lang.String name) Sets the name of the event. |
void |
setPort(int port) Sets listening port of the client component. |
void |
setSessionCookie(java.lang.String cookie) Sets the session cookie. |
void |
setTarget(java.lang.String target) Sets the target into which URL is loaded. |
void |
setURL(java.lang.String url) Sets the URL to load. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegisterSGDEvent()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name of the event.public java.lang.String getSessionCookie()
public void setSessionCookie(java.lang.String cookie)
cookie
- The session cookie.public java.lang.String getURL()
public void setURL(java.lang.String url)
url
- The URL to load.public java.lang.String getTarget()
public void setTarget(java.lang.String target)
target
- The target into which URL is loaded.public java.lang.String getID()
public void setID(java.lang.String id)
id
- The ID of the registering object.public int getPort()
public void setPort(int port)
port
- The listening port of the client component.public IServiceLocator getLocator()
public void setLocator(IServiceLocator locator)
locator
- The the web service locator.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.public void onSGDEvent(SGDEvent event)
SGDListener
onSGDEvent
in interface SGDListener
event
- 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 |