public class ThreadSafeAutoDeployer
extends Object
implements com.liferay.portal.kernel.deploy.auto.AutoDeployer
Constructor and Description |
---|
ThreadSafeAutoDeployer(com.liferay.portal.kernel.deploy.auto.AutoDeployer autoDeployer) |
Modifier and Type | Method and Description |
---|---|
int |
autoDeploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext) |
com.liferay.portal.kernel.deploy.auto.AutoDeployer |
cloneAutoDeployer() |
void |
close() |
public ThreadSafeAutoDeployer(com.liferay.portal.kernel.deploy.auto.AutoDeployer autoDeployer)
public int autoDeploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext) throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
autoDeploy
in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
com.liferay.portal.kernel.deploy.auto.AutoDeployException
public com.liferay.portal.kernel.deploy.auto.AutoDeployer cloneAutoDeployer()
cloneAutoDeployer
in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
public void close() throws IOException
close
in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
close
in interface Closeable
close
in interface AutoCloseable
IOException