org.dicom4j.network.dimse
Interface DimseServicesManager


public interface DimseServicesManager

An implementation is in charge to return an Appropriate DimseService to the DimseServiceBroker.

Since:
0.0.0
Author:
Laurent Lecomte

Method Summary
 DimseService borrowService(Association aAssociation, AbstractDimseMessage aMessage)
          retrun a DimseService capable of handle this message.
 void returnService(DimseService aService)
           
 

Method Detail

borrowService

DimseService borrowService(Association aAssociation,
                           AbstractDimseMessage aMessage)
                           throws Exception
retrun a DimseService capable of handle this message.

Parameters:
aAssociation - TODO
aMessage -
Returns:
the service of null if no one can handle the message
Throws:
Exception

returnService

void returnService(DimseService aService)


Copyright © 2009 dicom4j. All Rights Reserved.