Uses of Interface
wt.replication.imp.ImportService

Packages that use ImportService
wt.replication.imp   
 

Uses of ImportService in wt.replication.imp
 

Classes in wt.replication.imp that implement ImportService
 class ImportServiceFwd
          Deprecated.  
 class StandardImportService
          Deprecated.  
 

Fields in wt.replication.imp declared as ImportService
private  ImportService ImportServiceEvent.service
           
static ImportService ImportHelper.service
          

Supported API: false
 

Methods in wt.replication.imp that return ImportService
 ImportService ImportServiceEvent.getService()
          Gets the value of the attribute: service.
 

Methods in wt.replication.imp with parameters of type ImportService
 void ImportServiceEvent.setService(ImportService a_Service)
          Sets the value of the attribute: service.
 

Constructors in wt.replication.imp with parameters of type ImportService
ImportServiceEvent(ImportService service, String eventType, WTUnit unit)
          

Supported API: false