|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> [ drda overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.derby.impl.drda.Session
| Uses of Session in org.apache.derby.impl.drda |
| Fields in org.apache.derby.impl.drda declared as Session | |
private Session |
NetworkServerControlImpl.currentSession
|
private Session |
DRDAConnThread.session
|
| Methods in org.apache.derby.impl.drda that return Session | |
protected Session |
NetworkServerControlImpl.getNextSession(Session currentSession)
Get the next session for the thread to work on Called from DRDAConnThread after session completes or timeslice exceeded. |
protected Session |
DRDAConnThread.getSession()
Get session we are working on |
| Methods in org.apache.derby.impl.drda with parameters of type Session | |
protected void |
NetworkServerControlImpl.processCommands(DDMReader reader,
DDMWriter writer,
Session session)
processCommands reads and processes NetworkServerControlImpl commands sent to the network server over the socket. |
protected Session |
NetworkServerControlImpl.getNextSession(Session currentSession)
Get the next session for the thread to work on Called from DRDAConnThread after session completes or timeslice exceeded. |
protected void |
NetworkServerControlImpl.runQueueAdd(Session clientSession)
Add session to the run queue |
protected void |
NetworkServerControlImpl.addToSessionTable(java.lang.Integer i,
Session s)
Add To Session Table - for use by ClientThread, add a new Session to the sessionTable. |
| Constructors in org.apache.derby.impl.drda with parameters of type Session | |
DRDAConnThread(Session session,
NetworkServerControlImpl server,
long timeSlice,
boolean logConnections)
Create a new Thread for processing session requests |
|
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> [ drda overview ] | PREV NEXT | ||||||||