org.vfny.geoserver.zserver
Class GeoZServerAssociation

java.lang.Object
  extended byorg.vfny.geoserver.zserver.GeoZServerAssociation
All Implemented Interfaces:
java.util.EventListener, com.k_int.z3950.util.TargetAPDUListener

public class GeoZServerAssociation
extends java.lang.Object
implements com.k_int.z3950.util.TargetAPDUListener

GeoZServerAssociation backend Z3950 association. Code based on ZServerAssociation, in jzkit source tree:


Constructor Summary
GeoZServerAssociation(java.net.Socket s, java.util.Properties p)
           
 
Method Summary
 void incomingAccessControlRequest(com.k_int.z3950.util.APDUEvent e)
          not supported, needed for TargetADPU interface
 void incomingAccessControlResponse(com.k_int.z3950.util.APDUEvent e)
          not supported, needed for TargetADPU interface
 void incomingClose(com.k_int.z3950.util.APDUEvent e)
          closes the client's connection.
 void incomingDeleteResultSetRequest(com.k_int.z3950.util.APDUEvent e)
          This will not be in final GeoZServerAssociation, just use ZServerAssociation, when we are a child of it.
 void incomingExtendedServicesRequest(com.k_int.z3950.util.APDUEvent e)
          not supported, needed for TargetADPU interface
 void incomingInitRequest(com.k_int.z3950.util.APDUEvent e)
          Handles the incoming Init Requset.
 void incomingPresentRequest(com.k_int.z3950.util.APDUEvent e)
           
 void incomingResourceControlRequest(com.k_int.z3950.util.APDUEvent e)
          not supported, needed for TargetADPU interface
 void incomingResourceReportRequest(com.k_int.z3950.util.APDUEvent e)
          not supported, needed for TargetADPU interface
 void incomingScanRequest(com.k_int.z3950.util.APDUEvent e)
           
 void incomingSearchRequest(com.k_int.z3950.util.APDUEvent e)
          Handles the incoming Search Requset.
 void incomingSegmentRequest(com.k_int.z3950.util.APDUEvent e)
          not supported, needed for TargetADPU interface
 void incomingSortRequest(com.k_int.z3950.util.APDUEvent e)
          not supported, needed for TargetADPU interface
 void incomingTriggerResourceControlRequest(com.k_int.z3950.util.APDUEvent e)
          not supported, needed for TargetADPU interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoZServerAssociation

public GeoZServerAssociation(java.net.Socket s,
                             java.util.Properties p)
Method Detail

incomingInitRequest

public void incomingInitRequest(com.k_int.z3950.util.APDUEvent e)
Handles the incoming Init Requset.

Specified by:
incomingInitRequest in interface com.k_int.z3950.util.TargetAPDUListener
Parameters:
e - the event that holds the pdu of the request.

incomingSearchRequest

public void incomingSearchRequest(com.k_int.z3950.util.APDUEvent e)
Handles the incoming Search Requset.

Specified by:
incomingSearchRequest in interface com.k_int.z3950.util.TargetAPDUListener
Parameters:
e - the event that holds the pdu of the request.

incomingPresentRequest

public void incomingPresentRequest(com.k_int.z3950.util.APDUEvent e)
Specified by:
incomingPresentRequest in interface com.k_int.z3950.util.TargetAPDUListener

incomingDeleteResultSetRequest

public void incomingDeleteResultSetRequest(com.k_int.z3950.util.APDUEvent e)
This will not be in final GeoZServerAssociation, just use ZServerAssociation, when we are a child of it.

Specified by:
incomingDeleteResultSetRequest in interface com.k_int.z3950.util.TargetAPDUListener
Parameters:
e - DOCUMENT ME!

incomingClose

public void incomingClose(com.k_int.z3950.util.APDUEvent e)
closes the client's connection.

Specified by:
incomingClose in interface com.k_int.z3950.util.TargetAPDUListener

incomingAccessControlRequest

public void incomingAccessControlRequest(com.k_int.z3950.util.APDUEvent e)
not supported, needed for TargetADPU interface


incomingAccessControlResponse

public void incomingAccessControlResponse(com.k_int.z3950.util.APDUEvent e)
not supported, needed for TargetADPU interface

Specified by:
incomingAccessControlResponse in interface com.k_int.z3950.util.TargetAPDUListener

incomingResourceControlRequest

public void incomingResourceControlRequest(com.k_int.z3950.util.APDUEvent e)
not supported, needed for TargetADPU interface

Specified by:
incomingResourceControlRequest in interface com.k_int.z3950.util.TargetAPDUListener

incomingTriggerResourceControlRequest

public void incomingTriggerResourceControlRequest(com.k_int.z3950.util.APDUEvent e)
not supported, needed for TargetADPU interface

Specified by:
incomingTriggerResourceControlRequest in interface com.k_int.z3950.util.TargetAPDUListener

incomingResourceReportRequest

public void incomingResourceReportRequest(com.k_int.z3950.util.APDUEvent e)
not supported, needed for TargetADPU interface

Specified by:
incomingResourceReportRequest in interface com.k_int.z3950.util.TargetAPDUListener

incomingScanRequest

public void incomingScanRequest(com.k_int.z3950.util.APDUEvent e)
Specified by:
incomingScanRequest in interface com.k_int.z3950.util.TargetAPDUListener

incomingSortRequest

public void incomingSortRequest(com.k_int.z3950.util.APDUEvent e)
not supported, needed for TargetADPU interface

Specified by:
incomingSortRequest in interface com.k_int.z3950.util.TargetAPDUListener

incomingSegmentRequest

public void incomingSegmentRequest(com.k_int.z3950.util.APDUEvent e)
not supported, needed for TargetADPU interface

Specified by:
incomingSegmentRequest in interface com.k_int.z3950.util.TargetAPDUListener

incomingExtendedServicesRequest

public void incomingExtendedServicesRequest(com.k_int.z3950.util.APDUEvent e)
not supported, needed for TargetADPU interface

Specified by:
incomingExtendedServicesRequest in interface com.k_int.z3950.util.TargetAPDUListener