org.aludratest.service.separatedfile.impl
Class DefaultSeparatedFileService

java.lang.Object
  extended by org.aludratest.service.AbstractAludraService
      extended by org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
All Implemented Interfaces:
Closeable, AludraCloseable, AludraService, SeparatedFileService

public class DefaultSeparatedFileService
extends AbstractAludraService
implements SeparatedFileService

Default implementation of the SeparatedFileService.

Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.aludratest.service.AbstractAludraService
aludraServiceContext
 
Constructor Summary
DefaultSeparatedFileService()
          Public default constructor.
 
Method Summary
 SeparatedFileCondition check()
          Provides an object that implements the SeparatedFileCondition interface.
 void close()
          Closes the service.
 String getDescription()
          Provides a description of the service instance.
 FileService getFileService()
           
 void initService()
          Callback method that is called by the AludraTest framework and initializes the service.
 SeparatedFileInteraction perform()
          Provides an object that implements the SeparatedFileInteraction interface.
 SeparatedFileVerification verify()
          Provides an object that implements the SeparatedFileVerification interface.
 
Methods inherited from class org.aludratest.service.AbstractAludraService
getInstanceName, init, setSystemConnector, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.aludratest.service.AludraService
getInstanceName, init, setSystemConnector
 

Constructor Detail

DefaultSeparatedFileService

public DefaultSeparatedFileService()
Public default constructor.

Method Detail

getFileService

public FileService getFileService()
Specified by:
getFileService in interface SeparatedFileService
Returns:
the underlying FileService

perform

public SeparatedFileInteraction perform()
Provides an object that implements the SeparatedFileInteraction interface.

Specified by:
perform in interface AludraService
Specified by:
perform in interface SeparatedFileService
Returns:
the service's Interaction object
See Also:
AludraService.perform()

verify

public SeparatedFileVerification verify()
Provides an object that implements the SeparatedFileVerification interface.

Specified by:
verify in interface AludraService
Specified by:
verify in interface SeparatedFileService
Returns:
the service's Verification object
See Also:
AludraService.verify()

check

public SeparatedFileCondition check()
Provides an object that implements the SeparatedFileCondition interface.

Specified by:
check in interface AludraService
Specified by:
check in interface SeparatedFileService
Returns:
the service's Condition object
See Also:
AludraService.check()

initService

public void initService()
Callback method that is called by the AludraTest framework and initializes the service.

Specified by:
initService in class AbstractAludraService

close

public void close()
Closes the service.

Specified by:
close in interface Closeable
Specified by:
close in interface AludraCloseable

getDescription

public String getDescription()
Provides a description of the service instance.

Specified by:
getDescription in interface AludraService
Returns:
a textual description of the most important configuration information


Copyright © 2015 aludratest.org. All rights reserved.