Deprecated API


Contents
Deprecated Interfaces
org.aludratest.service.jms.AludraJMS
          The implementation is not yet functional; implementation was suspended in favour of other tasks! 
 

Deprecated Classes
org.aludratest.service.jms.impl.AludraJMSImpl
          The implementation is not yet functional; implementation was suspended in favour of other tasks! 
org.aludratest.service.jms.impl.JMSActionImpl
          The implementation is not yet functional; implementation was suspended in favour of other tasks! 
 

Deprecated Methods
org.aludratest.config.ComponentConfigurator.configure(Configurable)
          Please prefer one of these methods to configure your objects:
  1. Retrieve your objects via AludraServiceManager, AludraTestContext or AludraServiceContext, and their methods to instantiate new objects. These will automatically configure the objects.
  2. If you require to directly configure an object, retrieve an Configurator instance from one of the mentioned classes, and use it to configure your object.
 
org.aludratest.config.ComponentConfigurator.configure(String, Configurable)
          Please prefer one of these methods to configure your objects:
  1. Retrieve your objects via AludraServiceManager, AludraTestContext or AludraServiceContext, and their methods to instantiate new objects. These will automatically configure the objects.
  2. If you require to directly configure an object, retrieve an Configurator instance from one of the mentioned classes, and use it to configure your object.
 
org.aludratest.AludraTest.getInstance()
          This method should not be used for software design reasons. Better keep your AludraTest instance which is returned by startFramework, or use IoC patterns to retrieve components you need. 
 



Copyright © 2015 aludratest.org. All rights reserved.