Uses of Class
org.netxms.client.objects.ClusterResource
-
Packages that use ClusterResource Package Description org.netxms.client org.netxms.client.objects -
-
Uses of ClusterResource in org.netxms.client
Methods in org.netxms.client that return types with arguments of type ClusterResource Modifier and Type Method Description List<ClusterResource>NXCObjectModificationData. getResourceList()Method parameters in org.netxms.client with type arguments of type ClusterResource Modifier and Type Method Description voidNXCObjectModificationData. setResourceList(List<ClusterResource> resourceList) -
Uses of ClusterResource in org.netxms.client.objects
Methods in org.netxms.client.objects that return types with arguments of type ClusterResource Modifier and Type Method Description List<ClusterResource>Cluster. getResources()Constructors in org.netxms.client.objects with parameters of type ClusterResource Constructor Description ClusterResource(ClusterResource src)Copy constructor
-