|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CloudController
This class contains the connection from a computing instance in a cloud environment back to its controlling instance.
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. |
Method Detail |
---|
void setParameter(Properties param)
void connect() throws CloudException
CloudException
void send(Serializable msg) throws CloudException
msg
- Serializable
object to be sent.
CloudException
Serializable receive() throws CloudException
CloudException
is thrown.
CloudException
void close() throws CloudException
CloudException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |