Uses of Class
csli.dialog.app.calo.main.ServiceManager

Packages that use ServiceManager
csli.dialog.app.calo.main This package provides external APIs to the CSLI CALO component services. 
csli.dialog.app.calo.main.oaa An OAA service which provides access to CSLI CALO functionality. 
 

Uses of ServiceManager in csli.dialog.app.calo.main
 

Methods in csli.dialog.app.calo.main that return ServiceManager
static ServiceManager ServiceManager.getInstance(File csliConfigDir, File csliConfigFile, String snapshotId)
          Get the single static instance of the CSLI Service Manager -- the configuration parameters will only be used if it is the first time this is called, otherwise, passing null is fine.
 ServiceManager ServiceManagerGui.getManager()
           
 

Constructors in csli.dialog.app.calo.main with parameters of type ServiceManager
ServiceManagerGui(ServiceManager manager)
          A protected constructor to be used by the manager's getGUI() method.
 

Uses of ServiceManager in csli.dialog.app.calo.main.oaa
 

Constructors in csli.dialog.app.calo.main.oaa with parameters of type ServiceManager
CaloY3OaaInterface(ServiceManager serviceManager)
          Create and start the OAA service.