|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.2) E10684-10 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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) Returns an empty "OK" response with a given RemoteApplicationInstance |
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(RemoteApplicationResponse resp, java.lang.Throwable cause) This returns a RemoteApplicationError response given another response and the Error. |
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.getTaskErrorResponse(RemoteApplicationInstance instance, java.lang.String task, java.lang.String message, java.lang.Throwable t) Returns a task error response from the producer. |
static RemoteApplicationResponse |
RemoteApplicationResponseGenerator.getTaskErrorResponse(RemoteApplicationInstance instance, java.lang.String task, java.lang.Throwable t) |
static RemoteApplicationResponse |
RemoteApplicationResponseGenerator.getVersionMismatchResponse(java.lang.String version) Returns a new VersionMismatchResponse which signigies that the consumer and the producer do not have the same 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. |
static RemoteApplicationResponse |
RemoteApplicationResponseGenerator.getErrorResponse(RemoteApplicationResponse resp, java.lang.Throwable cause) This returns a RemoteApplicationError response given another response and the Error. |
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.2) E10684-10 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |