Package de.janrufmonitor.service

Service architecture of the framework.

See:
          Description

Interface Summary
IService This interface must be implemented by a service object, which should be used in the framework.
IServiceFactory This interface must be implemented by a service factory object, which should be used in the framework.
 

Class Summary
AbstractConfigurableService This abstract class can be used as base class for a new service implementation which is supporting configuration.
AbstractReceiverConfigurableService This abstract class can be used as base class for a new service implementation which is supporting configuration and eventing.
 

Package de.janrufmonitor.service Description

Service architecture of the framework.

The package contains the complete service architecture which allows you to implement and register own services. The Service factory is taking care of the configuration and rule based execution of all registered services.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.