Package | Description |
---|---|
org.netxms.client |
Modifier and Type | Method and Description |
---|---|
void |
NXCSession.executeAction(long nodeId,
String action,
String[] args,
boolean receiveOutput,
TextOutputListener listener,
Writer writer)
Execute action on remote agent
|
void |
NXCSession.executeScript(long nodeId,
String script,
TextOutputListener listener)
Execute script.
|
void |
NXCSession.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)
|
void |
NXCSession.pollNode(long nodeId,
NodePollType pollType,
TextOutputListener listener)
Perform a forced node poll.
|
Copyright © 2016. All rights reserved.