org.aludratest.service
Interface AludraCloseable

All Superinterfaces:
Closeable
All Known Subinterfaces:
AludraGUI, AludraJMS, AludraService, AludraWebGUI, CommandLineService, DatabaseService, EdifactFileService, FileService, FlatFileService, SeparatedFileService
All Known Implementing Classes:
AbstractAludraService, AbstractConfigurableAludraService, AbstractSeleniumService, AludraJMSImpl, AludraSelenium1, AludraSelenium2, CommandLineServiceConfiguration, CommandLineServiceImpl, DefaultFlatFileService, DefaultSeparatedFileService, EdifattoFileService, FileServiceConfiguration, FileServiceImpl

public interface AludraCloseable
extends Closeable

Parent interface for Aludratest classes that have a close() method. author Joerg Langnickel


Method Summary
 void close()
          Closes a service
 

Method Detail

close

void close()
Closes a service

Specified by:
close in interface Closeable


Copyright © 2015 aludratest.org. All rights reserved.