org.jclouds.slicehost.compute.strategy
Class SlicehostGetNodeMetadataStrategy

java.lang.Object
  extended by org.jclouds.slicehost.compute.strategy.SlicehostGetNodeMetadataStrategy
All Implemented Interfaces:
GetNodeMetadataStrategy

@Singleton
public class SlicehostGetNodeMetadataStrategy
extends Object
implements GetNodeMetadataStrategy

Author:
Adrian Cole

Constructor Summary
protected SlicehostGetNodeMetadataStrategy(SlicehostClient client, com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
           
 
Method Summary
 NodeMetadata getNode(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlicehostGetNodeMetadataStrategy

@Inject
protected SlicehostGetNodeMetadataStrategy(SlicehostClient client,
                                                  com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
Method Detail

getNode

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


Copyright © 2009-2011 jclouds. All Rights Reserved.