org.rhq.core.domain.install.remote
Class AgentInstallStep
java.lang.Object
org.rhq.core.domain.install.remote.AgentInstallStep
- All Implemented Interfaces:
- Serializable
public class AgentInstallStep
- extends Object
- implements Serializable
Encapsulates the results of a SSH command that was issued by the remote agent installer utility.
- See Also:
- Serialized Form
AgentInstallStep
public AgentInstallStep()
AgentInstallStep
public AgentInstallStep(String command,
String description,
int resultCode,
String result,
long duration)
getCommand
public String getCommand()
getDescription
public String getDescription()
getResultCode
public int getResultCode()
getResult
public String getResult()
getDuration
public long getDuration()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.