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
BuilderFacet
          Represents one facet of constructing a service implementation instance.
BuilderParameter
          Parameter object used with BuilderFactory.
CtClassSource
          Wrapper around Javassist's ClassPooland our own ClassFactoryClassLoaderthat manages the creation of new instance of CtClassand 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.