Uses of Interface
context.arch.handler.AsyncServiceHandler

Packages that use AsyncServiceHandler
context.arch   
context.arch.comm   
context.arch.handler   
context.arch.service   
 

Uses of AsyncServiceHandler in context.arch
 

Methods in context.arch with parameters of type AsyncServiceHandler
 DataObject BaseObject.executeAsynchronousWidgetService(AsyncServiceHandler handler, java.lang.String serviceHost, int servicePort, java.lang.String serviceId, java.lang.String service, java.lang.String function, Attributes input, java.lang.String requestTag)
          This method requests that a widget execute an asynchronous service
 

Uses of AsyncServiceHandler in context.arch.comm
 

Methods in context.arch.comm with parameters of type AsyncServiceHandler
 DataObject CommunicationsHandler.executeAsynchronousWidgetService(AsyncServiceHandler handler, java.lang.String serviceHost, int servicePort, java.lang.String serviceId, java.lang.String service, java.lang.String function, Attributes input, java.lang.String requestTag)
          This method requests that a widget execute an asynchronous service
 

Uses of AsyncServiceHandler in context.arch.handler
 

Methods in context.arch.handler that return AsyncServiceHandler
 AsyncServiceHandler AsyncServiceHandlers.getHandler(java.lang.String key)
          Returns a handler that matches the given key
 AsyncServiceHandler AsyncServiceHandlerInfo.getHandler()
          Returns the handler
 

Methods in context.arch.handler with parameters of type AsyncServiceHandler
 void AsyncServiceHandlerInfo.setHandler(AsyncServiceHandler handler)
          Sets the handler
 

Constructors in context.arch.handler with parameters of type AsyncServiceHandler
AsyncServiceHandlerInfo(AsyncServiceHandler handler, java.lang.String localId, java.lang.String serviceId, java.lang.String serviceName, java.lang.String functionName, java.lang.String requestTag)
          Full constructor taking all input parameters
 

Uses of AsyncServiceHandler in context.arch.service
 

Classes in context.arch.service that implement AsyncServiceHandler
 class InheritedService
          This class implements a generic inherited service.