com.xebialabs.deployit.plugin.ec2.util
Class ServiceFactory

java.lang.Object
  extended by com.xebialabs.deployit.plugin.ec2.util.ServiceFactory
All Implemented Interfaces:
java.io.Serializable

public class ServiceFactory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ServiceFactory()
           
 
Method Summary
 org.jclouds.compute.ComputeService getComputeService(java.lang.String key, java.lang.String secret)
           
 EC2Adapter getEC2Adapter(Credentials credentials)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceFactory

public ServiceFactory()
Method Detail

getComputeService

public org.jclouds.compute.ComputeService getComputeService(java.lang.String key,
                                                            java.lang.String secret)

getEC2Adapter

public EC2Adapter getEC2Adapter(Credentials credentials)