Class StartBackup
- java.lang.Object
-
- com.swiftmq.tools.pipeline.POObject
-
- com.swiftmq.impl.store.standard.backup.po.StartBackup
-
public class StartBackup extends POObject
-
-
Constructor Summary
Constructors Constructor Description StartBackup(Semaphore semaphore, BackupFinishedListener finishedListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(POVisitor poVisitor)
BackupFinishedListener
getFinishedListener()
java.lang.String
toString()
-
Methods inherited from class com.swiftmq.tools.pipeline.POObject
getCallback, getException, getSemaphore, isSuccess, setException, setSuccess
-
-
-
-
Constructor Detail
-
StartBackup
public StartBackup(Semaphore semaphore, BackupFinishedListener finishedListener)
-
-
Method Detail
-
getFinishedListener
public BackupFinishedListener getFinishedListener()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-