Package org.oddjob.jobs.structural
Class ForEachJob.LocalBean
java.lang.Object
org.oddjob.jobs.structural.ForEachJob.LocalBean
- All Implemented Interfaces:
ArooaSessionAware,BeanDirectoryOwner
- Enclosing class:
ForEachJob
This provides a bean for current properties.
-
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Get theBeanDirectory.voidsetArooaSession(ArooaSession session) Accept the current Arooa Session.void
-
Method Details
-
setArooaSession
Description copied from interface:ArooaSessionAwareAccept the current Arooa Session.- Specified by:
setArooaSessionin interfaceArooaSessionAware- Parameters:
session- The Arooa Session. Never null.
-
getCurrent
-
getIndex
public int getIndex() -
setJob
-
provideBeanDirectory
Description copied from interface:BeanDirectoryOwnerGet theBeanDirectory. This method may return null if the BeanDirectory isn't available.- Specified by:
provideBeanDirectoryin interfaceBeanDirectoryOwner- Returns:
- The
BeanDirectoryor null.
-