org.rhq.core.domain.install.remote
Class AgentInstallInfo

java.lang.Object
  extended by org.rhq.core.domain.install.remote.AgentInstallInfo
All Implemented Interfaces:
Serializable

public class AgentInstallInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String AGENT_ADDRESS_PROP
           
static String AGENT_PORT_PROP
           
static int DEFAULT_AGENT_PORT
           
static int DEFAULT_SERVER_PORT
           
static String SERVER_ADDRESS_PROP
           
static String SERVER_PORT_PROP
           
static String SETUP_PROP
           
 List<AgentInstallStep> steps
           
 
Constructor Summary
AgentInstallInfo()
           
AgentInstallInfo(String path, String owner, String version, String serverAddress, String agentAddress)
           
 
Method Summary
 void addStep(AgentInstallStep step)
           
 String getAgentAddress()
           
 String getConfigurationStartString()
           
 String getOwner()
           
 String getPath()
           
 String getServerAddress()
           
 List<AgentInstallStep> getSteps()
           
 String getVersion()
           
 void setAgentAddress(String agentAddress)
           
 void setOwner(String owner)
           
 void setPath(String path)
           
 void setServerAddress(String serverAddress)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AgentInstallInfo

public AgentInstallInfo()

AgentInstallInfo

public AgentInstallInfo(String path,
                        String owner,
                        String version,
                        String serverAddress,
                        String agentAddress)
Method Detail

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.