Uses of Package
org.apache.hivemind.service.impl

Packages that use org.apache.hivemind.service.impl
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Classes in org.apache.hivemind.service.impl used by org.apache.hivemind.service.impl
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.