wt.fv
Class RevaultElemMover

java.lang.Object
  extended bywt.fv.RevaultElemMover

public class RevaultElemMover
extends Object


Field Summary
static boolean CONTENT_ITEM_DEBUG
           
private static String RESOURCE
           
 
Constructor Summary
RevaultElemMover()
           
 
Method Summary
private static FvMount getReplicaLocalMount(ReplicaFolder fvFolder)
           
static Boolean moveItemPDSToVault(Serializable targetObj, Serializable[] argArr)
           
static Boolean moveItemVaultToPDS(Serializable targetObj, Serializable[] argArr)
           
static Boolean moveItemVaultToVault(Serializable targetObj, Serializable[] argArr)
           
static Boolean multiObjectRevaultHolderContent(Serializable targetObj, Serializable[] argArr)
           
static Boolean replicateLocal(Serializable targetObj, Serializable[] argArr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_ITEM_DEBUG

public static final boolean CONTENT_ITEM_DEBUG
See Also:
Constant Field Values

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

RevaultElemMover

public RevaultElemMover()
Method Detail

moveItemVaultToVault

public static Boolean moveItemVaultToVault(Serializable targetObj,
                                           Serializable[] argArr)
                                    throws WTException
Throws:
WTException

moveItemVaultToPDS

public static Boolean moveItemVaultToPDS(Serializable targetObj,
                                         Serializable[] argArr)
                                  throws WTException
Throws:
WTException

replicateLocal

public static Boolean replicateLocal(Serializable targetObj,
                                     Serializable[] argArr)
                              throws WTException
Throws:
WTException

moveItemPDSToVault

public static Boolean moveItemPDSToVault(Serializable targetObj,
                                         Serializable[] argArr)
                                  throws WTException
Throws:
WTException

getReplicaLocalMount

private static FvMount getReplicaLocalMount(ReplicaFolder fvFolder)
                                     throws WTException
Throws:
WTException

multiObjectRevaultHolderContent

public static Boolean multiObjectRevaultHolderContent(Serializable targetObj,
                                                      Serializable[] argArr)
                                               throws WTException
Throws:
WTException