org.jvnet.hudson.wmi
Interface Win32Process

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

public interface Win32Process
extends org.kohsuke.jinterop.JIProxy

Author:
Kohsuke Kawaguchi

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
 int Create(String cmdLine, String curDir, Object processStartup, org.jinterop.dcom.core.JIVariant outPid)
           
 
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

Create

int Create(String cmdLine,
           String curDir,
           Object processStartup,
           org.jinterop.dcom.core.JIVariant outPid)


Copyright © 2004-2011. All Rights Reserved.