org.dicom4j.core.configuration
Class Dicom4jConfiguration

java.lang.Object
  extended by org.dicom4j.core.configuration.Dicom4jConfiguration
Direct Known Subclasses:
BeanConfiguration, DefaultConfiguration

Deprecated. Dicom4jConfiguration (Singleton). contains the configuration needed by the library

@Deprecated
public abstract class Dicom4jConfiguration
extends Object

Since:
0.0.0
Author:
Laurent Lecomte

Method Summary
static void configure()
          Deprecated.  
abstract  long getMaximumPDUSize()
          Deprecated.  
static Dicom4jConfiguration Instance()
          Deprecated.  
static void setConfiguration(Dicom4jConfiguration aConfiguration)
          Deprecated.  
abstract  void setMaximumPDUSize(long aMaximumPDUSize)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configure

public static void configure()
                      throws Exception
Deprecated. 
Throws:
Exception

Instance

@Deprecated
public static Dicom4jConfiguration Instance()
Deprecated. 


setConfiguration

@Deprecated
public static void setConfiguration(Dicom4jConfiguration aConfiguration)
Deprecated. 


getMaximumPDUSize

public abstract long getMaximumPDUSize()
Deprecated. 

setMaximumPDUSize

public abstract void setMaximumPDUSize(long aMaximumPDUSize)
Deprecated. 


Copyright © 2009 dicom4j. All Rights Reserved.