Uses of Interface
org.pentaho.platform.plugin.services.pluginmgr.servicemgr.IServiceTypeManager

Packages that use IServiceTypeManager
org.pentaho.platform.plugin.services.pluginmgr.servicemgr   
 

Uses of IServiceTypeManager in org.pentaho.platform.plugin.services.pluginmgr.servicemgr
 

Classes in org.pentaho.platform.plugin.services.pluginmgr.servicemgr that implement IServiceTypeManager
 class AbstractServiceTypeManager
           
 class AxisWebServiceManager
           
 class FileSystemAxisWebServiceManager
          A web service manager that only uses the file system for configuration
 class GwtRpcServiceManager
           
 

Fields in org.pentaho.platform.plugin.services.pluginmgr.servicemgr with type parameters of type IServiceTypeManager
 Map<String,IServiceTypeManager> DefaultServiceManager.serviceManagerMap
           
 

Method parameters in org.pentaho.platform.plugin.services.pluginmgr.servicemgr with type arguments of type IServiceTypeManager
 void DefaultServiceManager.setServiceTypeManagers(Collection<IServiceTypeManager> serviceTypeManagers)