|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jw.cloud42.webapp.RemotingManager
@Name(value="remotingManager") @Scope(value=SESSION) @Synchronized(timeout=1000000000L) public class RemotingManager
Seam component wrapper around remoting functions of Cloud42.
| Constructor Summary | |
|---|---|
RemotingManager()
|
|
| Method Summary | |
|---|---|
void |
execute(java.lang.String dnsName,
java.lang.String keyName)
Execute a command or a batch file. |
void |
fileUploadListener(org.richfaces.event.UploadEvent e)
fileUploadListener function for RichFaces fileupload component. |
byte[] |
getBatchFile()
|
java.lang.String |
getCommand()
|
RemoteResult |
getResult()
|
boolean |
isUseBatch()
|
void |
resetRemotingDialog()
Reset the remoting dialog by resetting bean values. |
void |
setBatchFile(byte[] batchFile)
|
void |
setCommand(java.lang.String command)
|
void |
setResult(RemoteResult result)
|
void |
setUseBatch(boolean useBatch)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemotingManager()
| Method Detail |
|---|
public void fileUploadListener(org.richfaces.event.UploadEvent e)
batchFile property.
e -
public void execute(java.lang.String dnsName,
java.lang.String keyName)
dnsName - Hostname of AMI.keyName - Name of keypair to use.public void resetRemotingDialog()
public java.lang.String getCommand()
public void setCommand(java.lang.String command)
command - the command to setpublic boolean isUseBatch()
public void setUseBatch(boolean useBatch)
useBatch - the useBatch to setpublic byte[] getBatchFile()
public void setBatchFile(byte[] batchFile)
batchFile - the batchFile to setpublic RemoteResult getResult()
public void setResult(RemoteResult result)
result - the result to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||