Package org.jafer.zserver.operations

Class Summary
Delete  
Init Checks/sets authentication and concurrent operations if requested by client
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.
Present Runs a Z39.50 Present on requested resultSet stored in associated Session.
Results  
Scan Runs a Z39.50 Scan - not implemented yet - java.lang.UnsupportedOperationException
Search Runs a Z39.50 search on database(s) - resultSets stored in associated Session.
Sort Runs a Z39.50 Sort - not implemented yet - throws java.lang.UnsupportedOperationException
 

Exception Summary
OperationException