wt.replication.receiver
Interface ReplicationRecvService
- All Known Implementing Classes:
- ReplicationRecvServiceFwd, StandardReplicationRecvService
- public interface ReplicationRecvService
Supported API: false
Extendable: false
Method Summary |
void |
embUploadUnit(String embFolder,
String fullTeamTemplateName)
This is the "starting" method for product replication through External
Media Based (EMB) transport type. |
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
- Parameters:
embFolder
- fullTeamTemplateName
-
- Throws:
WTReplicationException
WTException