Package | Description |
---|---|
org.apache.hivemind.service.impl |
Implementations of services provided by the
hivemind module. |
Class and Description |
---|
AbstractFab
Common code for
ClassFabImpl and
InterfaceFabImpl . |
BuilderFacet
Represents one facet of constructing a service implementation instance.
|
BuilderParameter
Parameter object used with
BuilderFactory . |
CtClassSource
Wrapper around Javassist's
ClassPool and our own
ClassFactoryClassLoader that manages the creation of new
instance of CtClass and converts finished CtClass's into instantiable Classes. |
EventRegistration
An event registrtion for a service constructed by
BuilderFactory . |
HiveMindClassPool
Used to ensure that
ClassPool.appendClassPath(javassist.ClassPath) is invoked
with a synchronized lock. |