Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.deploy.auto
Class ThreadSafeAutoDeployer

java.lang.Object
  extended by com.liferay.portal.deploy.auto.ThreadSafeAutoDeployer
All Implemented Interfaces:
com.liferay.portal.kernel.deploy.auto.AutoDeployer

public class ThreadSafeAutoDeployer
extends Object
implements com.liferay.portal.kernel.deploy.auto.AutoDeployer


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
CODE_DEFAULT, CODE_NOT_APPLICABLE, CODE_SKIP_NEWER_VERSION
 
Constructor Summary
ThreadSafeAutoDeployer(com.liferay.portal.kernel.deploy.auto.AutoDeployer autoDeployer)
           
 
Method Summary
 int autoDeploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext)
           
 com.liferay.portal.kernel.deploy.auto.AutoDeployer cloneAutoDeployer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadSafeAutoDeployer

public ThreadSafeAutoDeployer(com.liferay.portal.kernel.deploy.auto.AutoDeployer autoDeployer)
Method Detail

autoDeploy

public int autoDeploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext)
               throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Specified by:
autoDeploy in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

cloneAutoDeployer

public com.liferay.portal.kernel.deploy.auto.AutoDeployer cloneAutoDeployer()
Specified by:
cloneAutoDeployer in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer

Liferay 7.0-ce-b8 portal-impl