org.dicom4j.network.association.support
Class AssociationConfigurationImpl

java.lang.Object
  extended by org.dicom4j.network.association.support.AssociationConfigurationImpl
All Implemented Interfaces:
AssociationConfiguration
Direct Known Subclasses:
AssociationAcceptorConfigurationImpl, AssociationConnectorConfigurationImpl

public class AssociationConfigurationImpl
extends Object
implements AssociationConfiguration

default AssociationConfiguration implements

Since:
0.0.1
Author:
Laurent Lecomte

Constructor Summary
AssociationConfigurationImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationConfigurationImpl

public AssociationConfigurationImpl()
Method Detail

getARTIMTimeOut

public int getARTIMTimeOut()
Specified by:
getARTIMTimeOut in interface AssociationConfiguration

getAssociateRequestHandler

public AssociateRequestHandler getAssociateRequestHandler()
Description copied from interface: AssociationConfiguration
get the AssociateRequestHandler

Specified by:
getAssociateRequestHandler in interface AssociationConfiguration

getAssociateResponseHandler

public AssociateResponseHandler getAssociateResponseHandler()
Description copied from interface: AssociationConfiguration
get the AssociateResponseHandler

Specified by:
getAssociateResponseHandler in interface AssociationConfiguration

getAssociationListener

public AssociationListener getAssociationListener()
Description copied from interface: AssociationConfiguration
get the AssociationListener

Specified by:
getAssociationListener in interface AssociationConfiguration

getAssociationMonitor

public AssociationMonitor getAssociationMonitor()
Description copied from interface: AssociationConfiguration
get the AssociationMonitor

Specified by:
getAssociationMonitor in interface AssociationConfiguration
Returns:
the AssociationMonitor

setARTIMTimeOut

public void setARTIMTimeOut(int atimeOut)
Specified by:
setARTIMTimeOut in interface AssociationConfiguration
Parameters:
timeOut - The aTimeOut to set. (in ms)

setAssociateRequestHandler

public void setAssociateRequestHandler(AssociateRequestHandler aAssociateRequestHandler)
Description copied from interface: AssociationConfiguration
set the AssociateRequestHandler

Specified by:
setAssociateRequestHandler in interface AssociationConfiguration

setAssociateResponseHandler

public void setAssociateResponseHandler(AssociateResponseHandler aAssociateResponseHandler)
Description copied from interface: AssociationConfiguration
set the AssociateResponseHandler

Specified by:
setAssociateResponseHandler in interface AssociationConfiguration
Parameters:
aAssociateResponseHandler - the listener

setAssociationListener

public void setAssociationListener(AssociationListener aListener)
Description copied from interface: AssociationConfiguration
set the AssociationListener to by notify of Associations events

Specified by:
setAssociationListener in interface AssociationConfiguration
Parameters:
aListener - the listener

setMonitor

public void setMonitor(AssociationMonitor aAssociationMonitor)
Description copied from interface: AssociationConfiguration
set the AssociationMonitor for this Association

Specified by:
setMonitor in interface AssociationConfiguration
Parameters:
aAssociationMonitor - the monitor

getMaximumPDUSize

public long getMaximumPDUSize()
Specified by:
getMaximumPDUSize in interface AssociationConfiguration

setMaximumPDUSize

public void setMaximumPDUSize(long maximumPDUSize)
Specified by:
setMaximumPDUSize in interface AssociationConfiguration

getClassUID

public String getClassUID()
Specified by:
getClassUID in interface AssociationConfiguration

setClassUID

public void setClassUID(String classUID)
Specified by:
setClassUID in interface AssociationConfiguration

getVersionName

public String getVersionName()
Specified by:
getVersionName in interface AssociationConfiguration

setVersionName

public void setVersionName(String versionName)
Specified by:
setVersionName in interface AssociationConfiguration


Copyright © 2009 dicom4j. All Rights Reserved.