Class CheckWmi


  • public abstract class CheckWmi
    extends java.lang.Object
    This is an example command-line tool to perform checks against WMI services using WmiClient
    Author:
    Matt Raykowski
    • Constructor Summary

      Constructors 
      Constructor Description
      CheckWmi()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      main
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheckWmi

        public CheckWmi()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws org.apache.commons.cli.ParseException

        main

        Parameters:
        args - an array of String objects.
        Throws:
        org.apache.commons.cli.ParseException - if any.