Uses of Class
wt.fv.master.ContReplHistory

Packages that use ContReplHistory
wt.fv
fv package — File Vault Service

The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. 

wt.fv.master   
 

Uses of ContReplHistory in wt.fv
 

Methods in wt.fv with parameters of type ContReplHistory
 RevaultingEvent RevaultingEvent.newRevaultingEvent(WTKeyedMap targetArgsMap, String methodName, ContReplHistory history, Serializable[] args)
          

Supported API: false
static RevaultingEvent RevaultingEvent.newRevaultingEvent(Object eventTarget, String methodName, ContReplHistory history, Serializable[] args, boolean dummy)
           
 

Uses of ContReplHistory in wt.fv.master
 

Fields in wt.fv.master declared as ContReplHistory
private  ContReplHistory StandardMasterService.ContentReplicationSession.crHistory
           
 

Methods in wt.fv.master that return ContReplHistory
 ContReplHistory ContReplHistory.incrementExecutedRuns()
          Increments number of successfully moved items May ONLY be used inside a Transaction!!!

Supported API: false
 ContReplHistory ContReplHistory.incrementErrorRuns()
          Increments number of failed "replicate" operations.
 ContReplHistory ContReplHistory.decrementTotalRuns()
          Decrements total number of elements to be moved in the given Replication Session.
 ContReplHistory ContReplHistory.updateTotalElem(int totalR)
          Sets total number of elements to be moved in the given Replication Session.
 ContReplHistory ContReplHistory.updateSessionStatus(String curStatus)
          Updates status of the given Replication Session.
static ContReplHistory ContReplHistory.newContReplHistory()
          Default factory for the class.
 ContReplHistory ContReplHistory.checkForCompletition()
           
 

Methods in wt.fv.master with parameters of type ContReplHistory
static void StandardMasterService.doContentReplication(ReplicaVault theVault, ContReplHistory history)
          This is the method which is called by the StandardSchedulingService when it is time to replicate the content of a vault to a remote vault.
 void StandardMasterService.replicateStreamed(Streamed obj, ReplicaVault rVault, ContReplHistory session)
           
private  void StandardMasterService.doThreadedReplication(ReplicaVault vault, ContReplHistory crHistory)
           
private  void StandardMasterService.doReplication(ReplicaVault vault, ContReplHistory crHistory)
           
 void StandardMasterService.remoteCopyItemVaultToVault(ReplicaVault destVault, ReplicatedItem itemToCopy, ReplicaFolder fromFolder, ContReplHistory session)
           
static RemoteContentUploadEvent RemoteContentUploadEvent.newRemoteContentUploadEvent(Object eventTarget, String methodName, Serializable[] args, ContReplHistory history)
           
static RemoteContentUploadEvent RemoteContentUploadEvent.newRemoteContentUploadEvent(WTKeyedMap targetArgsMap, String methodName, Serializable[] args, ContReplHistory history)
           
protected  void RemoteContentUploadEvent.initialize(String methodName, Serializable[] args, ContReplHistory history)
           
protected  boolean ContReplHistory.readVersion(ContReplHistory thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Constructors in wt.fv.master with parameters of type ContReplHistory
StandardMasterService.ContentReplicationSession(ReplicaVault vault, ContReplHistory crHistory, Object currentUser, Object sessionContext)
           
RemoteContentUploadEvent(Object eventTarget, String methodName, Serializable[] args, ContReplHistory history)