Package org.pf.bif.execution

Basic Interfaces for service classes
Defines some simple interfaces that specify typical methods in the area of service implementations.

See:
          Description

Interface Summary
IExecutable Defines an execute() method
IResumable Defines method resume().
IService Generic tag interface to identify any kind of service
IServiceStateChangeListener A listener that gets informed about any state changes of a service.
IStartable To be implemented by classes that provide a service which can be started
IStoppable To be implemented by classes that provide a service which can be stopped
ISuspendable Defines method suspend()
 

Package org.pf.bif.execution Description

Basic Interfaces for service classes


Defines some simple interfaces that specify typical methods in the area of service implementations. For example start(), stop(), execute().



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.