Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.1)
E10684-09


Uses of Class
oracle.adf.view.rich.remote.RemoteApplicationResponse

Packages that use RemoteApplicationResponse
oracle.adf.view.rich.model   
oracle.adf.view.rich.remote A package for making a connection to a remote application server to retrieve data. 

 

Uses of RemoteApplicationResponse in oracle.adf.view.rich.model

 

Methods in oracle.adf.view.rich.model with parameters of type RemoteApplicationResponse
 void RemoteRegionListener.afterRequest(RemoteApplicationResponse resp, java.util.Map<java.lang.String,java.lang.Object> stateMap)
          Executed after a response has been recieved from the remote server.
abstract  void RemoteRegionModel.afterRequest(RemoteApplicationResponse resp, java.util.Map<java.lang.String,java.lang.Object> stateMap)
          Executed after the request to the remote region.

 

Uses of RemoteApplicationResponse in oracle.adf.view.rich.remote

 

Methods in oracle.adf.view.rich.remote that return RemoteApplicationResponse
static RemoteApplicationResponse RemoteApplicationResponseGenerator.getEmptyResponse(RemoteApplicationInstance app)
           
static RemoteApplicationResponse RemoteApplicationResponseGenerator.getErrorResponse(ErrorResult.Source source, RemoteApplicationInstance instance, java.lang.String message, java.lang.Throwable cause)
          Returns a RemoteApplicationResponse of RemoteApplicationResponse.Status.ERROR and RemoteApplicationResponse.Type.OBJECT.
static RemoteApplicationResponse RemoteApplicationResponseGenerator.getErrorResponse(RemoteApplicationInstance instance, java.lang.String message, java.lang.Throwable cause)
          Returns a RemoteApplicationResponse of RemoteApplicationResponse.Status.ERROR and RemoteApplicationResponse.Type.OBJECT.
static RemoteApplicationResponse RemoteApplicationResponseGenerator.getErrorResponse(RemoteApplicationInstance instance, java.lang.Throwable cause)
          Returns a RemoteApplicationResponse of RemoteApplicationResponse.Status.ERROR and RemoteApplicationResponse.Type.OBJECT.
static RemoteApplicationResponse RemoteApplicationResponseGenerator.getErrorResponse(java.lang.String message, java.lang.Throwable cause)
          Returns a RemoteApplicationResponse of RemoteApplicationResponse.Status.ERROR and RemoteApplicationResponse.Type.OBJECT.
static RemoteApplicationResponse RemoteApplicationResponseGenerator.getErrorResponse(java.lang.Throwable cause)
          Returns a RemoteApplicationResponse of RemoteApplicationResponse.Status.ERROR and RemoteApplicationResponse.Type.OBJECT.
static RemoteApplicationResponse RemoteApplicationResponseGenerator.getVersionMismatchResponse(java.lang.String version)
           
static RemoteApplicationResponse RemoteApplicationUtils.run(RemoteApplicationRequest req)
          Executes a RemoteApplicationRequest on a remote server and returns a RemoteApplicationResponse.

 

Methods in oracle.adf.view.rich.remote with parameters of type RemoteApplicationResponse
static void RemoteApplicationUtils.applyRawResponse(javax.faces.context.FacesContext fc, RemoteApplicationResponse response)
          Copies a raw RemoteApplicationResponse to the current response on the external context.

 


Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.1)
E10684-09


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.