| Package | Description |
|---|---|
| org.netxms.client | |
| org.netxms.client.server |
| Modifier and Type | Method and Description |
|---|---|
List<AgentFile> |
NXCSession.listAgentFiles(AgentFile file,
String fullPath,
long objectId)
List files on agent file store.
|
| Modifier and Type | Method and Description |
|---|---|
AgentFileInfo |
NXCSession.getAgentFileInfo(AgentFile file)
Return information about agent file
|
List<AgentFile> |
NXCSession.listAgentFiles(AgentFile file,
String fullPath,
long objectId)
List files on agent file store.
|
| Modifier and Type | Method and Description |
|---|---|
AgentFile |
AgentFile.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<AgentFile> |
AgentFile.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentFile.addChield(AgentFile chield) |
void |
AgentFile.removeChield(AgentFile chield) |
void |
AgentFile.setParent(AgentFile parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentFile.setChildren(List<AgentFile> children) |
| Constructor and Description |
|---|
AgentFile(AgentFile src)
Copy constructor for agent file
|
AgentFile(org.netxms.base.NXCPMessage msg,
long baseId,
AgentFile parent,
long nodeId)
Create server file object from NXCP message.
|
AgentFile(String name,
int fileType,
AgentFile parent,
long nodeId)
Constructor for AgentFile
|
Copyright © 2018. All rights reserved.