com.liferay.portal.service.configuration.configurator.impl
Class ServiceConfiguratorImpl
java.lang.Object
com.liferay.portal.service.configuration.configurator.impl.ServiceConfiguratorImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.service.configuration.configurator.ServiceConfigurator
public class ServiceConfiguratorImpl
- extends Object
- implements com.liferay.portal.kernel.service.configuration.configurator.ServiceConfigurator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceConfiguratorImpl
public ServiceConfiguratorImpl()
destory
public void destory()
destroyServices
public void destroyServices(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
throws Exception
- Specified by:
destroyServices in interface com.liferay.portal.kernel.service.configuration.configurator.ServiceConfigurator
- Throws:
Exception
initServices
public void initServices(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
throws Exception
- Specified by:
initServices in interface com.liferay.portal.kernel.service.configuration.configurator.ServiceConfigurator
- Throws:
Exception
setServiceComponentLocalService
public void setServiceComponentLocalService(com.liferay.portal.kernel.service.ServiceComponentLocalService serviceComponentLocalService)
destroyServiceComponent
protected void destroyServiceComponent(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
throws Exception
- Throws:
Exception
getPortalCacheConfigurationURL
protected URL getPortalCacheConfigurationURL(com.liferay.portal.kernel.configuration.Configuration configuration,
ClassLoader classLoader,
String configLocation)
initServiceComponent
protected void initServiceComponent(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
readResourceActions
protected void readResourceActions(ClassLoader classLoader)
reconfigureCaches
protected void reconfigureCaches(ClassLoader classLoader)
throws Exception
- Throws:
Exception