org.dicom4j.network.association
Interface AssociationConnectorConfiguration

All Superinterfaces:
AssociationConfiguration
All Known Implementing Classes:
AssociationConnectorConfigurationImpl

public interface AssociationConnectorConfiguration
extends AssociationConfiguration

specific AssociationConfiguration for AssociationConnector

Since:
0.0.5
Author:
Laurent Lecomte

Method Summary
 org.dolmen.network.transport.connector.TransportConnector getTransportConnector()
          retrun the TransportConnector to use
 void setTransportConnector(org.dolmen.network.transport.connector.TransportConnector aTransport)
          set the TransportConnector to use
 
Methods inherited from interface org.dicom4j.network.association.AssociationConfiguration
getARTIMTimeOut, getAssociateRequestHandler, getAssociateResponseHandler, getAssociationListener, getAssociationMonitor, getClassUID, getMaximumPDUSize, getVersionName, setARTIMTimeOut, setAssociateRequestHandler, setAssociateResponseHandler, setAssociationListener, setClassUID, setMaximumPDUSize, setMonitor, setVersionName
 

Method Detail

getTransportConnector

org.dolmen.network.transport.connector.TransportConnector getTransportConnector()
retrun the TransportConnector to use

Returns:
the TransportConnector used to initiate Transport connections

setTransportConnector

void setTransportConnector(org.dolmen.network.transport.connector.TransportConnector aTransport)
set the TransportConnector to use

Parameters:
aTransport - the TransportConnector to use


Copyright © 2009 dicom4j. All Rights Reserved.