org.oddjob.jobs.structural
Class ForEachJob.LocalBean

java.lang.Object
  extended by org.oddjob.jobs.structural.ForEachJob.LocalBean
All Implemented Interfaces:
ArooaSessionAware
Enclosing class:
ForEachJob

public class ForEachJob.LocalBean
extends Object
implements ArooaSessionAware

This provides a bean for current properties.


Method Summary
 Object getCurrent()
           
 int getIndex()
           
 void setArooaSession(ArooaSession session)
           
 void setJob(Runnable child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setArooaSession

public void setArooaSession(ArooaSession session)
Specified by:
setArooaSession in interface ArooaSessionAware

getCurrent

public Object getCurrent()

getIndex

public int getIndex()

setJob

public void setJob(Runnable child)