Uses of Class
org.jafer.zserver.ZServerThread

Packages that use ZServerThread
org.jafer.zserver   
org.jafer.zserver.operations   
 

Uses of ZServerThread in org.jafer.zserver
 

Subclasses of ZServerThread in org.jafer.zserver
 class Session
          Sets up session and waits for request PDUs.
 class ZServer
          Creates serverSocket and waits for connections.
 

Methods in org.jafer.zserver with parameters of type ZServerThread
private  org.w3c.dom.Node ZServerManager.getInfo(ZServerThread zServerThread, org.w3c.dom.Document document)
           
 

Uses of ZServerThread in org.jafer.zserver.operations
 

Subclasses of ZServerThread in org.jafer.zserver.operations
 class Delete
           
 class Init
          Checks/sets authentication and concurrent operations if requested by client
 class Operation
          Each operation runs in it's own thread and either terminates naturally by sending response PDU (or Diagnostic) or can be stopped by session which forces close of socket.
 class Present
          Runs a Z39.50 Present on requested resultSet stored in associated Session.
 class Scan
          Runs a Z39.50 Scan - not implemented yet - java.lang.UnsupportedOperationException
 class Search
          Runs a Z39.50 search on database(s) - resultSets stored in associated Session.
 class Sort
          Runs a Z39.50 Sort - not implemented yet - throws java.lang.UnsupportedOperationException