org.jclouds.ec2.compute.strategy
Class EC2ResumeNodeStrategy

java.lang.Object
  extended by org.jclouds.ec2.compute.strategy.EC2ResumeNodeStrategy
All Implemented Interfaces:
ResumeNodeStrategy

@Singleton
public class EC2ResumeNodeStrategy
extends Object
implements ResumeNodeStrategy

Author:
Adrian Cole

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

Constructor Detail

EC2ResumeNodeStrategy

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

resumeNode

public NodeMetadata resumeNode(String id)
Specified by:
resumeNode in interface ResumeNodeStrategy


Copyright © 2009-2011 jclouds. All Rights Reserved.