Uses of Package
net.sourceforge.hiveutils.service

Packages that use net.sourceforge.hiveutils.service
net.sourceforge.hivegui.command This package defines a light "framework" implementing the command pattern. 
net.sourceforge.hivetranse.exception This package defines the hierarchy of specific exceptions related to data access and also contains utility classes to allow mapping of SQLExceptions into these more specialized exceptions. 
net.sourceforge.hiveutils.service This package defines the interfaces of a few useful HiveMind services. 
net.sourceforge.hiveutils.service.impl This package contains a few useful HiveMind services and classes, some used by hivetranse.core module. 
 

Classes in net.sourceforge.hiveutils.service used by net.sourceforge.hivegui.command
ObjectBuilder
          Service that builds simple objects instances (not HiveMind services) but can inject dependencies into them, according to contributions to a specific configuration point.
 

Classes in net.sourceforge.hiveutils.service used by net.sourceforge.hivetranse.exception
ExceptionMapper
          Interface used by AdapterBuilderFactory to translate exceptions thrown by service implementations on-the-fly.
 

Classes in net.sourceforge.hiveutils.service used by net.sourceforge.hiveutils.service
ObjectBuilderListener
          Listener called whenever ObjectBuilder service creates a new POJO instance.
 

Classes in net.sourceforge.hiveutils.service used by net.sourceforge.hiveutils.service.impl
AsynchronousTaskPerformer
          Service executing tasks asynchronously.
ExceptionMapper
          Interface used by AdapterBuilderFactory to translate exceptions thrown by service implementations on-the-fly.
ObjectBuilder
          Service that builds simple objects instances (not HiveMind services) but can inject dependencies into them, according to contributions to a specific configuration point.
ObjectBuilderListener
          Listener called whenever ObjectBuilder service creates a new POJO instance.
ObjectTools
          Service that provides miscellaneous utility methods related to serialization and compression.
PreferencesManager
          Service that can read and write preferences as beans.