|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
GridCommand |
close()
Call when browser window is closed. |
GridCommand |
connect(String protocol,
String host,
String port)
Make a new connection * |
GridCommand |
disConnect()
Close the connection. |
String |
getHost()
Get Hostname of the underlying client |
String |
getPort()
Get Port of the underlying client |
String |
getProtocol()
Set the protocol for the underlying connection |
void |
getProxy()
Get Proxy for this connection |
String |
getSecurityContext()
Get Port of the underlying client |
Identity |
getSessionId()
|
GridCommand |
reConnect()
reconnect the connection * |
void |
setHost(String host)
Set the hostname for the underlying connection |
void |
setPassword(String password)
|
void |
setPort(String port)
Set port for the underlying connection |
void |
setProtocol(String protocol)
Set the protocl for the underlyging connection |
void |
setProxy()
Set proxy for this connection |
void |
setSecurityContext(String port)
Set port for the underlying connection |
void |
setSessionId(Identity identity)
|
void |
setUsername(String username)
|
| Method Detail |
public void setSessionId(Identity identity)
public Identity getSessionId()
public void setUsername(String username)
public void setPassword(String password)
public String getHost()
public void setHost(String host)
public String getPort()
public void setPort(String port)
public String getProtocol()
public void setProtocol(String protocol)
public String getSecurityContext()
public void setSecurityContext(String port)
public GridCommand connect(String protocol,
String host,
String port)
throws Exception
Exceptionpublic GridCommand disConnect()
public GridCommand reConnect()
throws Exception
Exceptionpublic GridCommand close()
public void getProxy()
public void setProxy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||