Uses of Interface
org.apache.hivemind.service.InterfaceFab

Packages that use InterfaceFab
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. 
 

Uses of InterfaceFab in org.apache.hivemind.service
 

Methods in org.apache.hivemind.service that return InterfaceFab
 InterfaceFab ClassFactory.newInterface(java.lang.String name)
          Creates a new InterfaceFab object with the given name.
 

Uses of InterfaceFab in org.apache.hivemind.service.impl
 

Classes in org.apache.hivemind.service.impl that implement InterfaceFab
 class InterfaceFabImpl
           
 

Methods in org.apache.hivemind.service.impl that return InterfaceFab
 InterfaceFab ClassFactoryImpl.newInterface(java.lang.String name)