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

Note: This is a feature of JBuilder Professional and Enterprise.

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 this class

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 variables

con

  public DataStoreConnection con
Internal use only.

conStream

  public Stream conStream
Internal use only.

xaServer

  public JXAServer xaServer
Internal use only.

ServerConnection properties

fileName

 public final synchronized String getFileName()
Get fileName of ServerConnection

See also: DataStoreConnection.getFileName().

inetAddress

 public final InetAddress getInetAddress()
Get InetAddress of connection.

port

 public final int getPort()
Get port number of connection.

userName

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

See also: DataStoreConnection.userName property


ServerConnection methods

acknowledge(com.borland.datastore.jdbc.Stream)

  public final void acknowledge(com.borland.datastore.jdbc.Stream stream)
Internal use only.

close()

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

connectionError(java.lang.Exception)

  public void connectionError(Exception ex)
Internal use only.

join(com.borland.datastore.jdbc.ServerConnection)

  public boolean join(ServerConnection joinCon)
Internal use only.

runtimeError(java.lang.Throwable)

  public void runtimeError(Throwable ex)
Internal use only.

split()

  public void split()
Internal use only.