wt.replication.sender
Class SenderServiceFwd

java.lang.Object
  extended bywt.replication.sender.SenderServiceFwd
All Implemented Interfaces:
RemoteAccess, SenderService, Serializable

public class SenderServiceFwd
extends Object
implements RemoteAccess, SenderService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
          Deprecated.  
private static String FC_RESOURCE
          Deprecated.  
(package private) static boolean SERVER
          Deprecated.  
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
SenderServiceFwd()
          Deprecated.  
 
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.  
private static Manager getManager()
          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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER
Deprecated. 

FC_RESOURCE

private static final String FC_RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

SenderServiceFwd

public SenderServiceFwd()
Deprecated. 
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Deprecated. 
Returns:
Manager
Throws:
WTException

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

Specified by:
addContentToUnit in interface SenderService
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

Specified by:
uploadUnitInitialize in interface SenderService
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

Specified by:
addContentToUnit in interface SenderService
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

Specified by:
testManifest in interface SenderService
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

Specified by:
addContentToUnit in interface SenderService
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

Specified by:
getRemoteTeamTemplates in interface SenderService
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

Specified by:
scheduleSendOperation in interface SenderService
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

Specified by:
getAllSendRecordsForUnit in interface SenderService
Parameters:
unit -
Returns:
Enumeration
Throws:
WTException

getSendRecordsByScheduleStatus

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



Supported API: false

Specified by:
getSendRecordsByScheduleStatus in interface SenderService
Parameters:
unit -
site -
status -
Returns:
QueryResult
Throws:
WTException

getSendRecordsBySenderStatus

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



Supported API: false

Specified by:
getSendRecordsBySenderStatus in interface SenderService
Parameters:
unit -
site -
status -
Returns:
QueryResult
Throws:
WTException

getAllSendRecordsForSite

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



Supported API: false

Specified by:
getAllSendRecordsForSite in interface SenderService
Parameters:
unit -
site -
Returns:
QueryResult
Throws:
WTException

isSendOperationActive

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



Supported API: false

Specified by:
isSendOperationActive in interface SenderService
Parameters:
unit -
site -
Returns:
boolean
Throws:
WTException