com.genesyslab.soa.client
Class ConnectionInfo

java.lang.Object
  extended bycom.genesyslab.soa.client.ConnectionInfo

public class ConnectionInfo
extends java.lang.Object

Description for ConnectionInfo

Author:
foricher

Field Summary
static int STATUS_CONNECTED
           
static int STATUS_DISCONNECTED
           
 
Constructor Summary
ConnectionInfo(java.lang.String url, int status)
           
 
Method Summary
 java.lang.String getConnectedUrl()
           
 int getStatus()
          Gets the connection status.
 void setConnectedUrl(java.lang.String connectedUrl)
           
 void setStatus(int status)
          Sets the connection status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_DISCONNECTED

public static final int STATUS_DISCONNECTED
See Also:
Constant Field Values

STATUS_CONNECTED

public static final int STATUS_CONNECTED
See Also:
Constant Field Values
Constructor Detail

ConnectionInfo

public ConnectionInfo(java.lang.String url,
                      int status)
Method Detail

getConnectedUrl

public java.lang.String getConnectedUrl()

setConnectedUrl

public void setConnectedUrl(java.lang.String connectedUrl)

getStatus

public int getStatus()
Gets the connection status.

Returns:
the connection status.

setStatus

public void setStatus(int status)
Sets the connection status.

Parameters:
status -