org.jclouds.gogrid.compute.strategy
Class GoGridGetNodeMetadataStrategy

java.lang.Object
  extended by org.jclouds.gogrid.compute.strategy.GoGridGetNodeMetadataStrategy
All Implemented Interfaces:
GetNodeMetadataStrategy

@Singleton
public class GoGridGetNodeMetadataStrategy
extends Object
implements GetNodeMetadataStrategy

Author:
Adrian Cole

Constructor Summary
protected GoGridGetNodeMetadataStrategy(GoGridClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
 
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

GoGridGetNodeMetadataStrategy

@Inject
protected GoGridGetNodeMetadataStrategy(GoGridClient client,
                                               com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
Method Detail

execute

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


Copyright © 2009-2010 jclouds. All Rights Reserved.