Lines Matching refs:request

112     // The current retry request status.  True if this request is being
117 // incremented every time a request is retried, and decremented every
118 // time a request is complete. When this reaches zero, the info object
125 private org.omg.CORBA.Request request;
127 // Sources of client request information
173 request = null;
319 * The profile that will be used to send the request. If a location
391 * selected for this request. IF there is more than one component for a
403 * selected for this request.
460 * Allows interceptors to add service contexts to the request.
490 * request info object.
501 * GIOP request id. This works because both interceptors and
502 * request ids are scoped by the ORB on the client side.
523 if( request == null ) {
527 // If it is DII request then get the arguments from the DII req
529 cachedArguments = nvListToParameterArray( request.arguments() );
547 if( request == null ) {
551 // Get the list of exceptions from DII request data, If there are
553 ExceptionList excList = request.exceptions( );
582 if( request == null ) {
586 // Get the list of contexts from DII request data, If there are
588 ContextList ctxList = request.contexts( );
616 if( request == null ) {
620 // Get the list of contexts from DII request data, If there are
622 Context ctx = request.ctx( );
671 if( request == null ) {
674 // Get the result from the DII request data.
675 NamedValue nvResult = request.result( );
713 // forward request then the next interceptor in the
737 // Once here and once inside the request dispatcher.
823 this.messageMediator.setDIIInfo(request);
827 * Set or reset the retry request flag.
834 * Retrieve the current retry request status.
884 * Sets DII request object in the RequestInfoObject.
887 request = req;
891 * Keeps track of whether initiate was called for a DII request. The ORB