| com.sun.portal.admin.server.PASModuleMBean
All known Subclasses: com.sun.portal.admin.server.PASModule,
PASModuleMBean | public interface PASModuleMBean extends ModuleMBean(Code) | | This MBean interface specifies the ability of the Portal Admin
Server cacao module to reload portal MBeans.
|
Method Summary | |
public void | reloadMBeans(String domainID, String type, List parentPath) Reloads the MBeans of the given type under a parent with the
given path in the portal domain with the given domain ID from
the portal domain context. |
reloadMBeans | public void reloadMBeans(String domainID, String type, List parentPath)(Code) | | Reloads the MBeans of the given type under a parent with the
given path in the portal domain with the given domain ID from
the portal domain context. All descendent MBeans are also
reloaded. If any of the method parameters is invalid (e.g. no
such portal domain or unknown type), no MBeans are reloaded.
Parameters: domainID - ID of the portal domain where MBeans are tobe reloaded. Parameters: type - the type of the MBeans to be reloaded. Parameters: parentPath - the path of the parent of the MBeans to be reloaded. |
|
|