org.dicom4j.network.dimse.services
Class ThreadedDimseService

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
All Implemented Interfaces:
AssociationListener, DimseService
Direct Known Subclasses:
CFindSCP, CMoveSCP, CStoreSCP, VerificationSCPService

public abstract class ThreadedDimseService
extends BaseDimseService

Base class which extend BaseDimseService to implement a thread Service.

Since:
Alpha 0.0.0
Author:
Laurent Lecomte

Method Summary
 void handleMessage(byte aPresentationContextID, AbstractDimseMessage aMessage)
          handle a DimseMessage
 
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
 

Method Detail

handleMessage

public void handleMessage(byte aPresentationContextID,
                          AbstractDimseMessage aMessage)
                   throws Exception
Description copied from class: BaseDimseService
handle a DimseMessage

Specified by:
handleMessage in interface DimseService
Specified by:
handleMessage in class BaseDimseService
Parameters:
aPresentationContextID - the PresentationContextID
aMessage - the DimseMessage
Throws:
Exception


Copyright © 2009 dicom4j. All Rights Reserved.