org.kuali.common.deploy
Class DefaultDeployService
java.lang.Object
org.kuali.common.deploy.DefaultDeployService
- All Implemented Interfaces:
- DeployService
public class DefaultDeployService
- extends Object
- implements DeployService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDeployService
public DefaultDeployService()
deploy
public void deploy()
- Specified by:
deploy
in interface DeployService
getAppServer
public ApplicationServer getAppServer()
setAppServer
public void setAppServer(ApplicationServer controller)
getChannel
public org.kuali.common.util.secure.SecureChannel getChannel()
setChannel
public void setChannel(org.kuali.common.util.secure.SecureChannel channel)
getContext
public DeployContext getContext()
setContext
public void setContext(DeployContext context)
getDatabaseResetExecutable
public org.kuali.common.util.execute.Executable getDatabaseResetExecutable()
setDatabaseResetExecutable
public void setDatabaseResetExecutable(org.kuali.common.util.execute.Executable databaseResetExecutable)
getMonitoring
public Monitoring getMonitoring()
setMonitoring
public void setMonitoring(Monitoring monitoring)
getSysAdminExecutable
public org.kuali.common.util.execute.Executable getSysAdminExecutable()
setSysAdminExecutable
public void setSysAdminExecutable(org.kuali.common.util.execute.Executable systemAdministration)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.