borland Packages  Class Hierarchy  datastore.jdbc Package 

ServerConnection class

java.lang.Object
   +----java.lang.Thread
           +----com.borland.datastore.jdbc.ServerConnection

About the ServerConnection class

Variables  Properties  Methods  

Implements Runnable

One of these threads is automatically instantiated and started by the DataStoreServer when it attempts to service a connection request, to represent that connection.


ServerConnection variables

Variables implemented in java.lang.Thread

ServerConnection properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

Properties implemented in java.lang.Thread

ServerConnection methods

Methods implemented in this class

Methods implemented in java.lang.Object

Methods implemented in java.lang.Thread


ServerConnection properties

userName

 public final String getUserName()
The name of the user associated with this connection.

See also: DataStoreConnection.userName property


ServerConnection methods

close()

  public final void close()
Closes this connection and terminates its associated thread.