Brooklyn

brooklyn.event.feed.ssh
[Java] Class SshPollValue

java.lang.Object
  brooklyn.event.feed.ssh.SshPollValue

public class SshPollValue

Constructor Summary
SshPollValue(SshMachineLocation machine, int exitStatus, java.lang.String stdout, java.lang.String stderr)

 
Method Summary
int getExitStatus()

Command exit status, or -1 if error is set.

SshMachineLocation getMachine()

The machine the command will run on.

java.lang.String getStderr()

Command standard error; may be null if no content available.

java.lang.String getStdout()

Command standard output; may be null if no content available.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

SshPollValue

public SshPollValue(SshMachineLocation machine, int exitStatus, java.lang.String stdout, java.lang.String stderr)


 
Method Detail

getExitStatus

public int getExitStatus()
Command exit status, or -1 if error is set.


getMachine

public SshMachineLocation getMachine()
The machine the command will run on.


getStderr

@Nullable
public java.lang.String getStderr()
Command standard error; may be null if no content available.


getStdout

@Nullable
public java.lang.String getStdout()
Command standard output; may be null if no content available.


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.