|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.axeda.esrs.sdk.DecoratedRemoteSession
public class DecoratedRemoteSession
A Decorated container for the RemoteSession object. The
| Constructor Summary | |
|---|---|
DecoratedRemoteSession(RemoteSession session,
int dscPort,
boolean secure)
The only public constructor requires all of the info this class needs. |
|
| Method Summary | |
|---|---|
int |
getDscPort()
Gets the port for the direct socket connection to the GAS server. |
java.lang.String |
getIP()
Get the IP of the GAS server |
java.lang.String |
getSessionId()
Get the session identifier |
int |
getStatus()
Gets the status of the remote session. |
java.lang.String |
getUrl()
Gets the URL for getting data (this includes protocol) |
boolean |
isMultiUser()
Gets the multiuser flag for the session |
boolean |
isSecure()
Gets the secure flag for the session. |
boolean |
isValid()
Gets the valid flag, indicating that the session established OK |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecoratedRemoteSession(RemoteSession session,
int dscPort,
boolean secure)
session - The RemoteSession which is being decorated. It is assumed that any null checking was done prior to this call.dscPort - The direct socket connection port, which was chosen based on the secure booleansecure - If true the session will use SSL, if false the session will not use SSL| Method Detail |
|---|
public java.lang.String getIP()
public java.lang.String getSessionId()
public java.lang.String getUrl()
public int getStatus()
public boolean isMultiUser()
public boolean isValid()
public int getDscPort()
public boolean isSecure()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||