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