|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodException | |
context.arch | |
context.arch.comm | |
context.arch.comm.language | |
context.arch.enactor | |
context.arch.handler | |
context.arch.server | |
context.arch.service |
Uses of MethodException in context.arch |
Methods in context.arch that throw MethodException | |
DataObject |
BaseObject.runUserMethod(DataObject data)
This is an empty method that should be overridden by the object that extends this class. |
DataObject |
BaseObject.runMethod(java.lang.String methodType,
DataObject data)
This method handles both the system-defined, callbacks and user-defined RPCs. |
Uses of MethodException in context.arch.comm |
Methods in context.arch.comm that throw MethodException | |
DataObject |
CommunicationsObject.runMethod(java.lang.String line,
DataObject data)
This stub method runs the specified request using the MessageHandler |
Uses of MethodException in context.arch.comm.language |
Methods in context.arch.comm.language that throw MethodException | |
DataObject |
MessageHandler.runMethod(java.lang.String methodType,
DataObject data)
This method handles both the system-defined, callbacks and user-defined RPCs. |
Uses of MethodException in context.arch.enactor |
Methods in context.arch.enactor that throw MethodException | |
DataObject |
EnactorSubscriptionManager.handle(java.lang.String subscriptionId,
DataObject data)
|
Uses of MethodException in context.arch.handler |
Methods in context.arch.handler that throw MethodException | |
DataObject |
Handler.handle(java.lang.String subscriptionId,
DataObject data)
This abstract method is used to generically handle any callbacks that a widget may support. |
DataObject |
AsyncServiceHandler.asynchronousServiceHandle(java.lang.String requestTag,
DataObject data)
This abstract method is used to generically handle the results from any asynchronous service that a widget may support. |
Uses of MethodException in context.arch.server |
Methods in context.arch.server that throw MethodException | |
DataObject |
Server.handle(java.lang.String callback,
DataObject data)
This method implements the handle method in the Handler interface. |
Uses of MethodException in context.arch.service |
Methods in context.arch.service that throw MethodException | |
DataObject |
InheritedService.asynchronousServiceHandle(java.lang.String requestTag,
DataObject data)
This method is called when this inherited asynchronous service returns the result. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |