wt.fv.master
Class ReplicatePerHolderMaster
java.lang.Object
wt.fv.master.ReplicatePerHolderMaster
- public class ReplicatePerHolderMaster
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outboxName
private static final String outboxName
- See Also:
- Constant Field Values
outboxType
private static final Class outboxType
inboxName
private static final String inboxName
- See Also:
- Constant Field Values
inboxType
private static final Class inboxType
transportName
private static final String transportName
- See Also:
- Constant Field Values
initialized
private static boolean initialized
ReplicatePerHolderMaster
public ReplicatePerHolderMaster()
initializeInboxOutbox
public static void initializeInboxOutbox()
throws WTException
- Throws:
WTException
sendStreamedToBeReplicated
public static void sendStreamedToBeReplicated(Streamed obj,
ReplicaVault rVault)
throws WTException
- Throws:
WTException
completeReplicationOfTheStreamed
public static void completeReplicationOfTheStreamed(Long rItemID,
Long folderID,
Long folderToMarkReadOnlyID)
throws WTException
- Throws:
WTException
replicateContentHolder
public static void replicateContentHolder(ContentHolder ch,
ReplicaVault rv)
throws WTException
- Throws:
WTException
getHolderItems
private static Enumeration getHolderItems(ContentHolder holder)
throws WTException
- Throws:
WTException