de.jw.cloud42.core.service
Class Cloud42Functions

java.lang.Object
  extended by de.jw.cloud42.core.service.Cloud42Functions
Direct Known Subclasses:
Cloud42BaseFunctions

public abstract class Cloud42Functions
extends java.lang.Object

Base class for all functions that the service layer provides.

Author:
fbitzer

Field Summary
protected  com.xerox.amazonws.ec2.Jec2 ec2
          Instance of the Typica interface.
 
Constructor Summary
Cloud42Functions()
           
 
Method Summary
 AwsCredentials getCredentials()
           
 java.lang.String getRegionUrl()
           
 void setCredentials(AwsCredentials credentials)
           
 void setRegionUrl(java.lang.String regionUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ec2

protected com.xerox.amazonws.ec2.Jec2 ec2
Instance of the Typica interface.

Constructor Detail

Cloud42Functions

public Cloud42Functions()
Method Detail

getRegionUrl

public java.lang.String getRegionUrl()

setRegionUrl

public void setRegionUrl(java.lang.String regionUrl)

getCredentials

public AwsCredentials getCredentials()
Returns:
the credentials

setCredentials

public void setCredentials(AwsCredentials credentials)
Parameters:
credentials - the credentials to set


Copyright © 2010 just works! Software. All Rights Reserved.