Class BackupMockService

java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
ch.rswk.meta.engine.test.BackupMockService
All Implemented Interfaces:
BackupService, com.google.common.util.concurrent.Service

@Singleton public class BackupMockService extends com.google.common.util.concurrent.AbstractIdleService implements BackupService
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ch.rswk.meta.engine.BackupService

    BackupService.AbstractBackupDelegate

    Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service

    com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<BackupReply>
     
    com.google.common.util.concurrent.ListenableFuture<BackupRestoreReply>
     
    com.google.common.util.concurrent.ListenableFuture<Void>
    Register delegate to handle backing up and restoring data to/from a file.
    protected void
     
    protected void
     

    Methods inherited from class com.google.common.util.concurrent.AbstractIdleService

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, serviceName, startAsync, state, stopAsync, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.common.util.concurrent.Service

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
  • Constructor Details

    • BackupMockService

      @Inject public BackupMockService(EngineRuntime runtime)
  • Method Details