Package com.vmware.vim25.mo
Class GuestProcessManager
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.GuestProcessManager
-
Constructor Summary
ConstructorsConstructorDescriptionGuestProcessManager(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptiongetVM()listProcessesInGuest(GuestAuthentication auth, long[] pids) listProcessesInGuest(VirtualMachine vm, GuestAuthentication auth, long[] pids) String[]readEnvironmentVariableInGuest(GuestAuthentication auth, String[] names) String[]readEnvironmentVariableInGuest(VirtualMachine vm, GuestAuthentication auth, String[] names) voidsetVM(VirtualMachine vm) longstartProgramInGuest(GuestAuthentication auth, GuestProgramSpec spec) longstartProgramInGuest(VirtualMachine vm, GuestAuthentication auth, GuestProgramSpec spec) voidterminateProcessInGuest(VirtualMachine vm, GuestAuthentication auth, long pid) Methods inherited from class com.vmware.vim25.mo.ManagedObject
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setCachedProperty, setMOR, setServerConnection, toString, waitForValues
-
Constructor Details
-
GuestProcessManager
-
-
Method Details
-
listProcessesInGuest
public GuestProcessInfo[] listProcessesInGuest(VirtualMachine vm, GuestAuthentication auth, long[] pids) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException -
readEnvironmentVariableInGuest
public String[] readEnvironmentVariableInGuest(VirtualMachine vm, GuestAuthentication auth, String[] names) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException -
startProgramInGuest
public long startProgramInGuest(VirtualMachine vm, GuestAuthentication auth, GuestProgramSpec spec) throws FileFault, GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException -
terminateProcessInGuest
public void terminateProcessInGuest(VirtualMachine vm, GuestAuthentication auth, long pid) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException -
getVM
-
setVM
-
listProcessesInGuest
public GuestProcessInfo[] listProcessesInGuest(GuestAuthentication auth, long[] pids) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException -
readEnvironmentVariableInGuest
public String[] readEnvironmentVariableInGuest(GuestAuthentication auth, String[] names) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException -
startProgramInGuest
public long startProgramInGuest(GuestAuthentication auth, GuestProgramSpec spec) throws GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault, RemoteException
-