|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jw.cloud42.webapp.BundlingManager
@Name(value="bundlingManager") @Scope(value=SESSION) @Synchronized(timeout=1000000000L) public class BundlingManager
Seam component, handles bundling new AMIs and holds corresponding properties.
| Constructor Summary | |
|---|---|
BundlingManager()
|
|
| Method Summary | |
|---|---|
void |
bundle(java.lang.String dnsName,
java.lang.String keyName)
Starts bundling a new AMI. |
boolean |
bundlingInProgress(java.lang.String dnsName)
Checks if bundling is in progress for a particular instance. |
void |
fileUploadListener(org.richfaces.event.UploadEvent e)
fileUploadListener function for RichFaces fileupload component. |
void |
fileUploadListenerPK(org.richfaces.event.UploadEvent e)
fileUploadListener function for RichFaces fileupload component. |
java.lang.String |
getBucket()
|
byte[] |
getCertFile()
|
java.lang.String |
getImageName()
|
java.lang.String |
getMessageInfo()
|
java.lang.String |
getMessageText()
|
java.lang.String |
getMessageTopic()
|
byte[] |
getPkFile()
|
boolean |
isDoNotify()
|
boolean |
isUse64Bit()
|
void |
resetBundlingDialog()
Resets the dialog by resetting the member variables. |
void |
setBucket(java.lang.String bucket)
|
void |
setCertFile(byte[] certFile)
|
void |
setDoNotify(boolean doNotify)
|
void |
setImageName(java.lang.String imageName)
|
void |
setMessageInfo(java.lang.String messageInfo)
|
void |
setMessageText(java.lang.String messageText)
|
void |
setMessageTopic(java.lang.String messageTopic)
|
void |
setPkFile(byte[] pkFile)
|
void |
setUse64Bit(boolean use64Bit)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundlingManager()
| Method Detail |
|---|
public void bundle(java.lang.String dnsName,
java.lang.String keyName)
dnsName - keyName - public boolean bundlingInProgress(java.lang.String dnsName)
dnsName - Hostname of the instance to check
public void resetBundlingDialog()
public void fileUploadListener(org.richfaces.event.UploadEvent e)
certFile property.
e - public void fileUploadListenerPK(org.richfaces.event.UploadEvent e)
pkFile property.
e - public java.lang.String getBucket()
public void setBucket(java.lang.String bucket)
bucket - the bucket to setpublic java.lang.String getImageName()
public void setImageName(java.lang.String imageName)
imageName - the imageName to setpublic boolean isUse64Bit()
public void setUse64Bit(boolean use64Bit)
use64Bit - the use64Bit to setpublic boolean isDoNotify()
public void setDoNotify(boolean doNotify)
doNotify - the doNotify to setpublic java.lang.String getMessageTopic()
public void setMessageTopic(java.lang.String messageTopic)
messageTopic - the messageTopic to setpublic java.lang.String getMessageText()
public void setMessageText(java.lang.String messageText)
messageText - the messageText to setpublic java.lang.String getMessageInfo()
public void setMessageInfo(java.lang.String messageInfo)
messageInfo - the messageInfo to setpublic byte[] getCertFile()
public void setCertFile(byte[] certFile)
certFile - the certFile to setpublic byte[] getPkFile()
public void setPkFile(byte[] pkFile)
pkFile - the pkFile to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||