A B C D E F G H I L M N O P R S T U V W

A

addData(Data) - Method in interface org.cishell.app.service.datamanager.DataManagerService
Adds a Data object to the manager
addDataManagerListener(DataManagerListener) - Method in interface org.cishell.app.service.datamanager.DataManagerService
Adds a DataManagerListener that will be notified as Data objects are added, removed, and selected
ADDITIONS_GROUP - Static variable in interface org.cishell.framework.algorithm.AlgorithmProperty
 
addSchedulerListener(SchedulerListener) - Method in interface org.cishell.app.service.scheduler.SchedulerService
Adds a listener to be notified of events happening in the scheduler
Algorithm - Interface in org.cishell.framework.algorithm
A class which executes some arbitrary code and optionally returns any data produced.
ALGORITHM_TYPE - Static variable in interface org.cishell.framework.algorithm.AlgorithmProperty
 
algorithmError(Algorithm, Throwable) - Method in class org.cishell.app.service.scheduler.SchedulerAdapter
 
algorithmError(Algorithm, Throwable) - Method in interface org.cishell.app.service.scheduler.SchedulerListener
Notification that an Algorithm had an error while being executed
AlgorithmExecutionException - Exception in org.cishell.framework.algorithm
An exception which is thrown when an error occurs in the process of executing an Algorithm
AlgorithmExecutionException(Exception) - Constructor for exception org.cishell.framework.algorithm.AlgorithmExecutionException
 
AlgorithmExecutionException(String) - Constructor for exception org.cishell.framework.algorithm.AlgorithmExecutionException
 
AlgorithmFactory - Interface in org.cishell.framework.algorithm
A service interface for creating Algorithms to be executed.
algorithmFinished(Algorithm, Data[]) - Method in class org.cishell.app.service.scheduler.SchedulerAdapter
 
algorithmFinished(Algorithm, Data[]) - Method in interface org.cishell.app.service.scheduler.SchedulerListener
Notification that an Algorithm has finished executing
AlgorithmProperty - Interface in org.cishell.framework.algorithm
A standard set of properties and values used for creating a service metadata Dictionary that is provided when registering an AlgorithmFactory with the OSGi service registry.
algorithmRescheduled(Algorithm, Calendar) - Method in class org.cishell.app.service.scheduler.SchedulerAdapter
 
algorithmRescheduled(Algorithm, Calendar) - Method in interface org.cishell.app.service.scheduler.SchedulerListener
Notification that an already scheduled Algorithm has been rescheduled to be run at a different time
algorithmScheduled(Algorithm, Calendar) - Method in class org.cishell.app.service.scheduler.SchedulerAdapter
 
algorithmScheduled(Algorithm, Calendar) - Method in interface org.cishell.app.service.scheduler.SchedulerListener
Notification that an Algorithm has been scheduled to be run at a certain time
algorithmStarted(Algorithm) - Method in class org.cishell.app.service.scheduler.SchedulerAdapter
 
algorithmStarted(Algorithm) - Method in interface org.cishell.app.service.scheduler.SchedulerListener
Notification that an Algorithm has started execution
algorithmUnscheduled(Algorithm) - Method in class org.cishell.app.service.scheduler.SchedulerAdapter
 
algorithmUnscheduled(Algorithm) - Method in interface org.cishell.app.service.scheduler.SchedulerListener
Notification that an already scheduled Algorithm has been unscheduled and will therefore not be run
AUTHORS - Static variable in interface org.cishell.framework.algorithm.AlgorithmProperty
 

A B C D E F G H I L M N O P R S T U V W