Class WmiDetectorFactory

    • Constructor Detail

      • WmiDetectorFactory

        public WmiDetectorFactory()
    • Method Detail

      • buildRequest

        public DetectRequest buildRequest​(java.lang.String location,
                                          java.net.InetAddress address,
                                          java.lang.Integer port,
                                          java.util.Map<java.lang.String,​java.lang.String> attributes)
        Description copied from interface: ServiceDetectorFactory
        Builds the request that will be used to invoke the detector.
        Specified by:
        buildRequest in interface ServiceDetectorFactory<WmiDetector>
        Overrides:
        buildRequest in class GenericServiceDetectorFactory<WmiDetector>
        Parameters:
        location - name of the location in which the detector will be invoked
        address - address of the agent against which the detector will be invoked
        port - port of the agent against which the detector will be invoked
        Returns:
        a new DetectRequest
      • getRuntimeAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getRuntimeAttributes​(java.net.InetAddress address)