|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteResult | |
|---|---|
| de.jw.cloud42.core.remoting | |
| de.jw.cloud42.webapp | |
| de.jw.cloud42.webservice | |
| Uses of RemoteResult in de.jw.cloud42.core.remoting |
|---|
| Methods in de.jw.cloud42.core.remoting that return RemoteResult | |
|---|---|
RemoteResult |
RemoteControl.bundleImage(java.lang.String dnsName,
java.lang.String key,
AwsCredentials credentials,
java.lang.String targetBucket,
java.lang.String newImageName,
boolean use64Bit,
boolean notifyWhenFinished,
java.lang.String topic,
java.lang.String messageText,
java.lang.String messageInfo,
byte[] keyFile,
byte[] certFile)
Bundle a new AMI from an existing one by executing the neccessary statements. |
RemoteResult |
RemoteControl.executeBatch(java.lang.String host,
java.lang.String key,
byte[] batchData)
Executes a batch file / shell script on the instance. |
RemoteResult |
RemoteControl.executeCommand(java.lang.String host,
java.lang.String key,
java.lang.String command)
Executes the given command on the given remote host. |
RemoteResult |
RemoteControl.uploadFile(java.lang.String host,
java.lang.String key,
java.lang.String targetDir,
java.lang.String targetFilename,
byte[] fileData)
Uploads a file to an AMI instance. |
RemoteResult |
RemoteControl.uploadFileFromURL(java.lang.String host,
java.lang.String key,
java.lang.String targetDir,
java.lang.String targetFilename,
java.lang.String url)
Uploads a file to an AMI instance from a given URL. |
| Uses of RemoteResult in de.jw.cloud42.webapp |
|---|
| Methods in de.jw.cloud42.webapp that return RemoteResult | |
|---|---|
RemoteResult |
RemotingManager.getResult()
|
RemoteResult |
BundlingThread.getResult()
Getter for the result of the bundling process. |
| Methods in de.jw.cloud42.webapp with parameters of type RemoteResult | |
|---|---|
void |
RemotingManager.setResult(RemoteResult result)
|
| Uses of RemoteResult in de.jw.cloud42.webservice |
|---|
| Methods in de.jw.cloud42.webservice that return RemoteResult | |
|---|---|
RemoteResult |
Cloud42RemotingService.bundleImage(java.lang.String dnsName,
java.lang.String rsaKey,
AwsCredentials credentials,
java.lang.String targetBucket,
java.lang.String newImageName,
boolean is64Bit,
boolean notifyWhenFinished,
java.lang.String topic,
java.lang.String messageText,
java.lang.String messageInfo,
byte[] keyFile,
byte[] certFile)
Bundles a new image from a running AMI. |
RemoteResult |
Cloud42RemotingService.executeBatch(java.lang.String dnsName,
java.lang.String rsaKey,
byte[] batchFile)
Executes a batch file / shell script on the instance. |
RemoteResult |
Cloud42RemotingService.executeCommand(java.lang.String dnsName,
java.lang.String rsaKey,
java.lang.String command)
Executes the given command on the given remote host. |
RemoteResult |
Cloud42FileService.uploadFile(java.lang.String dnsName,
java.lang.String rsaKey,
java.lang.String targetDir,
java.lang.String targetFilename,
byte[] fileData)
Upload a file to an AMI instance. |
RemoteResult |
Cloud42FileService.uploadFileFromURL(java.lang.String dnsName,
java.lang.String rsaKey,
java.lang.String targetDir,
java.lang.String targetFilename,
java.lang.String url)
Upload a file from an URL to an AMI instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||