wt.replication.imp
Interface ImportService

All Known Implementing Classes:
ImportServiceFwd, StandardImportService

public interface ImportService



Supported API: false

Extendable: false


Method Summary
 void scheduleImportOperation(WTUnit wtUnit, Timestamp tStamp, String sDescription, byte[] rules, Locale locale)
          Deprecated.  
 

Method Detail

scheduleImportOperation

public void scheduleImportOperation(WTUnit wtUnit,
                                    Timestamp tStamp,
                                    String sDescription,
                                    byte[] rules,
                                    Locale locale)
                             throws WTException,
                                    PropertyVetoException,
                                    FileNotFoundException,
                                    IOException
Deprecated.  



Supported API: false

Parameters:
wtUnit -
tStamp -
sDescription -
rules -
locale -
Throws:
WTException
PropertyVetoException
FileNotFoundException
IOException