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
- MAX_PRIORITY
- MIN_PRIORITY
- NORM_PRIORITY
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
- alive*
- contextClassLoader
- daemon
- interrupted*
- name
- priority
- threadGroup*
ServerConnection methods
Methods implemented in this class
Methods implemented in java.lang.Object
- clone()
- equals(java.lang.Object)
- finalize()
- hashCode()
- notify()
- notifyAll()
- wait()
- wait(long)
- wait(long, int)
Methods implemented in java.lang.Thread
- activeCount()
- checkAccess()
- countStackFrames()
- currentThread()
- destroy()
- dumpStack()
- enumerate(java.lang.Thread[])
- interrupt()
- interrupted()
- join()
- join(long)
- join(long, int)
- resume()
- sleep(long)
- sleep(long, int)
- start()
- stop()
- stop(java.lang.Throwable)
- suspend()
- toString()
- yield()
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.