Class Node

    • Constructor Detail

      • Node

        public Node​(long id,
                    NXCSession session)
        Create new node object.
        Parameters:
        id -
        session -
      • Node

        public Node​(org.netxms.base.NXCPMessage msg,
                    NXCSession session)
        Create node object from NXCP message.
        Parameters:
        msg -
        session -
    • Method Detail

      • isAllowedOnMap

        public boolean isAllowedOnMap()
        Description copied from class: AbstractObject
        If this method returns true object is allowed to be on custom network map. Default implementation always returns false.
        Overrides:
        isAllowedOnMap in class AbstractObject
        Returns:
        true if object is allowed to be on custom network map
      • canHaveAgent

        public boolean canHaveAgent()
        Description copied from interface: PollingTarget
        Identify if this object can have NetXMS agent.
        Returns:
        true if this object can have NetXMS agent
        See Also:
        PollingTarget.canHaveAgent()
      • canHaveInterfaces

        public boolean canHaveInterfaces()
        Description copied from interface: PollingTarget
        Identify if this object can have network interfaces.
        Returns:
        true if this object can have network interfaces
        See Also:
        PollingTarget.canHaveInterfaces()
      • canHavePollerNode

        public boolean canHavePollerNode()
        Description copied from interface: PollingTarget
        Identify if this object can have poller node property.
        Returns:
        true if this object can have poller node property
        See Also:
        PollingTarget.canHavePollerNode()
      • canUseEtherNetIP

        public boolean canUseEtherNetIP()
        Description copied from interface: PollingTarget
        Identify if this object can use EtherNet/IP for communications.
        Returns:
        true if this object can use EtherNet/IP for communications
        See Also:
        PollingTarget.canUseEtherNetIP()