|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzi.kadmos.cloud.aws.AWSController
public class AWSController
This class implements the CloudController interface
for the Amazon Web Services (AWS) cloud infrastructure.
Parameters as following ( [] is the default value)
awsPort [6112]
| Field Summary | |
|---|---|
static String |
AWS_DEFAULT_PORT
|
| Constructor Summary | |
|---|---|
AWSController()
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the connection. |
void |
connect()
Starts the Connection back to the controlling instance. |
Serializable |
receive()
Waits for the next message from the controlling instance. |
void |
send(Serializable msg)
Sends the given object to the controlling instance. |
void |
setParameter(Properties param)
The given set of parameters will be used by this class to build a connection back to the controlling instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String AWS_DEFAULT_PORT
| Constructor Detail |
|---|
public AWSController()
| Method Detail |
|---|
public void setParameter(Properties param)
CloudController
setParameter in interface CloudController
public void connect()
throws CloudException
CloudController
connect in interface CloudControllerCloudException
public Serializable receive()
throws CloudException
CloudControllerCloudException is thrown.
receive in interface CloudControllerCloudException
public void send(Serializable msg)
throws CloudException
CloudController
send in interface CloudControllermsg - Serializable object to be sent.
CloudException
public void close()
throws CloudException
CloudController
close in interface CloudControllerCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||