org.rhq.enterprise.gui.inventory.group
Class EditGroupPluginConfigurationUIBean
java.lang.Object
org.rhq.enterprise.gui.inventory.group.AbstractGroupPluginConfigurationUIBean
org.rhq.enterprise.gui.inventory.group.EditGroupPluginConfigurationUIBean
@Name(value="EditGroupPluginConfigurationUIBean")
@Scope(value=CONVERSATION)
public class EditGroupPluginConfigurationUIBean
- extends AbstractGroupPluginConfigurationUIBean
A POJO Seam component that handles loading and updating of plugin configurations across a compatible Group.
- Author:
- Ian Springer
|
Method Summary |
void |
cancel()
End the convo and redirect back to view-connection.xhtml. |
void |
init()
|
void |
reset()
End the convo and reload the current page (edit-connection.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
EditGroupPluginConfigurationUIBean
public EditGroupPluginConfigurationUIBean()
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 view-connection.xhtml. This gets called when user clicks the CANCEL button.
reset
@End
public void reset()
- End the convo and reload the current page (edit-connection.xhtml). This gets called when user clicks the RESET button.
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.