Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.favRecentItems.ui.bean
Class RISessionListner

java.lang.Object
  extended by oracle.apps.fnd.applcore.favRecentItems.ui.bean.RISessionListner
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

public class RISessionListner
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RISessionListner(java.util.List<TaskFlowObject> recentItemsList, java.lang.String userId, java.lang.Boolean failoverFlag)
           
 
Method Summary
 java.lang.Boolean getFailoverFlag()
           
 java.util.List<TaskFlowObject> getRecentItemsList()
           
 java.lang.String getUserId()
           
 void setFailoverFlag(java.lang.Boolean failoverFlag)
           
 void setRecentItemsList(java.util.List<TaskFlowObject> recentItemsList)
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RISessionListner

public RISessionListner(java.util.List<TaskFlowObject> recentItemsList,
                        java.lang.String userId,
                        java.lang.Boolean failoverFlag)
Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener

getRecentItemsList

public java.util.List<TaskFlowObject> getRecentItemsList()

getUserId

public java.lang.String getUserId()

setRecentItemsList

public void setRecentItemsList(java.util.List<TaskFlowObject> recentItemsList)

setFailoverFlag

public void setFailoverFlag(java.lang.Boolean failoverFlag)

getFailoverFlag

public java.lang.Boolean getFailoverFlag()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.