borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----java.lang.Thread +----com.borland.datastore.jdbc.ServerConnection
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.
public DataStoreConnection conInternal use only.
public Stream conStreamInternal use only.
public JXAServer xaServerInternal use only.
public final synchronized String getFileName()Get fileName of ServerConnection
See also: DataStoreConnection.getFileName().
public final InetAddress getInetAddress()Get InetAddress of connection.
public final int getPort()Get port number of connection.
public final synchronized String getUserName()The name of the user associated with this connection.
DataStoreConnection.userName
property
public final void acknowledge(com.borland.datastore.jdbc.Stream stream)Internal use only.
public final void close()Closes this connection and terminates its associated thread.
public void connectionError(Exception ex)Internal use only.
public boolean join(ServerConnection joinCon)Internal use only.
public void runtimeError(Throwable ex)Internal use only.
public void split()Internal use only.