edu.cmu.aura.service.db
Class DataSinkSkel

java.lang.Object
  |
  +--edu.cmu.aura.service.db.DataSinkSkel
All Implemented Interfaces:
edu.cmu.aura.service.rpc.Skel

public class DataSinkSkel
extends java.lang.Object
implements edu.cmu.aura.service.rpc.Skel

This class is used by the Database to receive incoming calls.


Constructor Summary
DataSinkSkel(DataSink dataSink, edu.cmu.aura.service.rpc.SkelServer skelServer)
           
 
Method Summary
 java.lang.Object callMethod(java.lang.String methodName, java.util.ArrayList parameters)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSinkSkel

public DataSinkSkel(DataSink dataSink,
                    edu.cmu.aura.service.rpc.SkelServer skelServer)
Method Detail

callMethod

public java.lang.Object callMethod(java.lang.String methodName,
                                   java.util.ArrayList parameters)
                            throws java.lang.Exception
Specified by:
callMethod in interface edu.cmu.aura.service.rpc.Skel
java.lang.Exception