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

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

 

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

 

Subclasses of RemoteApplication in oracle.adf.view.rich.remote
 class RemoteApplicationInstance
          While the RemoteApplication references a webapp url that hosts an application, the RemoteApplicationInstance hosts a specific instance to the remote region.

 

Methods in oracle.adf.view.rich.remote that return RemoteApplication
 RemoteApplication RemoteApplicationRequest.getRemoteApplication()
          Returns the RemoteApplication or the RemoteApplicationInstance used to create this class.
static RemoteApplication RemoteApplication.getRemoteApplication(java.net.URI uri)
          Returns a RemoteApplicationObject for the provided URI.
 RemoteApplication RemoteApplicationContext.getRequestedRemoteApplication()
          Returns the RemoteApplication object used to make the request.

 

Methods in oracle.adf.view.rich.remote with parameters of type RemoteApplication
static void RemoteApplicationUtils.invalidate(RemoteApplication app)
          Invalidate the remote application in the framework by expiring the session.

 

Constructors in oracle.adf.view.rich.remote with parameters of type RemoteApplication
RemoteApplicationRequest(RemoteApplication app)
           
RemoteApplicationRequest(RemoteApplication app, RemoteApplicationRequest.Operation operation)
          Constructs a new RemoteApplicationRequest for a particular RemoteApplication.
RemoteApplicationRequest(RemoteApplication app, RemoteApplicationRequest.Operation operation, java.lang.String resource)
          Constructs a new RemoteApplicationRequest with for a particular resource.
RemoteApplicationRequest(RemoteApplication app, java.lang.String resource)
          Constructs a new Execute RemoteApplicationRequest for a particular RemoteApplication.

 


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.