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.
|
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 |
DataSinkSkel
public DataSinkSkel(DataSink dataSink,
edu.cmu.aura.service.rpc.SkelServer skelServer)
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