Package pyrasun.eio.services

The services package defines various services that EmberIO supports.

See:
          Description

Interface Summary
EmberService This interface defines a very simple protocol for process-wide services.
EmberServiceController  
EmberServiceListener A very, very vanilla listener interface.
 

Class Summary
AbstractEmberService Abstract implementation of an Ember Service - makes life slightly easier.
EmberServiceControllerImpl  
 

Exception Summary
EmberServiceException  
 

Package pyrasun.eio.services Description

The services package defines various services that EmberIO supports. Services are a rather lame services framework that sits on top of the protocol package to provide really brain dead service lifecycles (also known as "stop" and "start"). The services framework, such as it is, is really not intended to be industrial strength, but rather is a convenient mechanism for writing stress servers and drivers. Users may also use it for rapid prototyping of EIO code, but it's not really recommended for production use.

Package Specification

(none)

Related Documentation

Since:
EmberIO Alpha 0.0


Pyrasun EmberIO