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