wt.fv.master
Class RemoteUploadInputStream.ReplicaUploadSaver
java.lang.Object
wt.fv.master.RemoteUploadInputStream.ReplicaUploadSaver
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- RemoteUploadInputStream
- private class RemoteUploadInputStream.ReplicaUploadSaver
- 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 |
inp
private InputStream inp
rItem
private MasteredOnReplicaItem rItem
currentUser
private Object currentUser
sessionContext
private Object sessionContext
RemoteUploadInputStream.ReplicaUploadSaver
public RemoteUploadInputStream.ReplicaUploadSaver(InputStream in,
MasteredOnReplicaItem rItem,
Object currentUser,
Object sessionContext)
run
public void run()
- Specified by:
run
in interface Runnable