Uses of Class
atg.svc.repository.service.ServiceFactory

Packages that use ServiceFactory
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

Uses of ServiceFactory in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods that return ServiceFactory
protected  ServiceFactory OptionMethods.getServiceFactory()
          Returns a ServiceFactory which provides non-nucleus components with a means to access the repository service nucleus components (e.g.
protected  ServiceFactory BaseMethods.getServiceFactory()
          Gets the factory for the business components since they cannot be configured on non-nucleus components.
 

Uses of ServiceFactory in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return ServiceFactory
static ServiceFactory ServiceFactory.getInstance()
          Gets the global instance of this factory.
static ServiceFactory ServiceFactory.getInstance(java.lang.String pComponent)
          Gets the ServiceFactory component at the given path.