Uses of Package
org.dbe.eve.factories.servicefactory

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

Classes in org.dbe.eve.factories.servicefactory used by org.dbe.eve.factories.servicefactory
AbstractServiceFactory
          this class implements a AbstractServiceFactory, based on the Factory Pattern it is responsible for creating Services plus their Attributes for the SMEFactory it maintains a local AttributePool for instancing Services
GroupedServiceFactory
          extends AbstractServiceFactory implements the main type of Services for the SMEFactory Singleton Pattern is implemented, so only one instance can be made
ServiceFactory
          extends AbstractServiceFactory implements the main type of Services for the SMEFactory Singleton Pattern is implemented, so only one instance can be made
 

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