Uses of Class
wt.wrmf.delivery.ActionShippingItem

Packages that use ActionShippingItem
wt.fv.master   
wt.fv.replica
content replication - Content Replication Service

There are six content replication packages. 

wt.replication.receiver   
wt.replication.sender   
wt.wrmf.delivery   
 

Uses of ActionShippingItem in wt.fv.master
 

Methods in wt.fv.master with parameters of type ActionShippingItem
private  void StandardMasterService.onContReplDeliveryFailure(ActionShippingItem item)
           
 

Uses of ActionShippingItem in wt.fv.replica
 

Methods in wt.fv.replica that return ActionShippingItem
static ActionShippingItem StandardReplicaService.acceptReplicateStreamed(Long replSessionID, Long replicatedItemID, Long replicaVaultID, String siteURL, InputStream contentStream)
           
private static ActionShippingItem StandardReplicaService.handleExeptionOnAcceptReplicateStreamed(ActionShippingItem reply, Long replicatedItemID, Long rSessionID, Long folderToRO)
           
static ActionShippingItem StandardReplicaService.cleanUpFilesInFolder(Long folderID, Vector filesToDelete, String siteURL, ActionShippingItem reply)
           
static ActionShippingItem StandardReplicaService.copyFileFromVaultToVault(Long sessionID, Long destItemID, Long destVaultID, Long origFolderID, Long origItemID, String siteURL)
           
static ActionShippingItem ReplicatePerHolderReplica.doReplicateStreamed(Long replicatedItemID, Long replicaVaultID, String siteURL, InputStream contentStream)
           
private static ActionShippingItem ReplicatePerHolderReplica.handleExeptionOnAcceptReplicateStreamed(ActionShippingItem reply, Long replicatedItemID, Long folderToRO)
           
 

Methods in wt.fv.replica with parameters of type ActionShippingItem
private static ActionShippingItem StandardReplicaService.handleExeptionOnAcceptReplicateStreamed(ActionShippingItem reply, Long replicatedItemID, Long rSessionID, Long folderToRO)
           
static ActionShippingItem StandardReplicaService.cleanUpFilesInFolder(Long folderID, Vector filesToDelete, String siteURL, ActionShippingItem reply)
           
private static ActionShippingItem ReplicatePerHolderReplica.handleExeptionOnAcceptReplicateStreamed(ActionShippingItem reply, Long replicatedItemID, Long folderToRO)
           
 

Uses of ActionShippingItem in wt.replication.receiver
 

Methods in wt.replication.receiver that return ActionShippingItem
private static ActionShippingItem StandardReplicationRecvService.returnHttpReceipt(ObjectReference sendRecRef, String localUrl, Throwable e)
          Deprecated.  
 

Uses of ActionShippingItem in wt.replication.sender
 

Methods in wt.replication.sender with parameters of type ActionShippingItem
private  void StandardSenderService.updateUnitSentToSiteLinkStatus(ActionShippingItem asi)
          Deprecated.  
 

Uses of ActionShippingItem in wt.wrmf.delivery
 

Subclasses of ActionShippingItem in wt.wrmf.delivery
 class ActionPullItem
          The "desc" (MethodInvocationDesc) is executed at the local or client side.
 class BiActionPullItem
          The "remoteMID" (MethodInvocationDesc) is executed at the remote or server side.
 class PayloadShippingItem
           Use the newPayloadShippingItem static factory method(s), not the PayloadShippingItem constructor, to construct instances of this class.
 

Methods in wt.wrmf.delivery that return ActionShippingItem
 ActionShippingItem StandardShippingService.createActionShippingItem()
          

Supported API: false
 ActionShippingItem ShippingService.createActionShippingItem()
          

Supported API: false
protected static ActionShippingItem ActionShippingItem.newActionShippingItem()
          

Supported API: false
 

Methods in wt.wrmf.delivery with parameters of type ActionShippingItem
(package private)  InputStream StandardReceiverService.processActionShippingItem(ActionShippingItem asi, InputStream is, AlertItem alert)
           
protected  boolean ActionShippingItem.readVersion(ActionShippingItem thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.