org.jclouds.ec2.compute.strategy
Class EC2RebootNodeStrategy

java.lang.Object
  extended by org.jclouds.ec2.compute.strategy.EC2RebootNodeStrategy
All Implemented Interfaces:
RebootNodeStrategy

@Singleton
public class EC2RebootNodeStrategy
extends Object
implements RebootNodeStrategy

Author:
Adrian Cole

Constructor Summary
protected EC2RebootNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode)
           
 
Method Summary
 NodeMetadata rebootNode(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EC2RebootNodeStrategy

@Inject
protected EC2RebootNodeStrategy(EC2Client client,
                                       GetNodeMetadataStrategy getNode)
Method Detail

rebootNode

public NodeMetadata rebootNode(String id)
Specified by:
rebootNode in interface RebootNodeStrategy


Copyright © 2009-2012 jclouds. All Rights Reserved.