Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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

java.lang.Object
  extended byoracle.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.


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

 

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()

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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