org.jvnet.hudson.wmi
Interface Win32OperatingSystem

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

public interface Win32OperatingSystem
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
 void Reboot()
           
 void Shutdown()
           
 void Win32Shutdown(int flags, int _)
           
 
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

Shutdown

void Shutdown()
              throws org.jinterop.dcom.common.JIException
Throws:
org.jinterop.dcom.common.JIException

Reboot

void Reboot()
            throws org.jinterop.dcom.common.JIException
Throws:
org.jinterop.dcom.common.JIException

Win32Shutdown

void Win32Shutdown(int flags,
                   int _)
                   throws org.jinterop.dcom.common.JIException
Throws:
org.jinterop.dcom.common.JIException


Copyright © 2004-2011. All Rights Reserved.