weka.experiment
Class RemoteEngine_Skel

java.lang.Object
  |
  +--weka.experiment.RemoteEngine_Skel
All Implemented Interfaces:
Skeleton

public final synchronized class RemoteEngine_Skel
extends Object
implements Skeleton


Constructor Summary
RemoteEngine_Skel()
           
 
Method Summary
 void dispatch(Remote, RemoteCall, int, long)
           
 Operation[] getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEngine_Skel

public RemoteEngine_Skel()
Method Detail

getOperations

public Operation[] getOperations()
Specified by:
getOperations in interface Skeleton

dispatch

public void dispatch(Remote,
                     RemoteCall,
                     int,
                     long)
              throws Exception
Specified by:
dispatch in interface Skeleton
Exception