org.dicom4j.network.dimse.services
Class ThreadedDimseService
java.lang.Object
org.dicom4j.network.association.listeners.defaults.DefaultAssociationListener
org.dicom4j.network.dimse.services.BaseDimseService
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
| Methods inherited from class org.dicom4j.network.dimse.services.BaseDimseService |
associationAborted, bind, exceptionCaught, getConfiguration, getFactory, getMessageID, getName, isBinded, isBinded, isFinished, setConfiguration, setFactory, unBind |
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 PresentationContextIDaMessage - the DimseMessage
- Throws:
Exception
Copyright © 2009 dicom4j. All Rights Reserved.