| java.lang.Object org.netbeans.modules.sun.manager.jbi.nodes.JBIContainerChildFactory
JBIContainerChildFactory | public class JBIContainerChildFactory (Code) | | |
Constructor Summary | |
public | JBIContainerChildFactory(AppserverJBIMgmtController controller) Public constructor for factory used to create the children of a given
NodeType.
Parameters: controller - The AppserverMgmtController used as an interface tothe AMX API necessary for determining the existence of certaincomponents such as resources, apps, etc. |
Method Summary | |
public Children | getChildren(Node node, NodeType type) Creates the children for a given NodeType.
Parameters: type - The NodeType typs for a particular node. | public Node[] | getChildrenObject(Node node, NodeType type) |
JBIContainerChildFactory | public JBIContainerChildFactory(AppserverJBIMgmtController controller)(Code) | | Public constructor for factory used to create the children of a given
NodeType.
Parameters: controller - The AppserverMgmtController used as an interface tothe AMX API necessary for determining the existence of certaincomponents such as resources, apps, etc. on the server. |
getChildren | public Children getChildren(Node node, NodeType type)(Code) | | Creates the children for a given NodeType.
Parameters: type - The NodeType typs for a particular node. The Children object containing a Node[] array of children. |
getChildrenObject | public Node[] getChildrenObject(Node node, NodeType type) throws ManagementRemoteException(Code) | | Parameters: node - Parameters: type - |
|
|