wt.replication.receiver
Class ReplicationRecvServiceFwd
java.lang.Object
wt.replication.receiver.ReplicationRecvServiceFwd
- All Implemented Interfaces:
- RemoteAccess, ReplicationRecvService, Serializable
- public class ReplicationRecvServiceFwd
- extends Object
- implements RemoteAccess, ReplicationRecvService, Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Method Summary |
void |
embUploadUnit(String embFolder,
String fullTeamTemplateName)
This is the "starting" method for product replication through External
Media Based (EMB) transport type. |
private static Manager |
getManager()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER
static final boolean SERVER
FC_RESOURCE
private static final String FC_RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
ReplicationRecvServiceFwd
public ReplicationRecvServiceFwd()
getManager
private static Manager getManager()
throws WTException
- Returns:
- Manager
- Throws:
WTException
embUploadUnit
public void embUploadUnit(String embFolder,
String fullTeamTemplateName)
throws WTReplicationException,
WTException
- This is the "starting" method for product replication through External
Media Based (EMB) transport type. All information, which comes from
Sender's side, is located under folder "embFolder", with one Exception:
if "fulTeamTemplateName" is specified at Receiver's site, then it
will overrides the one specified at Sender's site. Calling this method
will assume on schedule immediately. If successfully called, it will
be ready to run import.
Supported API: false
- Specified by:
embUploadUnit
in interface ReplicationRecvService
- Parameters:
embFolder
- fullTeamTemplateName
-
- Throws:
WTReplicationException
WTException