org.dicom4j.network.dimse.services
Class CFindSCP

java.lang.Object
  extended by org.dicom4j.network.association.listeners.defaults.DefaultAssociationListener
      extended by org.dicom4j.network.dimse.services.BaseDimseService
          extended by org.dicom4j.network.dimse.services.ThreadedDimseService
              extended by org.dicom4j.network.dimse.services.CFindSCP
All Implemented Interfaces:
AssociationListener, DimseService
Direct Known Subclasses:
CQuerySCP

public abstract class CFindSCP
extends ThreadedDimseService

Base Dimse Service to handle CFindRequestMessage

Since:
0.0.3
Author:
Laurent Lecomte

Constructor Summary
CFindSCP()
           
 
Method Summary
 
Methods inherited from class org.dicom4j.network.dimse.services.ThreadedDimseService
handleMessage
 
Methods inherited from class org.dicom4j.network.dimse.services.BaseDimseService
associationAborted, bind, exceptionCaught, getConfiguration, getFactory, getMessageID, getName, isBinded, isBinded, isFinished, setConfiguration, setFactory, unBind
 
Methods inherited from class org.dicom4j.network.association.listeners.defaults.DefaultAssociationListener
associateRelease, associationCreated, associationOpened, associationRejected, associationReleased, messageReceived, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CFindSCP

public CFindSCP()


Copyright © 2009 dicom4j. All Rights Reserved.