com.liferay.portal.deploy.auto
Class ThreadSafeAutoDeployer
java.lang.Object
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
| Fields inherited from interface com.liferay.portal.kernel.deploy.auto.AutoDeployer |
CODE_DEFAULT, CODE_NOT_APPLICABLE, CODE_SKIP_NEWER_VERSION |
|
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 |
ThreadSafeAutoDeployer
public ThreadSafeAutoDeployer(com.liferay.portal.kernel.deploy.auto.AutoDeployer autoDeployer)
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