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.RemoteApplicationInstance

Packages that use RemoteApplicationInstance
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 RemoteApplicationInstance in oracle.adf.view.rich.model

 

Methods in oracle.adf.view.rich.model that return RemoteApplicationInstance
 RemoteApplicationInstance RemoteRegionModel.getRemoteApplicationInstance()
          Returns the current RemoteApplicationInstance.

 

Methods in oracle.adf.view.rich.model with parameters of type RemoteApplicationInstance
 void RemoteRegionModel.setRemoteApplicationInstance(RemoteApplicationInstance instance)
          Sets the current RemoteApplicationInstance.

 

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

 

Methods in oracle.adf.view.rich.remote that return RemoteApplicationInstance
abstract  RemoteApplicationInstance RemoteApplicationResponse.getRemoteApplicationInstance()
          Returns the current RemoteAdfApplicationInstance.

 

Methods in oracle.adf.view.rich.remote with parameters of type 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.

 


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.