Package org.oddjob.arooa.life
Interface ArooaSessionAware
- All Known Subinterfaces:
JobAdaptor
- All Known Implementing Classes:
AndState,AntJob,ArchiveBrowserJob,ArchiveJob,ArooaDesigner,BaseComponent,BasePrimary,BaseWrapper,BasicBusService,BeanCopy,BeanDiagnostics,BeanDiagnosticsJob,BeanReportJob,BeanSheet,BuildOddball,CascadeJob,CascadeJobDeprecated,CheckJob,ChooseFile,ClassType,ClientBase,ComparisonType,ConfigureBeanJob,ConfirmationJob,ConsumerWrapper,ConvertType,DependsJob,DirectInvocationBean,DumpRegistryJob,EqualsState,EventJobBase,EventServiceBase,EventWatchComponent,ExecBase,ExecJob,FlagState,ForEachJob,ForEachJob.LocalBean,ForEvents,ForEvents.LocalBean,GrabJob,HierarchicalArrayFactoryBean,IdentifiableValueType,IfJob,ImportType,InputJob,InvokeJob,InvokeType,JavaJob,JettyNotifierEndpointHandler,JMXClientJob,JMXServerJob,JMXServiceJob,JobWrapper,JoinJob,ListSource,MagicBeanType,MirrorState,MultiExplorerLauncher,Oddjob,OddjobExplorer,OddjobPanel,OddjobRestHandler,OddJobWebUiServer,OrState,ParallelJob,ParameterisedExecutor,PropertiesJob,PropertiesJobBase,RepeatJob,ResetJob,Resets,ResolveJob,ResolverSessionType,ResourceType,Retry,RMIRegistryJob,RunJob,ScheduleBase,ScriptJob,ScriptParser,SequentialJob,SerializableJob,ServicesJob,ServiceWrapper,SetJob,SimpleJob,SimpleService,SimultaneousStructural,SplitDestinations,SQLJob,SQLResultsSheet,SshSequenceJob,StartJob,StateExpressionJob,StateExpressionType,StateReflector,StopJob,StreamWatcher,StructuralJob,SwitchJob,TaskExecutionService,TaskRequest,TeeType,Timer,TimerBase,Trigger,Trigger,VanillaInterfaceHandler,VariablesJob,WaitJob,WebClientJob,WebServerHandler,WebServerHandlerJmx,When
public interface ArooaSessionAware
Something that can accept an
ArooaSession.- Author:
- rob
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetArooaSession(ArooaSession session) Accept the current Arooa Session.
-
Method Details
-
setArooaSession
Accept the current Arooa Session.- Parameters:
session- The Arooa Session. Never null.
-