Uses of Interface
wt.replication.receiver.ReplicationRecvService

Packages that use ReplicationRecvService
wt.replication.receiver   
 

Uses of ReplicationRecvService in wt.replication.receiver
 

Classes in wt.replication.receiver that implement ReplicationRecvService
 class ReplicationRecvServiceFwd
          

Supported API: false

Extendable: false
 class StandardReplicationRecvService
          Deprecated.  
 

Fields in wt.replication.receiver declared as ReplicationRecvService
static ReplicationRecvService ReplicationRecvHelper.service
          

Supported API: false
private  ReplicationRecvService ReceiverServiceEvent.service
           
 

Methods in wt.replication.receiver that return ReplicationRecvService
 ReplicationRecvService ReceiverServiceEvent.getService()
          Gets the value of the attribute: service.
 

Methods in wt.replication.receiver with parameters of type ReplicationRecvService
 void ReceiverServiceEvent.setService(ReplicationRecvService a_Service)
          Sets the value of the attribute: service.
 

Constructors in wt.replication.receiver with parameters of type ReplicationRecvService
ReceiverServiceEvent(ReplicationRecvService service, String eventType, WTUnit unit)
          

Supported API: false