org.kuali.common.deploy
Class ServerAgent

java.lang.Object
  extended by org.kuali.common.deploy.ServerAgent

public class ServerAgent
extends Object


Constructor Summary
ServerAgent()
           
 
Method Summary
 String getAppServerStartupOptions()
           
 String getBaseDir()
           
 Deployable getController()
           
 String getLogsDir()
           
 void setAppServerStartupOptions(String appServerStartupOptions)
           
 void setBaseDir(String baseDir)
           
 void setController(Deployable controller)
           
 void setLogsDir(String logsDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerAgent

public ServerAgent()
Method Detail

getController

public Deployable getController()

setController

public void setController(Deployable controller)

getBaseDir

public String getBaseDir()

setBaseDir

public void setBaseDir(String baseDir)

getLogsDir

public String getLogsDir()

setLogsDir

public void setLogsDir(String logsDir)

getAppServerStartupOptions

public String getAppServerStartupOptions()

setAppServerStartupOptions

public void setAppServerStartupOptions(String appServerStartupOptions)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.