org.dicom4j.core.configuration
Class DefaultConfiguration

java.lang.Object
  extended by org.dicom4j.core.configuration.Dicom4jConfiguration
      extended by org.dicom4j.core.configuration.DefaultConfiguration

Deprecated.

@Deprecated
public class DefaultConfiguration
extends Dicom4jConfiguration

The default Dicom4jConfiguration

Since:
0.0.0
Author:
Laurent Lecomte

Constructor Summary
DefaultConfiguration()
          Deprecated.  
 
Method Summary
 long getMaximumPDUSize()
          Deprecated.  
 void setMaximumPDUSize(long aMaximumPDUSize)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class org.dicom4j.core.configuration.Dicom4jConfiguration
configure, Instance, setConfiguration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultConfiguration

public DefaultConfiguration()
Deprecated. 
Method Detail

getMaximumPDUSize

public long getMaximumPDUSize()
Deprecated. 
Specified by:
getMaximumPDUSize in class Dicom4jConfiguration

setMaximumPDUSize

public void setMaximumPDUSize(long aMaximumPDUSize)
Deprecated. 
Specified by:
setMaximumPDUSize in class Dicom4jConfiguration

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.