org.rhq.enterprise.gui.inventory.group
Class EditGroupPluginConfigurationUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.inventory.group.AbstractGroupPluginConfigurationUIBean
      extended by 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

Field Summary
static String VIEW_ID
           
 
Constructor Summary
EditGroupPluginConfigurationUIBean()
           
 
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 org.rhq.enterprise.gui.inventory.group.AbstractGroupPluginConfigurationUIBean
getConfigurationManager, getConfigurationSet, getGroup, getPluginConfigurations, getResourceManager, loadConfigurations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_ID

public static final String VIEW_ID
See Also:
Constant Field Values
Constructor Detail

EditGroupPluginConfigurationUIBean

public EditGroupPluginConfigurationUIBean()
Method Detail

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.