org.rhq.core.domain.install.remote
Class AgentInstallInfo
java.lang.Object
org.rhq.core.domain.install.remote.AgentInstallInfo
- All Implemented Interfaces:
- Serializable
public class AgentInstallInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
steps
public List<AgentInstallStep> steps
SETUP_PROP
public static final String SETUP_PROP
- See Also:
- Constant Field Values
SERVER_ADDRESS_PROP
public static final String SERVER_ADDRESS_PROP
- See Also:
- Constant Field Values
SERVER_PORT_PROP
public static final String SERVER_PORT_PROP
- See Also:
- Constant Field Values
AGENT_ADDRESS_PROP
public static final String AGENT_ADDRESS_PROP
- See Also:
- Constant Field Values
AGENT_PORT_PROP
public static final String AGENT_PORT_PROP
- See Also:
- Constant Field Values
DEFAULT_SERVER_PORT
public static final int DEFAULT_SERVER_PORT
- See Also:
- Constant Field Values
DEFAULT_AGENT_PORT
public static final int DEFAULT_AGENT_PORT
- See Also:
- Constant Field Values
AgentInstallInfo
public AgentInstallInfo()
AgentInstallInfo
public AgentInstallInfo(String path,
String owner,
String version,
String serverAddress,
String agentAddress)
getPath
public String getPath()
setPath
public void setPath(String path)
getOwner
public String getOwner()
setOwner
public void setOwner(String owner)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getServerAddress
public String getServerAddress()
setServerAddress
public void setServerAddress(String serverAddress)
getAgentAddress
public String getAgentAddress()
setAgentAddress
public void setAgentAddress(String agentAddress)
addStep
public void addStep(AgentInstallStep step)
getSteps
public List<AgentInstallStep> getSteps()
getConfigurationStartString
public String getConfigurationStartString()
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.