Uses of Class
org.netxms.client.PhysicalComponent
-
Packages that use PhysicalComponent Package Description org.netxms.client -
-
Uses of PhysicalComponent in org.netxms.client
Methods in org.netxms.client that return PhysicalComponent Modifier and Type Method Description PhysicalComponentNXCSession. getNodePhysicalComponents(long nodeId)Get node's physical components (obtained from ENTITY-MIB).PhysicalComponentPhysicalComponent. getParent()Methods in org.netxms.client that return types with arguments of type PhysicalComponent Modifier and Type Method Description List<PhysicalComponent>PhysicalComponent. getSubcomponents()Constructors in org.netxms.client with parameters of type PhysicalComponent Constructor Description PhysicalComponent(org.netxms.base.NXCPMessage msg, long baseId, PhysicalComponent parent)Create object from NXCP message
-