| org.netbeans.modules.sun.manager.jbi.nodes.AppserverJBIMgmtNode org.netbeans.modules.sun.manager.jbi.nodes.AppserverJBIMgmtLeafNode org.netbeans.modules.sun.manager.jbi.nodes.JBIComponentNode
Inner Class :abstract static class RealJBIComponentNode extends JBIComponentNode | |
Inner Class :static class ServiceEngine extends RealJBIComponentNode | |
Inner Class :static class BindingComponent extends RealJBIComponentNode | |
Method Summary | |
public String | addApplicationConfiguration(String name, CompositeData value) Adds a new application configuration. | public String | addApplicationVariable(String name, CompositeData value) Adds a new application variable. | public boolean | canShutdown() | public boolean | canStart() | public boolean | canStop() | public boolean | canUninstall() | public boolean | canUpgrade() | protected PropertySupport[] | createPropertySupportArrayWithSchema(Map<Attribute, JBIComponentConfigurationMBeanAttributeInfo> attrMap) | protected Sheet | createSheet() | public String | deleteApplicationConfiguration(String name) Deletes an existing application configuration. | public String | deleteApplicationVariable(String name) Deletes an existing application variable. | abstract protected String | getContainerType() | protected Map<Attribute, MBeanAttributeInfo> | getGeneralSheetSetProperties() | public Image | getIcon(int type) | abstract protected String | getIconName(String state) | abstract protected String | getInstallationDescriptor() | protected String | getInstalledIconBadgeName() | abstract protected String | getShutdownProgressLabel() | abstract protected String | getStartProgressLabel() | abstract protected String | getStopProgressLabel() | protected String | getStoppedIconBadgeName() | abstract protected String | getUninstallProgressLabel() | protected String | getUnknownIconBadgeName() | abstract protected String | getUpgradeProgressMessageLabel() | abstract protected JBIArtifactValidator | getValidator() | public void | refresh() | public String | setApplicationConfiguration(String name, CompositeData value) Updates an existing application configuration. | public String | setApplicationVariable(String name, CompositeData value) Updates an existing application variable. | public Attribute | setLoggerSheetProperty(String loggerName, Level value) | public Attribute | setSheetProperty(String attrName, Object value) Sets the property as an attribute to the underlying AMX mbeans. | public void | shutdown(boolean force) | public void | start() | public void | stop() | public void | uninstall(boolean force) | abstract protected String | uninstallComponent(InstallationService installationService, String componentName, boolean force) | public void | upgrade() |
APPLICATION_CONFIGURATIONS_NAME | final public static String APPLICATION_CONFIGURATIONS_NAME(Code) | | |
APPLICATION_VARIABLES_NAME | final public static String APPLICATION_VARIABLES_NAME(Code) | | |
ENVIRONMENT_VARIABLES_NAME | final public static String ENVIRONMENT_VARIABLES_NAME(Code) | | |
LAST_JBI_COMPONENT_INSTALLATION_DIRECTORY | final public static String LAST_JBI_COMPONENT_INSTALLATION_DIRECTORY(Code) | | |
addApplicationConfiguration | public String addApplicationConfiguration(String name, CompositeData value) throws ManagementRemoteException(Code) | | Adds a new application configuration.
Parameters: name - application configuration name Parameters: value - new value of composite data an XML management message if the operation is a complete or partial success |
addApplicationVariable | public String addApplicationVariable(String name, CompositeData value) throws ManagementRemoteException(Code) | | Adds a new application variable.
Parameters: name - application variable name Parameters: value - value of the application variable an XML management message if the operation is a complete or partial success |
canShutdown | public boolean canShutdown()(Code) | | |
canStart | public boolean canStart()(Code) | | |
canStop | public boolean canStop()(Code) | | |
canUninstall | public boolean canUninstall()(Code) | | |
canUpgrade | public boolean canUpgrade()(Code) | | |
createSheet | protected Sheet createSheet()(Code) | | |
deleteApplicationConfiguration | public String deleteApplicationConfiguration(String name) throws ManagementRemoteException(Code) | | Deletes an existing application configuration.
Parameters: name - application configuration name an XML management message if the operation is a complete or partial success |
deleteApplicationVariable | public String deleteApplicationVariable(String name) throws ManagementRemoteException(Code) | | Deletes an existing application variable.
Parameters: name - an existing application variable name an XML management message if the operation is a complete or partial success |
getContainerType | abstract protected String getContainerType()(Code) | | |
getInstallationDescriptor | abstract protected String getInstallationDescriptor() throws ManagementRemoteException(Code) | | |
getInstalledIconBadgeName | protected String getInstalledIconBadgeName()(Code) | | |
getShutdownProgressLabel | abstract protected String getShutdownProgressLabel()(Code) | | |
getStartProgressLabel | abstract protected String getStartProgressLabel()(Code) | | |
getStopProgressLabel | abstract protected String getStopProgressLabel()(Code) | | |
getStoppedIconBadgeName | protected String getStoppedIconBadgeName()(Code) | | |
getUninstallProgressLabel | abstract protected String getUninstallProgressLabel()(Code) | | |
getUnknownIconBadgeName | protected String getUnknownIconBadgeName()(Code) | | |
getUpgradeProgressMessageLabel | abstract protected String getUpgradeProgressMessageLabel()(Code) | | |
refresh | public void refresh()(Code) | | |
setApplicationConfiguration | public String setApplicationConfiguration(String name, CompositeData value) throws ManagementRemoteException(Code) | | Updates an existing application configuration.
Parameters: name - application configuration name Parameters: value - new value of composite data an XML management message if the operation is a complete or partial success |
setApplicationVariable | public String setApplicationVariable(String name, CompositeData value) throws ManagementRemoteException(Code) | | Updates an existing application variable.
Parameters: name - application variable name Parameters: value - new value of the application variable an XML management message if the operation is a complete or partial success |
setSheetProperty | public Attribute setSheetProperty(String attrName, Object value)(Code) | | Sets the property as an attribute to the underlying AMX mbeans. It
usually will delegate to the controller object which is responsible for
finding the correct AMX mbean objectname in order to execute a
JMX setAttribute.
Parameters: attrName - The name of the property to be set. Parameters: value - The value retrieved from the property sheet to be set in thebackend. |
shutdown | public void shutdown(boolean force)(Code) | | |
start | public void start()(Code) | | |
uninstall | public void uninstall(boolean force)(Code) | | |
uninstallComponent | abstract protected String uninstallComponent(InstallationService installationService, String componentName, boolean force) throws ManagementRemoteException(Code) | | |
upgrade | public void upgrade()(Code) | | |
Methods inherited from org.netbeans.modules.sun.manager.jbi.nodes.AppserverJBIMgmtNode | protected void addSheetSet(Sheet sheet, String name, String displayNameLabel, String descriptionLabel, Map<Attribute, ? extends MBeanAttributeInfo> properties)(Code)(Java Doc) protected PropertySupport[] createPropertySupportArray(Map<Attribute, ? extends MBeanAttributeInfo> attrMap)(Code)(Java Doc) protected Sheet.Set createSheetSet(String name, String displayNameLabel, String descriptionLabel, Map<Attribute, ? extends MBeanAttributeInfo> properties)(Code)(Java Doc) protected Sheet.Set createSheetSet(String name, String displayNameLabel, String descriptionLabel, PropertySupport[] propertySupports)(Code)(Java Doc) protected AdministrationService getAdministrationService()(Code)(Java Doc) public AppserverJBIMgmtController getAppserverJBIMgmtController()(Code)(Java Doc) protected ConfigurationService getConfigurationService()(Code)(Java Doc) protected DeploymentService getDeploymentService()(Code)(Java Doc) protected InstallationService getInstallationService()(Code)(Java Doc) final protected static Logger getLogger()(Code)(Java Doc) protected NodeType getNodeType()(Code)(Java Doc) protected RuntimeManagementServiceWrapper getRuntimeManagementServiceWrapper()(Code)(Java Doc)
|
|
|