org.jclouds.rimuhosting.miro.compute.strategy
Class RimuHostingGetNodeMetadataStrategy

java.lang.Object
  extended by org.jclouds.rimuhosting.miro.compute.strategy.RimuHostingGetNodeMetadataStrategy
All Implemented Interfaces:
GetNodeMetadataStrategy

@Singleton
public class RimuHostingGetNodeMetadataStrategy
extends Object
implements GetNodeMetadataStrategy

Author:
Adrian Cole

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

RimuHostingGetNodeMetadataStrategy

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

getNode

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


Copyright © 2009-2012 jclouds. All Rights Reserved.