org.jclouds.cloudservers.compute.strategy
Class CloudServersGetNodeMetadataStrategy

java.lang.Object
  extended by org.jclouds.cloudservers.compute.strategy.CloudServersGetNodeMetadataStrategy
All Implemented Interfaces:
org.jclouds.compute.strategy.GetNodeMetadataStrategy

@Singleton
public class CloudServersGetNodeMetadataStrategy
extends Object
implements org.jclouds.compute.strategy.GetNodeMetadataStrategy

Author:
Adrian Cole

Constructor Summary
protected CloudServersGetNodeMetadataStrategy(CloudServersClient client, com.google.common.base.Function<Server,org.jclouds.compute.domain.NodeMetadata> serverToNodeMetadata)
           
 
Method Summary
 org.jclouds.compute.domain.NodeMetadata getNode(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudServersGetNodeMetadataStrategy

@Inject
protected CloudServersGetNodeMetadataStrategy(CloudServersClient client,
                                                     com.google.common.base.Function<Server,org.jclouds.compute.domain.NodeMetadata> serverToNodeMetadata)
Method Detail

getNode

public org.jclouds.compute.domain.NodeMetadata getNode(String id)
Specified by:
getNode in interface org.jclouds.compute.strategy.GetNodeMetadataStrategy


Copyright © 2009-2011 jclouds. All Rights Reserved.