Liferay 7.0-ce-b4

com.liferay.portal.service.configuration.configurator.impl
Class ServiceConfiguratorImpl

java.lang.Object
  extended by com.liferay.portal.service.configuration.configurator.impl.ServiceConfiguratorImpl
All Implemented Interfaces:
ServiceConfigurator

public class ServiceConfiguratorImpl
extends Object
implements ServiceConfigurator


Constructor Summary
ServiceConfiguratorImpl()
           
 
Method Summary
 void destory()
           
protected  void destroyServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader)
           
 void destroyServices(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader)
           
protected  URL getPortalCacheConfigurationURL(Configuration configuration, ClassLoader classLoader, String configLocation)
           
protected  void initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader)
           
 void initServices(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader)
           
protected  void readResourceActions(ClassLoader classLoader)
           
protected  void reconfigureCaches(ClassLoader classLoader)
           
 void setServiceComponentLocalService(ServiceComponentLocalService serviceComponentLocalService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceConfiguratorImpl

public ServiceConfiguratorImpl()
Method Detail

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

Liferay 7.0-ce-b4