com.nitidus.wt.fastload
Class FastLoadServiceFwd

java.lang.Object
  extended bycom.nitidus.wt.fastload.FastLoadServiceFwd
All Implemented Interfaces:
FastLoadService, RemoteAccess, Serializable

public class FastLoadServiceFwd
extends Object
implements RemoteAccess, FastLoadService, Serializable

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
FastLoadServiceFwd()
           
 
Method Summary
private static Manager getManager()
           
 void startJavaSpacesWorkers()
           
 cLoadThreadResult startLoadThread(cCPThreadEntry task)
           
 
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

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

FastLoadServiceFwd

public FastLoadServiceFwd()
Method Detail

getManager

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

startJavaSpacesWorkers

public void startJavaSpacesWorkers()
                            throws WTException
Specified by:
startJavaSpacesWorkers in interface FastLoadService
Throws:
WTException

startLoadThread

public cLoadThreadResult startLoadThread(cCPThreadEntry task)
                                  throws WTException
Specified by:
startLoadThread in interface FastLoadService
Parameters:
task -
Returns:
cLoadThreadResult
Throws:
WTException