edu.cmu.aura.service
Class QueryClientSkel

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

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


Constructor Summary
QueryClientSkel(QueryClient queryClient, 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

QueryClientSkel

public QueryClientSkel(QueryClient queryClient,
                       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