Uses of Package
org.apache.hivemind.service

Packages that use org.apache.hivemind.service
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.methodmatch   
org.apache.hivemind.service Definitions of services provided by the hivemind module. 
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Classes in org.apache.hivemind.service used by org.apache.hivemind.impl
ClassFab
          Used when fabricating a new class.
ThreadLocale
          The hivemind.ThreadLocale service is intrinsic to HiveMind; its a threaded service for storing the locale for the current thread (it uses the threaded service).
 

Classes in org.apache.hivemind.service used by org.apache.hivemind.methodmatch
MethodSignature
          A representation of a Method, identifying the name, return type, parameter types and exception types.
 

Classes in org.apache.hivemind.service used by org.apache.hivemind.service
ClassFab
          Used when fabricating a new class.
InterfaceFab
          A cousin to ClassFab used to create new interfaces.
MethodFab
          Represents a created method on a class; used to add catch handlers.
MethodSignature
          A representation of a Method, identifying the name, return type, parameter types and exception types.
ThreadCleanupListener
          Listener interface implemented by classes which need to know when a thread cleanup occurs.
 

Classes in org.apache.hivemind.service used by org.apache.hivemind.service.impl
ClassFab
          Used when fabricating a new class.
ClassFactory
          Service used when dynamically creating new classes.
EventLinker
          Service used to link two other services together using event notifications.
InterfaceFab
          A cousin to ClassFab used to create new interfaces.
InterfaceSynthesizer
          Creates a synthetic interface based on the provided class.
MethodFab
          Represents a created method on a class; used to add catch handlers.
MethodSignature
          A representation of a Method, identifying the name, return type, parameter types and exception types.
ObjectProvider
          A service which can provide an object value for the indirect translator.
ThreadCleanupListener
          Listener interface implemented by classes which need to know when a thread cleanup occurs.
ThreadEventNotifier
          Service which acts as a dispatch hub for events about the lifecycle of the current thread.
ThreadLocale
          The hivemind.ThreadLocale service is intrinsic to HiveMind; its a threaded service for storing the locale for the current thread (it uses the threaded service).
ThreadLocalStorage
          Provides a service which can temporarily store thread-local data.