wt.replication.sender
Interface SenderService

All Known Implementing Classes:
SenderServiceFwd, StandardSenderService

public interface SenderService



Supported API: false

Extendable: false


Method Summary
 WTUnit addContentToUnit(ObjectReference unitRef, String fullPath, ContentRoleType roleType)
          Deprecated.  
 WTUnit addContentToUnit(String unitNum, String fullPath, ContentRoleType roleType)
          Deprecated.  
 WTUnit addContentToUnit(String unitNum, String version, String iteration, String fullPath, ContentRoleType roleType)
          Deprecated.  
 QueryResult getAllSendRecordsForSite(WTUnit unit, String site)
          Deprecated.  
 Enumeration getAllSendRecordsForUnit(WTUnit unit)
          Deprecated.  
 Enumeration getRemoteTeamTemplates(Site rmtSite)
          Deprecated.  
 QueryResult getSendRecordsByScheduleStatus(WTUnit unit, String site, String status)
          Deprecated.  
 QueryResult getSendRecordsBySenderStatus(WTUnit unit, String site, UnitReplicationStatus status)
          Deprecated.  
 boolean isSendOperationActive(WTUnit unit, String site)
          Deprecated.  
 void scheduleSendOperation(WTUnit unit, String fullTeamTemplateName, Site site, boolean bEMBPipe, String embFolder, Timestamp startTime, boolean scheduled, String description, String toUser, String toTeamTemplate, Locale locale)
          Deprecated.  
 void testManifest(WTUnit unit, ApplicationData appData, String fullPath)
          Deprecated.  
 WTUnit uploadUnitInitialize(UnitSendRecord sendRec, String fullTeamTemplateName, String transType, String embFolder, boolean onSchedule, Timestamp timeStamp)
          Deprecated.  
 

Method Detail

addContentToUnit

public WTUnit addContentToUnit(String unitNum,
                               String fullPath,
                               ContentRoleType roleType)
                        throws WTException
Deprecated.  

fullPath is the full path of the file in disk If there are multiple WTUnit object with the same unitNum exist, then the first object is assumed.

Supported API: false

Parameters:
unitNum -
fullPath -
roleType -
Returns:
WTUnit
Throws:
WTException

uploadUnitInitialize

public WTUnit uploadUnitInitialize(UnitSendRecord sendRec,
                                   String fullTeamTemplateName,
                                   String transType,
                                   String embFolder,
                                   boolean onSchedule,
                                   Timestamp timeStamp)
                            throws WTReplicationException,
                                   WTException
Deprecated.  



Supported API: false

Parameters:
sendRec -
fullTeamTemplateName -
transType -
embFolder -
onSchedule -
timeStamp -
Returns:
WTUnit
Throws:
WTReplicationException
WTException

addContentToUnit

public WTUnit addContentToUnit(String unitNum,
                               String version,
                               String iteration,
                               String fullPath,
                               ContentRoleType roleType)
                        throws WTException
Deprecated.  

fullPath is the full path of the file in disk version: value of VersionIdentifier; iteration: value of IterationIdentifier.

Supported API: false

Parameters:
unitNum -
version -
iteration -
fullPath -
roleType -
Returns:
WTUnit
Throws:
WTException

testManifest

public void testManifest(WTUnit unit,
                         ApplicationData appData,
                         String fullPath)
                  throws WTException
Deprecated.  

This method test the unit manifest file creation.

Supported API: false

Parameters:
unit -
appData -
fullPath -
Throws:
WTException

addContentToUnit

public WTUnit addContentToUnit(ObjectReference unitRef,
                               String fullPath,
                               ContentRoleType roleType)
                        throws WTException
Deprecated.  

fullPath is the full path of the file in disk

Supported API: false

Parameters:
unitRef -
fullPath -
roleType -
Returns:
WTUnit
Throws:
WTException

getRemoteTeamTemplates

public Enumeration getRemoteTeamTemplates(Site rmtSite)
                                   throws WTException
Deprecated.  

Returns Enumeration of team templates associated with the rmtSite. The team templates match the WTPrincipal set at remote site and are associated with ActorRole.CREATOR role.

Supported API: false

Parameters:
rmtSite -
Returns:
Enumeration
Throws:
WTException

scheduleSendOperation

public void scheduleSendOperation(WTUnit unit,
                                  String fullTeamTemplateName,
                                  Site site,
                                  boolean bEMBPipe,
                                  String embFolder,
                                  Timestamp startTime,
                                  boolean scheduled,
                                  String description,
                                  String toUser,
                                  String toTeamTemplate,
                                  Locale locale)
                           throws WTException,
                                  WTPropertyVetoException
Deprecated.  



Supported API: false

Parameters:
unit -
fullTeamTemplateName -
site -
bEMBPipe -
embFolder -
startTime -
scheduled -
description -
toUser -
toTeamTemplate -
locale -
Throws:
WTException
WTPropertyVetoException

getAllSendRecordsForUnit

public Enumeration getAllSendRecordsForUnit(WTUnit unit)
                                     throws WTException
Deprecated.  



Supported API: false

Parameters:
unit -
Returns:
Enumeration
Throws:
WTException

getSendRecordsByScheduleStatus

public QueryResult getSendRecordsByScheduleStatus(WTUnit unit,
                                                  String site,
                                                  String status)
                                           throws WTException
Deprecated.  



Supported API: false

Parameters:
unit -
site -
status -
Returns:
QueryResult
Throws:
WTException

getSendRecordsBySenderStatus

public QueryResult getSendRecordsBySenderStatus(WTUnit unit,
                                                String site,
                                                UnitReplicationStatus status)
                                         throws WTException
Deprecated.  



Supported API: false

Parameters:
unit -
site -
status -
Returns:
QueryResult
Throws:
WTException

getAllSendRecordsForSite

public QueryResult getAllSendRecordsForSite(WTUnit unit,
                                            String site)
                                     throws WTException
Deprecated.  



Supported API: false

Parameters:
unit -
site -
Returns:
QueryResult
Throws:
WTException

isSendOperationActive

public boolean isSendOperationActive(WTUnit unit,
                                     String site)
                              throws WTException
Deprecated.  



Supported API: false

Parameters:
unit -
site -
Returns:
boolean
Throws:
WTException