Class AgentConfigurationHandle

java.lang.Object
org.netxms.client.agent.config.AgentConfigurationHandle
All Implemented Interfaces:
Comparable<AgentConfigurationHandle>

public class AgentConfigurationHandle extends Object implements Comparable<AgentConfigurationHandle>
Handle for server side agent configuration (contains only metadata without actual content).
  • Constructor Details

    • AgentConfigurationHandle

      public AgentConfigurationHandle()
      Create empty handle
    • AgentConfigurationHandle

      public AgentConfigurationHandle(NXCPMessage msg, long baseId)
      Create from NXCP message.
      Parameters:
      msg - NXCP message
      baseId - ID of first field
  • Method Details