Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1)

E10652-04

oracle.adf.controller.v2.lifecycle
Class Lifecycle.Phase

java.lang.Object
  extended by oracle.adf.controller.v2.lifecycle.Lifecycle.Phase
Enclosing class:
Lifecycle

protected abstract static class Lifecycle.Phase
extends java.lang.Object

Typesafe enumeration of all existing phases of the Lifecycle.

See Phases for a complete description of each of the phase.


Constructor Summary
protected Lifecycle.Phase(java.lang.String name)
           
 
Method Summary
abstract  void execute(LifecycleContext context)
           
 java.lang.String getName()
           
 int id()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lifecycle.Phase

protected Lifecycle.Phase(java.lang.String name)
Method Detail

execute

public abstract void execute(LifecycleContext context)

getName

public java.lang.String getName()

id

public int id()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1)

E10652-04

Copyright © 1997, 2010, Oracle. All rights reserved.