org.dicom4j.network.association
Interface AssociationConfiguration

All Known Subinterfaces:
AssociationAcceptorConfiguration, AssociationConnectorConfiguration
All Known Implementing Classes:
AssociationAcceptorConfigurationImpl, AssociationConfigurationImpl, AssociationConnectorConfigurationImpl

public interface AssociationConfiguration

Contains Association's Configuration items

Since:
0.0.3
Author:
Laurent Lecomte

Method Summary
 int getARTIMTimeOut()
           
 AssociateRequestHandler getAssociateRequestHandler()
          get the AssociateRequestHandler
 AssociateResponseHandler getAssociateResponseHandler()
          get the AssociateResponseHandler
 AssociationListener getAssociationListener()
          get the AssociationListener
 AssociationMonitor getAssociationMonitor()
          get the AssociationMonitor
 String getClassUID()
           
 long getMaximumPDUSize()
           
 String getVersionName()
           
 void setARTIMTimeOut(int atimeOut)
           
 void setAssociateRequestHandler(AssociateRequestHandler aAssociateRequestHandler)
          set the AssociateRequestHandler
 void setAssociateResponseHandler(AssociateResponseHandler aAssociateResponseHandler)
          set the AssociateResponseHandler
 void setAssociationListener(AssociationListener aListener)
          set the AssociationListener to by notify of Associations events
 void setClassUID(String classUID)
           
 void setMaximumPDUSize(long maximumPDUSize)
           
 void setMonitor(AssociationMonitor aAssociationMonitor)
          set the AssociationMonitor for this Association
 void setVersionName(String versionName)
           
 

Method Detail

getARTIMTimeOut

int getARTIMTimeOut()

getMaximumPDUSize

long getMaximumPDUSize()

setMaximumPDUSize

void setMaximumPDUSize(long maximumPDUSize)

getClassUID

String getClassUID()

setClassUID

void setClassUID(String classUID)

getVersionName

String getVersionName()

setVersionName

void setVersionName(String versionName)

getAssociateRequestHandler

AssociateRequestHandler getAssociateRequestHandler()
get the AssociateRequestHandler


getAssociateResponseHandler

AssociateResponseHandler getAssociateResponseHandler()
get the AssociateResponseHandler


getAssociationListener

AssociationListener getAssociationListener()
get the AssociationListener


getAssociationMonitor

AssociationMonitor getAssociationMonitor()
get the AssociationMonitor

Returns:
the AssociationMonitor

setARTIMTimeOut

void setARTIMTimeOut(int atimeOut)
Parameters:
timeOut - The aTimeOut to set.

setAssociateRequestHandler

void setAssociateRequestHandler(AssociateRequestHandler aAssociateRequestHandler)
set the AssociateRequestHandler

Parameters:
aAssociateRequestHandler -

setAssociateResponseHandler

void setAssociateResponseHandler(AssociateResponseHandler aAssociateResponseHandler)
set the AssociateResponseHandler

Parameters:
aAssociateResponseHandler - the listener

setAssociationListener

void setAssociationListener(AssociationListener aListener)
set the AssociationListener to by notify of Associations events

Parameters:
aListener - the listener

setMonitor

void setMonitor(AssociationMonitor aAssociationMonitor)
set the AssociationMonitor for this Association

Parameters:
aAssociationMonitor - the monitor


Copyright © 2009 dicom4j. All Rights Reserved.