Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.remote.task
Class InvalidateSessionTaskHandler

java.lang.Object
  extended by oracle.adf.view.rich.remote.TaskHandler
      extended by oracle.adf.view.rich.remote.task.InvalidateSessionTaskHandler


public class InvalidateSessionTaskHandler
extends TaskHandler

This task services an INVOKE type request and will invalidate a session. If the RemoteApplicationRequest contains a RemoteApplicationInstance, only the subsession will be invalidated. If it does not, the base session will be invalidated.


Nested Class Summary
static class InvalidateSessionTaskHandler.Status
           

 

Constructor Summary
InvalidateSessionTaskHandler()
           

 

Method Summary
 java.io.Serializable invoke(javax.faces.context.ExternalContext ec, java.io.Serializable[] params)
          Run durring an invoke request.

 

Methods inherited from class oracle.adf.view.rich.remote.TaskHandler
beginExecute, endExecute, validateExecution

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

InvalidateSessionTaskHandler

public InvalidateSessionTaskHandler()

Method Detail

invoke

public java.io.Serializable invoke(javax.faces.context.ExternalContext ec,
                                   java.io.Serializable[] params)
Description copied from class: TaskHandler
Run durring an invoke request.
Overrides:
invoke in class TaskHandler
Returns:

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.