org.dicom4j.management
Interface NetworkConnection


public interface NetworkConnection

Network Connection (see DICOM PS 3.15, table H.1-6)

Since:
0.0.2
Author:
Laurent Lecomte

Method Summary
 String getCommonName()
          get the CommonName
 Device getDevice()
          get the related Device
 String getHostname()
           
 boolean getInstalled()
          True if the Network Connection is installed on the network.
 int getPort()
          return the TCP port that the AE is listening on.
 String[] getTLSCipherSuite()
           
 void SetCommonName(String commonName)
          set the CommonName
 void setDevice(Device device)
          set the related Device
 void setHostname(String aHostname)
           
 void setInstalled(boolean aInstalled)
           
 void setPort(int port)
          set the port
 void setTLSCipherSuite(String[] aTLSCipherSuite)
           
 

Method Detail

getCommonName

String getCommonName()
get the CommonName

Returns:
the CommonName

getDevice

Device getDevice()
get the related Device

Returns:

getHostname

String getHostname()
Returns:

getInstalled

boolean getInstalled()
True if the Network Connection is installed on the network. If not present, information about the installed status of the Network Connection is inherited from the device.

Returns:
true if installed

getPort

int getPort()
return the TCP port that the AE is listening on. (This may be missing for a network connection that only initiates associations.)

Returns:

getTLSCipherSuite

String[] getTLSCipherSuite()

SetCommonName

void SetCommonName(String commonName)
set the CommonName

Parameters:
commonName - the CommonName

setDevice

void setDevice(Device device)
set the related Device


setHostname

void setHostname(String aHostname)

setInstalled

void setInstalled(boolean aInstalled)

setPort

void setPort(int port)
set the port

Parameters:
port -

setTLSCipherSuite

void setTLSCipherSuite(String[] aTLSCipherSuite)


Copyright © 2009 dicom4j. All Rights Reserved.