|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.cmu.aura.service.QueryClientSkel
Provides service clients the ability to receive incoming posted query results and trigger results from the service. Clients should generally extend SimpleClient rather than using this class directly.
| Constructor Summary | |
QueryClientSkel(QueryClient queryClient,
edu.cmu.aura.service.rpc.SkelServer skelServer)
Construct a QueryClientSkel for a given client using a specified SkelServer. |
|
| Method Summary | |
java.lang.Object |
callMethod(java.lang.String methodName,
java.util.ArrayList parameters)
Called by skelServer to dispatch incoming calls. |
edu.cmu.aura.service.rpc.RemoteReference |
getReference()
Returns a reference to this skel that may be used to send query results. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueryClientSkel(QueryClient queryClient,
edu.cmu.aura.service.rpc.SkelServer skelServer)
queryClient - the client to send incoming calls toskelServer - the SkelServer that will accept incoming calls| Method Detail |
public java.lang.Object callMethod(java.lang.String methodName,
java.util.ArrayList parameters)
throws java.lang.Exception
callMethod in interface edu.cmu.aura.service.rpc.SkelmethodName - method name of incoming callparameters - parameters to call
java.lang.Exceptionpublic edu.cmu.aura.service.rpc.RemoteReference getReference()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||