Skip navigation links

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


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

 

Subclasses of RemoteApplicationResponse in oracle.adf.view.rich.remote
 class RemoteApplicationResponseSerializedStreaming
          When a Streaming RemoteApplicationResponse is detected, the framework will return this object.

 

Methods in oracle.adf.view.rich.remote that return RemoteApplicationResponse
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 RemoteApplicationUtils.run(RemoteApplicationRequest req)
          Executes a RemoteApplicationRequest on a remote server and returns a RemoteApplicationResponse.

 

Constructors in oracle.adf.view.rich.remote with parameters of type RemoteApplicationResponse
RemoteApplicationResponseSerializedStreaming(RemoteApplicationResponse resp)
           

 


Skip navigation links

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


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