Liferay 6.2-ce-ga5

com.liferay.portal.deploy.auto
Class ThreadSafeAutoDeployer

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

public class ThreadSafeAutoDeployer
extends Object
implements 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(AutoDeployer autoDeployer)
           
 
Method Summary
 int autoDeploy(AutoDeploymentContext autoDeploymentContext)
           
 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(AutoDeployer autoDeployer)
Method Detail

autoDeploy

public int autoDeploy(AutoDeploymentContext autoDeploymentContext)
               throws AutoDeployException
Specified by:
autoDeploy in interface AutoDeployer
Throws:
AutoDeployException

cloneAutoDeployer

public AutoDeployer cloneAutoDeployer()
Specified by:
cloneAutoDeployer in interface AutoDeployer

Liferay 6.2-ce-ga5