Brooklyn

brooklyn.entity.software
[Java] Class SshEffectorTasks.SshEffectorBody

java.lang.Object
  brooklyn.entity.effector.EffectorBody
      brooklyn.entity.software.SshEffectorTasks.SshEffectorBody

public static abstract class SshEffectorTasks.SshEffectorBody
extends EffectorBody

like EffectorBody but providing conveniences when in a SoftwareProcess (or other entity with a single machine location)


Method Summary
SshMachineLocation machine()

convenience for accessing the machine

ProcessTaskFactory ssh(java.lang.String... commands)

convenience for generating an PlainSshExecTaskFactory which can be further customised if desired, and then (it must be explicitly) queued

 
Methods inherited from class EffectorBody
call, entity, last, last, queue, queue, queue, queue, waitForLast
 

Method Detail

machine

public SshMachineLocation machine()
convenience for accessing the machine


ssh

public ProcessTaskFactory ssh(java.lang.String... commands)
convenience for generating an PlainSshExecTaskFactory which can be further customised if desired, and then (it must be explicitly) queued


 

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