wt.fv.master
Class StandardMasterService.ContentReplicationSession

java.lang.Object
  extended bywt.fv.master.StandardMasterService.ContentReplicationSession
All Implemented Interfaces:
Runnable
Enclosing class:
StandardMasterService

private class StandardMasterService.ContentReplicationSession
extends Object
implements Runnable


Field Summary
private  ContReplHistory crHistory
           
private  Object currentUser
           
private  Object sessionContext
           
private  ReplicaVault vault
           
 
Constructor Summary
StandardMasterService.ContentReplicationSession(ReplicaVault vault, ContReplHistory crHistory, Object currentUser, Object sessionContext)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vault

private ReplicaVault vault

crHistory

private ContReplHistory crHistory

currentUser

private Object currentUser

sessionContext

private Object sessionContext
Constructor Detail

StandardMasterService.ContentReplicationSession

public StandardMasterService.ContentReplicationSession(ReplicaVault vault,
                                                       ContReplHistory crHistory,
                                                       Object currentUser,
                                                       Object sessionContext)
Method Detail

run

public void run()
Specified by:
run in interface Runnable