Class SimpleService

java.lang.Object
org.oddjob.framework.extend.BaseComponent
org.oddjob.framework.extend.SimpleService
All Implemented Interfaces:
Runnable, ArooaContextAware, ArooaSessionAware, PropertyChangeNotifier, Iconic, LogEnabled, Resettable, Stateful, Stoppable
Direct Known Subclasses:
ClientBase, OddjobPanel, TaskExecutionService, WebClientJob

public abstract class SimpleService extends BaseComponent implements Runnable, Stateful, Resettable, Stoppable, LogEnabled
Base class for providing a common Service implementation.

Note that this class is only required when special interaction with Oddjob is required such as different state handling. Most simple service can be provided a classes to be proxied.

Author:
rob
  • Constructor Details

    • SimpleService

      public SimpleService()
      Constructor.
  • Method Details