Uses of Interface
org.netxms.client.TextOutputListener
-
Packages that use TextOutputListener Package Description org.netxms.client -
-
Uses of TextOutputListener in org.netxms.client
Methods in org.netxms.client with parameters of type TextOutputListener Modifier and Type Method Description voidNXCSession. executeAction(long nodeId, String action, String[] args, boolean receiveOutput, TextOutputListener listener, Writer writer)Execute action on remote agentStringNXCSession. executeActionWithExpansion(long nodeId, long alarmId, String action, boolean receiveOutput, Map<String,String> inputValues, TextOutputListener listener, Writer writer)Execute action on remote agentvoidNXCSession. executeLibraryScript(long nodeId, long alarmId, String script, Map<String,String> inputFields, TextOutputListener listener)Execute library script on object.voidNXCSession. executeLibraryScript(long nodeId, String script, Map<String,String> inputFields, TextOutputListener listener)Execute library script on object.voidNXCSession. executeScript(long nodeId, String script, TextOutputListener listener)Execute script.voidNXCSession. executeServerCommand(long objectId, String command, Map<String,String> inputFields, boolean receiveOutput, TextOutputListener listener, Writer writer)Execute server command related to given object (usually defined as object tool)voidNXCSession. pollNode(long nodeId, NodePollType pollType, TextOutputListener listener)Perform a forced node poll.
-