Uses of Class
org.netxms.client.constants.NodePollType
-
Packages that use NodePollType Package Description org.netxms.client org.netxms.client.constants -
-
Uses of NodePollType in org.netxms.client
Methods in org.netxms.client with parameters of type NodePollType Modifier and Type Method Description voidNXCSession. pollNode(long nodeId, NodePollType pollType, TextOutputListener listener)Perform a forced node poll. -
Uses of NodePollType in org.netxms.client.constants
Methods in org.netxms.client.constants that return NodePollType Modifier and Type Method Description static NodePollTypeNodePollType. getByValue(int value)Get enum element by integer valuestatic NodePollTypeNodePollType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodePollType[]NodePollType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-