Class WmiClient

  • All Implemented Interfaces:
    IWmiClient

    public class WmiClient
    extends java.lang.Object
    implements IWmiClient

    This is a low-level WMI client harnessing DCOM to communicate with remote agents. The interface provided is similar but not identical to that of the SWbemServices interface.

    Author:
    Matt Raykowski, OpenNMS
    • Constructor Detail

      • WmiClient

        public WmiClient​(java.lang.String address)
                  throws WmiException

        Constructor for WmiClient.

        Parameters:
        address - a String object.
        Throws:
        WmiException - if any.