com.vmware.vmguestlib
Class VMGuestLibHandle

java.lang.Object
  extended by com.vmware.vmguestlib.VMGuestLibHandle

public abstract class VMGuestLibHandle
extends java.lang.Object

The VMGuestLibHandle class provides a factory method to obtain new instances of the VMGuestLibInterface. The open method of this class opens a new handle to the VMware Guest API and returns an interface instance associated with the handle. The handle can be released when no longer needed by invoking the close method on the interface instance.


Method Summary
static VMGuestLibInterface open()
          Open a new handle to the VMware Guest API provider and return an interface instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

open

public static VMGuestLibInterface open()
                                throws VMGuestLibErrorException
Open a new handle to the VMware Guest API provider and return an interface instance.

Throws:
VMGuestLibErrorException


VMware, Inc. (c)2006