| org.netbeans.modules.sun.manager.jbi.nodes.AppserverJBIMgmtNode
All known Subclasses: org.netbeans.modules.sun.manager.jbi.nodes.AppserverJBIMgmtContainerNode, org.netbeans.modules.sun.manager.jbi.nodes.AppserverJBIMgmtLeafNode,
AppserverJBIMgmtNode | abstract public class AppserverJBIMgmtNode extends AbstractNode implements PropertySheetOwner(Code) | | Abstract super class for all nodes in JBI manager.
author: jqian |
Method Summary | |
protected void | addSheetSet(Sheet sheet, String name, String displayNameLabel, String descriptionLabel, Map<Attribute, ? extends MBeanAttributeInfo> properties) Creates a new property sheet set and adds it into the property sheet. | protected PropertySupport[] | createPropertySupportArray(Map<Attribute, ? extends MBeanAttributeInfo> attrMap) Creates a PropertySupport array from a map of component properties.
Parameters: properties - The properties of the component. | protected Sheet.Set | createSheetSet(String name, String displayNameLabel, String descriptionLabel, Map<Attribute, ? extends MBeanAttributeInfo> properties) Creates a property sheet set. | protected Sheet.Set | createSheetSet(String name, String displayNameLabel, String descriptionLabel, PropertySupport[] propertySupports) | protected AdministrationService | getAdministrationService() | public AppserverJBIMgmtController | getAppserverJBIMgmtController() | protected ConfigurationService | getConfigurationService() | protected DeploymentService | getDeploymentService() | protected InstallationService | getInstallationService() | final protected static Logger | getLogger() Returns the logger for all nodes. | protected NodeType | getNodeType() | protected RuntimeManagementServiceWrapper | getRuntimeManagementServiceWrapper() |
GENERAL_SHEET_SET_NAME | final protected static String GENERAL_SHEET_SET_NAME(Code) | | |
MODEL_BEAN_INFO_PACKAGE_NAME | final protected static String MODEL_BEAN_INFO_PACKAGE_NAME(Code) | | |
SERVER_TARGET | final protected static String SERVER_TARGET(Code) | | |
addSheetSet | protected void addSheetSet(Sheet sheet, String name, String displayNameLabel, String descriptionLabel, Map<Attribute, ? extends MBeanAttributeInfo> properties)(Code) | | Creates a new property sheet set and adds it into the property sheet.
Parameters: sheet - property sheet Parameters: name - name of the property sheet set Parameters: displayNameLabel - bundle name of the diaplay name of the property sheet set Parameters: descriptoinLabel - bundle name of the description of the property sheet set |
createPropertySupportArray | protected PropertySupport[] createPropertySupportArray(Map<Attribute, ? extends MBeanAttributeInfo> attrMap)(Code) | | Creates a PropertySupport array from a map of component properties.
Parameters: properties - The properties of the component. An array of PropertySupport objects. |
createSheetSet | protected Sheet.Set createSheetSet(String name, String displayNameLabel, String descriptionLabel, Map<Attribute, ? extends MBeanAttributeInfo> properties)(Code) | | Creates a property sheet set.
Parameters: name - name of the property sheet set Parameters: displayNameLabel - bundle name of the diaplay name of the property sheet set Parameters: descriptoinLabel - bundle name of the description of the property sheet set |
createSheetSet | protected Sheet.Set createSheetSet(String name, String displayNameLabel, String descriptionLabel, PropertySupport[] propertySupports)(Code) | | |
getAdministrationService | protected AdministrationService getAdministrationService()(Code) | | |
getConfigurationService | protected ConfigurationService getConfigurationService()(Code) | | |
getDeploymentService | protected DeploymentService getDeploymentService()(Code) | | |
getInstallationService | protected InstallationService getInstallationService()(Code) | | |
getLogger | final protected static Logger getLogger()(Code) | | Returns the logger for all nodes.
|
|
|