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

java.lang.Object
  extended by 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

Constructor Summary
AgentInstallStep()
           
AgentInstallStep(String command, String description, int resultCode, String result, long duration)
           
 
Method Summary
 String getCommand()
           
 String getDescription()
           
 long getDuration()
           
 String getResult()
           
 int getResultCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentInstallStep

public AgentInstallStep()

AgentInstallStep

public AgentInstallStep(String command,
                        String description,
                        int resultCode,
                        String result,
                        long duration)
Method Detail

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.