Uses of Interface
wt.replication.sender.SenderService

Packages that use SenderService
wt.replication.sender   
 

Uses of SenderService in wt.replication.sender
 

Classes in wt.replication.sender that implement SenderService
 class SenderServiceFwd
          Deprecated.  
 class StandardSenderService
          Deprecated.  
 

Fields in wt.replication.sender declared as SenderService
private  SenderService SenderServiceEvent.service
           
static SenderService SenderHelper.service
          

Supported API: false
 

Methods in wt.replication.sender that return SenderService
 SenderService SenderServiceEvent.getService()
          Gets the value of the attribute: service.
 

Methods in wt.replication.sender with parameters of type SenderService
 void SenderServiceEvent.setService(SenderService a_Service)
          Sets the value of the attribute: service.
 

Constructors in wt.replication.sender with parameters of type SenderService
SenderServiceEvent(SenderService service, String eventType, UnitSendRecord rec)
          

Supported API: false