org.jvnet.hudson.wmi
Class WMI

java.lang.Object
  extended by org.jvnet.hudson.wmi.WMI

public class WMI
extends Object

Connects to the remote WMI via DCOM.

Author:
Kohsuke Kawaguchi

Constructor Summary
WMI()
           
 
Method Summary
static SWbemServices connect(org.jinterop.dcom.core.JISession session, String hostName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMI

public WMI()
Method Detail

connect

public static SWbemServices connect(org.jinterop.dcom.core.JISession session,
                                    String hostName)
                             throws UnknownHostException,
                                    org.jinterop.dcom.common.JIException
Throws:
UnknownHostException
org.jinterop.dcom.common.JIException


Copyright © 2004-2011. All Rights Reserved.