|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.association.listeners.defaults.DefaultAssociationListener
org.dicom4j.network.dimse.DimseServiceBroker
public class DimseServiceBroker
implement an AssociationListener which request a DimseService
from a DimseServicesManager
| Constructor Summary | |
|---|---|
DimseServiceBroker()
|
|
DimseServiceBroker(DimseServicesManager aServiceManager)
|
|
| Method Summary | |
|---|---|
void |
associateRelease(Association aAssociation,
AssociateRelease aRelease)
Invoked when an associate release is received |
void |
associationAborted(Association aAssociation,
AssociateAbort aAbort)
Invoked when the association is aborted |
void |
associationReleased(Association aAssociation)
Invoked when the association was released |
void |
exceptionCaught(Association aAssociation,
Throwable cause)
Invoked when an exception occurs |
void |
messageReceived(Association aAssociation,
byte aPresentationContextID,
AbstractDimseMessage aMessage)
Send a DimseMessage to the appropriate
DimseService |
void |
setDimseServicesManager(DimseServicesManager aDimseServicesRegistry)
|
| Methods inherited from class org.dicom4j.network.association.listeners.defaults.DefaultAssociationListener |
|---|
associationCreated, associationOpened, associationRejected, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DimseServiceBroker()
public DimseServiceBroker(DimseServicesManager aServiceManager)
| Method Detail |
|---|
public void associateRelease(Association aAssociation,
AssociateRelease aRelease)
throws Exception
AssociationListener
associateRelease in interface AssociationListenerassociateRelease in class DefaultAssociationListenerException
public void associationAborted(Association aAssociation,
AssociateAbort aAbort)
throws Exception
AssociationListener
associationAborted in interface AssociationListenerassociationAborted in class DefaultAssociationListeneraAssociation - the association
Exception
public void associationReleased(Association aAssociation)
throws Exception
AssociationListener
associationReleased in interface AssociationListenerassociationReleased in class DefaultAssociationListeneraAssociation - the association
Exception
public void exceptionCaught(Association aAssociation,
Throwable cause)
AssociationListener
exceptionCaught in interface AssociationListenerexceptionCaught in class DefaultAssociationListeneraAssociation - the associationcause - the cause of the error
public void messageReceived(Association aAssociation,
byte aPresentationContextID,
AbstractDimseMessage aMessage)
throws Exception
DimseMessage to the appropriate
DimseService
messageReceived in interface AssociationListenermessageReceived in class DefaultAssociationListeneraAssociation - the associationaMessage - the message
Exceptionpublic void setDimseServicesManager(DimseServicesManager aDimseServicesRegistry)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||