| org.netbeans.modules.sun.manager.jbi.nodes.AppserverJBIMgmtNode org.netbeans.modules.sun.manager.jbi.nodes.AppserverJBIMgmtContainerNode org.netbeans.modules.sun.manager.jbi.nodes.JBIComponentContainerNode
JBIComponentContainerNode | abstract public class JBIComponentContainerNode extends AppserverJBIMgmtContainerNode implements Installable(Code) | | Container node for all the JBI Components (SE, BC, or Shared Library)
of the same type.
author: jqian |
Inner Class :static class ServiceEngines extends RealJBIComponentContainerNode | |
Inner Class :static class BindingComponents extends RealJBIComponentContainerNode | |
getBadgeIconName | abstract protected String getBadgeIconName()(Code) | | |
getComponentTypeLabel | abstract protected String getComponentTypeLabel()(Code) | | |
getFileChooserTitleLabel | abstract protected String getFileChooserTitleLabel()(Code) | | |
getInstallProgressMessageLabel | abstract protected String getInstallProgressMessageLabel()(Code) | | |
getOpenedIcon | public Image getOpenedIcon(int type)(Code) | | |
install | public void install(boolean start)(Code) | | |
installComponent | abstract protected String installComponent(String jarFilePath) throws ManagementRemoteException(Code) | | Installs the given JBI Component or Shared Library.
Parameters: jarFilePath - absolute path for the component jar file the component ID if the installation is successful; or the error string in XML if the installation is failed;or null if the component installation is cancelled. throws: com.sun.esb.management.common.ManagementRemoteException - |
refresh | public void refresh()(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)
|
|
|