org.jvnet.hudson.wmi
Interface SWbemLocator

All Superinterfaces:
org.jinterop.dcom.core.IJIComObject, org.jinterop.dcom.impls.automation.IJIDispatch, org.kohsuke.jinterop.JIProxy, Serializable

public interface SWbemLocator
extends org.kohsuke.jinterop.JIProxy

Entry point to WMI.

Author:
Kohsuke Kawaguchi
See Also:
http://msdn.microsoft.com/en-us/library/aa393719(VS.85).aspx

Field Summary
 
Fields inherited from interface org.jinterop.dcom.impls.automation.IJIDispatch
DISPATCH_DISPID_PUTPUTREF, DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, IID
 
Method Summary
 SWbemServices ConnectServer(String server, String namespace, String user, String password)
           
 SWbemServices ConnectServer(String server, String namespace, String user, String password, String locale, String authority, int securityFlags, Object objwbemNamedValueSet)
           
 
Methods inherited from interface org.kohsuke.jinterop.JIProxy
cast
 
Methods inherited from interface org.jinterop.dcom.impls.automation.IJIDispatch
callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethodA, callMethodA, callMethodA, callMethodA, callMethodA, callMethodA, callMethodA, get, get, get, get, getIDsOfNames, getIDsOfNames, getLastExcepInfo, getTypeInfo, getTypeInfoCount, put, put, put, put, putRef, putRef, putRef, putRef
 
Methods inherited from interface org.jinterop.dcom.core.IJIComObject
addRef, call, call, getAssociatedSession, getInstanceLevelSocketTimeout, getInterfaceIdentifier, getIpid, getUnreferencedHandler, internal_getConnectionInfo, internal_getInterfacePointer, internal_removeConnectionInfo, internal_setConnectionInfo, internal_setDeffered, isDispatchSupported, isLocalReference, queryInterface, registerUnreferencedHandler, release, setInstanceLevelSocketTimeout, unregisterUnreferencedHandler
 

Method Detail

ConnectServer

SWbemServices ConnectServer(String server,
                            String namespace,
                            String user,
                            String password)
                            throws org.jinterop.dcom.common.JIException
Throws:
org.jinterop.dcom.common.JIException

ConnectServer

SWbemServices ConnectServer(String server,
                            String namespace,
                            String user,
                            String password,
                            String locale,
                            String authority,
                            int securityFlags,
                            Object objwbemNamedValueSet)
                            throws org.jinterop.dcom.common.JIException
Throws:
org.jinterop.dcom.common.JIException


Copyright © 2004-2011. All Rights Reserved.