org.dicom4j.network.dimse.services
Class CStoreSCP

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.CStoreSCP
All Implemented Interfaces:
AssociationListener, DimseService

public abstract class CStoreSCP
extends ThreadedDimseService

Base class to implement a CStoreSCP service.

sub-class need to override "handleStoreRequest"

Since:
0.0.2
Author:
Laurent Lecomte

Constructor Summary
CStoreSCP()
           
 
Method Summary
abstract  void handleStoreRequest(byte aPresentationContextID, CStoreRequestMessage aRequest)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CStoreSCP

public CStoreSCP()
Method Detail

handleStoreRequest

public abstract void handleStoreRequest(byte aPresentationContextID,
                                        CStoreRequestMessage aRequest)
                                 throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class DefaultAssociationListener


Copyright © 2009 dicom4j. All Rights Reserved.