com.liferay.portal.service.configuration.configurator.impl
Class ServiceConfiguratorImpl
java.lang.Object
com.liferay.portal.service.configuration.configurator.impl.ServiceConfiguratorImpl
- All Implemented Interfaces:
- ServiceConfigurator
public class ServiceConfiguratorImpl
- extends Object
- implements 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(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
throws Exception
- Specified by:
destroyServices in interface ServiceConfigurator
- Throws:
Exception
initServices
public void initServices(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
throws Exception
- Specified by:
initServices in interface ServiceConfigurator
- Throws:
Exception
setServiceComponentLocalService
public void setServiceComponentLocalService(ServiceComponentLocalService serviceComponentLocalService)
destroyServiceComponent
protected void destroyServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
throws Exception
- Throws:
Exception
getPortalCacheConfigurationURL
protected URL getPortalCacheConfigurationURL(Configuration configuration,
ClassLoader classLoader,
String configLocation)
initServiceComponent
protected void initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
readResourceActions
protected void readResourceActions(ClassLoader classLoader)
reconfigureCaches
protected void reconfigureCaches(ClassLoader classLoader)
throws Exception
- Throws:
Exception