com.esri.aims.mtier.model.admin
Class SdeConnection

java.lang.Object
  extended by com.esri.aims.mtier.model.admin.SdeConnection
All Implemented Interfaces:
Serializable

public class SdeConnection
extends Object
implements Serializable

Implements an object used to store ArcSDE connections.

See Also:
Serialized Form

Constructor Summary
SdeConnection()
           
 
Method Summary
 String getNode()
          Returns the associated node as string.
 String getPid()
          Returns the associated server process ID.
 String getServerStartTime()
          Returns the server start time as string.
 String getSysName()
          Returns the System name.
 String getUser()
          Returns the user name associated with this connection.
 void setNode(String node)
          Sets the given string as Node.
 void setPid(String pid)
          Sets the given string as the server process identifier.
 void setServerStartTime(String starttime)
          Sets the specified string as server start time.
 void setSysName(String sysname)
          Sets the given string as system name.
 void setUser(String user)
          Sets the given user to this connection object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SdeConnection

public SdeConnection()
Method Detail

getNode

public String getNode()
Returns the associated node as string.


getSysName

public String getSysName()
Returns the System name.

Returns:
the System name.

getUser

public String getUser()
Returns the user name associated with this connection.


getPid

public String getPid()
Returns the associated server process ID.


getServerStartTime

public String getServerStartTime()
Returns the server start time as string.


setNode

public void setNode(String node)
Sets the given string as Node.


setSysName

public void setSysName(String sysname)
Sets the given string as system name.


setPid

public void setPid(String pid)
Sets the given string as the server process identifier.


setUser

public void setUser(String user)
Sets the given user to this connection object.


setServerStartTime

public void setServerStartTime(String starttime)
Sets the specified string as server start time.