Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.common
Class ApplSessionRemoteListener

java.lang.Object
  extended by oracle.apps.fnd.applcore.common.ApplSessionRemoteListener
All Implemented Interfaces:
oracle.adf.view.rich.model.RemoteRegionListener

public class ApplSessionRemoteListener
extends java.lang.Object
implements oracle.adf.view.rich.model.RemoteRegionListener

This class implements client portion of the remote task flow infrastructure for Applcore, by implementing the ADF RemoteRegionListener interface.


Constructor Summary
ApplSessionRemoteListener()
           
 
Method Summary
 void afterRequest(oracle.adf.view.rich.remote.RemoteApplicationResponse remoteApplicationResponse, java.util.Map<java.lang.String,java.lang.Object> map)
          Invoked after the remote task flow call to the server has completed and returned back to the client.
 void beforeRequest(oracle.adf.view.rich.remote.RemoteApplicationRequest remoteApplicationRequest, java.util.Map<java.lang.String,java.lang.Object> map)
          This is executed on the client side before the remote task flow request is processed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplSessionRemoteListener

public ApplSessionRemoteListener()
Method Detail

beforeRequest

public void beforeRequest(oracle.adf.view.rich.remote.RemoteApplicationRequest remoteApplicationRequest,
                          java.util.Map<java.lang.String,java.lang.Object> map)
This is executed on the client side before the remote task flow request is processed. It allows us to add serializable objects onto the request which the remote task flow infrastructure will take care of passing down to the server for us.

Specified by:
beforeRequest in interface oracle.adf.view.rich.model.RemoteRegionListener
Parameters:
remoteApplicationRequest - the ADF request object
map - used to store data that gets passed to the afterRequest method

afterRequest

public void afterRequest(oracle.adf.view.rich.remote.RemoteApplicationResponse remoteApplicationResponse,
                         java.util.Map<java.lang.String,java.lang.Object> map)
Invoked after the remote task flow call to the server has completed and returned back to the client.

Specified by:
afterRequest in interface oracle.adf.view.rich.model.RemoteRegionListener
Parameters:
remoteApplicationRequest - the ADF request object
map - contains any data placed on here in the beforeRequest method

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.