Package edu.ntnu.item.jt.VMware

Provides an object oriented view of the VMware Vix C library.

See:
          Description

Interface Summary
VixInterface Interface to the functions defined in the vix.dll API.
 

Class Summary
CallbackProc A simple generic callback procedure which accepts a callback, responds on queries of whether the callback has been received and releases the job from the Vix API upon completion.
GuestOS Represents a Guest OS/Virtual Machine instance.
VMwareServer Representents a VMware server.
 

Package edu.ntnu.item.jt.VMware Description

Provides an object oriented view of the VMware Vix C library. Uses Java Native Interface (JNA) for communicating with the C library.