org.rhq.enterprise.gui.configuration.group
Class EditGroupResourceConfigurationUIBean
java.lang.Object
org.rhq.enterprise.gui.configuration.group.AbstractGroupResourceConfigurationUIBean
org.rhq.enterprise.gui.configuration.group.EditGroupResourceConfigurationUIBean
@Name(value="EditGroupResourceConfigurationUIBean")
@Scope(value=CONVERSATION)
public class EditGroupResourceConfigurationUIBean
- extends AbstractGroupResourceConfigurationUIBean
A POJO Seam component that handles loading and updating of Resource configurations across a compatible Group.
- Author:
- Ian Springer
|
Method Summary |
void |
cancel()
End the convo and redirect back to viewCurrent.xhtml. |
void |
init()
|
void |
reset()
End the convo and reload the current page (editCurrent.xhtml). |
void |
updateConfigurations()
Asynchronously persist the group member Configurations to the DB as well as push them out to the corresponding
Agents. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VIEW_ID
public static final String VIEW_ID
- See Also:
- Constant Field Values
EditGroupResourceConfigurationUIBean
public EditGroupResourceConfigurationUIBean()
init
@Create
@Begin
public void init()
updateConfigurations
public void updateConfigurations()
- Asynchronously persist the group member Configurations to the DB as well as push them out to the corresponding
Agents. This gets called when user clicks the SAVE button.
cancel
@End
public void cancel()
- End the convo and redirect back to viewCurrent.xhtml. This gets called when user clicks the CANCEL button.
reset
@End
public void reset()
- End the convo and reload the current page (editCurrent.xhtml). This gets called when user clicks the RESET button.
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.