|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vmware.vmguestlib.VMGuestLibHandle
public abstract class VMGuestLibHandle
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 |
---|
public static VMGuestLibInterface open() throws VMGuestLibErrorException
VMGuestLibErrorException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |