|
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.Objectcom.tarantella.tta.webservices.client.views.ClientComponent
public class ClientComponent
The class enables control of the Secure Global Desktop Client Component.
Constructor Summary | |
---|---|
ClientComponent()
|
Method Summary | |
---|---|
java.lang.String |
getID()
Gets the ID of this object. |
java.lang.String |
getInitialTarget()
Gets the target into which URL is loaded on connection. |
java.lang.String |
getInitialURL()
Gets the URL to load on connection. |
int |
getListeningPort()
Gets the listening port. |
java.lang.String |
getLocation()
Gets the location of the client component. |
IServiceLocator |
getLocator()
Gets the web service locator. |
int |
getPollCount()
Gets the number of times to poll. |
int |
getPollTime()
Gets the delay between polling. |
int |
getProxyPort()
Gets the proxy port. |
java.lang.String |
getProxyServer()
Gets the proxy server. |
java.lang.String |
getSessionCookie()
Gets the session cookie. |
void |
setId(java.lang.String id)
Sets the ID of this object. |
void |
setInitialTarget(java.lang.String target)
Sets the target into which URL is loaded on connection. |
void |
setInitialURL(java.lang.String url)
Sets the URL to load on connection. |
void |
setListeningPort(int port)
Sets listening port. |
void |
setLocation(java.lang.String location)
Sets the location of the client component. |
void |
setLocator(IServiceLocator locator)
Sets the web service locator. |
void |
setPollCount(int count)
Sets the number of times to poll. |
void |
setPollTime(int time)
Sets the delay between polling. |
void |
setProxyPort(int port)
Sets the proxy port. |
void |
setProxyServer(java.lang.String proxy)
Sets the proxy server. |
void |
setSessionCookie(java.lang.String cookie)
Sets the session cookie. |
void |
start()
Starts the client component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientComponent()
Method Detail |
---|
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- The location of the client component.public java.lang.String getSessionCookie()
public void setSessionCookie(java.lang.String cookie)
cookie
- The session cookie.public java.lang.String getInitialURL()
public void setInitialURL(java.lang.String url)
url
- The URL to load on connection.public java.lang.String getInitialTarget()
public void setInitialTarget(java.lang.String target)
target
- The target into which URL is loaded on connection.public java.lang.String getProxyServer()
public void setProxyServer(java.lang.String proxy)
proxy
- The proxy server.public int getProxyPort()
public void setProxyPort(int port)
port
- The proxy port.public int getPollCount()
public void setPollCount(int count)
count
- The number of times to poll.public int getPollTime()
public void setPollTime(int time)
time
- The delay between polling (in milli-seconds).public java.lang.String getID()
public void setId(java.lang.String id)
id
- The ID of this object.public int getListeningPort()
public void setListeningPort(int port)
port
- The listening port.public IServiceLocator getLocator()
public void setLocator(IServiceLocator locator)
locator
- The web service locator.public void start()
|
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 |