Uses of Class
cern.cmw.rda.client.Request

Packages that use Request
cern.cmw.rda.client Provides classes and interfaces which client applications need in order to communicate with accelerator devices. 
cern.cmw.rda.examples   
 

Uses of Request in cern.cmw.rda.client
 

Subclasses of Request in cern.cmw.rda.client
 class GetRequest
          Represents a request to execute a get operation on a device.
 class SetRequest
          Represents a request to execute a set operation on a device.
 class SubscriptionRequest
          Represents a data subscription request.
 

Methods in cern.cmw.rda.client with parameters of type Request
 void ReplyAdapter.handleError(Request request, CmwException exception)
          This method is called by default implementations of the handleException methods.
 void ReplyHandler.handleException(Request request, BadParameter exception)
          Invoked on receipt of a reply containing the specified exception.
 void ReplyAdapter.handleException(Request request, BadParameter exception)
          Invoked on receipt of a reply containing the specified exception.
 void ReplyHandler.handleException(Request request, InternalException exception)
          Invoked on receipt of a reply containing the specified exception.
 void ReplyAdapter.handleException(Request request, InternalException exception)
          Invoked on receipt of a reply containing the specified exception.
 void Subscription.handleException(Request request, IOError exception)
           
 void ReplyHandler.handleException(Request request, IOError exception)
          Invoked on receipt of a reply containing the specified exception.
 void ReplyAdapter.handleException(Request request, IOError exception)
          Invoked on receipt of a reply containing the specified exception.
 void ReplyHandler.handleException(Request request, LostUpdates exception)
          Invoked on reception of a reply containing information about lost updates.
 void ReplyAdapter.handleException(Request request, LostUpdates exception)
          Invoked on reception of a reply containing information about lost updates.
 void ReplyHandler.handleException(Request request, NoConnection exception)
          Invoked if the connection to the device server has been lost while waiting for the reply.
 void ReplyAdapter.handleException(Request request, NoConnection exception)
          Invoked if the connection to the device server has been lost while waiting for the reply.
 void ReplyHandler.handleException(Request request, NoPermission exception)
          Invoked on reception of a reply containing the RBAC exception.
 void ReplyAdapter.handleException(Request request, NoPermission exception)
          Invoked on reception of a reply containing the RBAC-related exception.
 void ReplyHandler.handleException(Request request, TimeOut exception)
          Invoked if no reply to the request has been received within a certain time limit.
 void ReplyAdapter.handleException(Request request, TimeOut exception)
          Invoked if no reply to the request has been received within a certain time limit.
 void Subscription.handleReply(Request request, Data val)
           
 void ReplyHandler.handleReply(Request request, Data value)
          Invoked when a property value is delivered as a result of a successful get or monitorOn call.
 void ReplyAdapter.handleReply(Request request, Data value)
          Invoked when a property value is delivered as a result of a successful get or monitorOn call.
 

Uses of Request in cern.cmw.rda.examples
 

Methods in cern.cmw.rda.examples with parameters of type Request
 void SimpleReplyHandler.handleError(Request request, CmwException exception)
           
 void SimpleReplyHandler.handleReply(Request request, Data value)
           
 



Copyright © 2007 CERN. All Rights Reserved.