Class GwtRpcServiceManager
- java.lang.Object
-
- org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AbstractServiceTypeManager
-
- org.pentaho.platform.plugin.services.pluginmgr.servicemgr.GwtRpcServiceManager
-
- All Implemented Interfaces:
IServiceTypeManager
public class GwtRpcServiceManager extends AbstractServiceTypeManager
-
-
Field Summary
-
Fields inherited from class org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AbstractServiceTypeManager
registeredServiceConfigs, serviceClassMap, serviceInstanceMap
-
-
Constructor Summary
Constructors Constructor Description GwtRpcServiceManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSupportedServiceType()
Returns the service typevoid
initServices()
Performs any initialization this service type requires-
Methods inherited from class org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AbstractServiceTypeManager
getServiceBean, getServiceConfig, registerService
-
-
-
-
Method Detail
-
initServices
public void initServices() throws org.pentaho.platform.api.engine.ServiceInitializationException
Description copied from interface:IServiceTypeManager
Performs any initialization this service type requires- Throws:
org.pentaho.platform.api.engine.ServiceInitializationException
-
getSupportedServiceType
public String getSupportedServiceType()
Description copied from interface:IServiceTypeManager
Returns the service type
-
-