|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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) Constructs a new "INVOKE" RemoteApplicationRequest that will be used to run invoke type tasks on a producer. |
|
RemoteApplicationRequest(RemoteApplication app, RemoteApplicationRequest.Operation operation, java.lang.String resource) Constructs a new RemoteApplicationRequest for a given Operation that will be used to make a connection to the producer. |
|
RemoteApplicationRequest(RemoteApplication app, java.lang.String resource) Constructs a new "EXECUTE" RemoteApplicationRequest that will be used to run a resource on the producer. |
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |