wt.fv.master
Class StandardMasterService.ContentReplicationSession
java.lang.Object
wt.fv.master.StandardMasterService.ContentReplicationSession
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StandardMasterService
- private class StandardMasterService.ContentReplicationSession
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vault
private ReplicaVault vault
crHistory
private ContReplHistory crHistory
currentUser
private Object currentUser
sessionContext
private Object sessionContext
StandardMasterService.ContentReplicationSession
public StandardMasterService.ContentReplicationSession(ReplicaVault vault,
ContReplHistory crHistory,
Object currentUser,
Object sessionContext)
run
public void run()
- Specified by:
run
in interface Runnable