Uses of Class
org.dbe.eve.factories.servicefactory.AbstractServiceFactory

Packages that use AbstractServiceFactory
org.dbe.eve.factories.servicefactory   
 

Uses of AbstractServiceFactory in org.dbe.eve.factories.servicefactory
 

Subclasses of AbstractServiceFactory in org.dbe.eve.factories.servicefactory
 class GroupedServiceFactory
          extends AbstractServiceFactory implements the main type of Services for the SMEFactory Singleton Pattern is implemented, so only one instance can be made
 class ServiceFactory
          extends AbstractServiceFactory implements the main type of Services for the SMEFactory Singleton Pattern is implemented, so only one instance can be made
 

Methods in org.dbe.eve.factories.servicefactory that return AbstractServiceFactory
private static AbstractServiceFactory AbstractServiceFactory.getDefaultFactory()
          creates the Default ServiceFactory
static AbstractServiceFactory AbstractServiceFactory.getServiceFactory()
          creates a new ServiceFactory if necessary between different types of ServiceFactories can be choosen