wt.replication.imp
Class ImportServiceFwd

java.lang.Object
  extended bywt.replication.imp.ImportServiceFwd
All Implemented Interfaces:
ImportService, RemoteAccess, Serializable

public class ImportServiceFwd
extends Object
implements RemoteAccess, ImportService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
          Deprecated.  
private static String FC_RESOURCE
          Deprecated.  
(package private) static boolean SERVER
          Deprecated.  
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
ImportServiceFwd()
          Deprecated.  
 
Method Summary
private static Manager getManager()
          Deprecated.  
 void scheduleImportOperation(WTUnit wtUnit, Timestamp tStamp, String sDescription, byte[] rules, Locale locale)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER
Deprecated. 

FC_RESOURCE

private static final String FC_RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

ImportServiceFwd

public ImportServiceFwd()
Deprecated. 
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Deprecated. 
Returns:
Manager
Throws:
WTException

scheduleImportOperation

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



Supported API: false

Specified by:
scheduleImportOperation in interface ImportService
Parameters:
wtUnit -
tStamp -
sDescription -
rules -
locale -
Throws:
WTException
PropertyVetoException
FileNotFoundException
IOException