org.jclouds.gogrid.compute.strategy
Class GoGridDestroyNodeStrategy

java.lang.Object
  extended by org.jclouds.gogrid.compute.strategy.GoGridDestroyNodeStrategy
All Implemented Interfaces:
DestroyNodeStrategy

@Singleton
public class GoGridDestroyNodeStrategy
extends Object
implements DestroyNodeStrategy

Author:
Adrian Cole

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

Constructor Detail

GoGridDestroyNodeStrategy

@Inject
protected GoGridDestroyNodeStrategy(GoGridClient client,
                                           GetNodeMetadataStrategy getNode)
Method Detail

execute

public NodeMetadata execute(String id)
Specified by:
execute in interface DestroyNodeStrategy


Copyright © 2009-2010 jclouds. All Rights Reserved.