public class GuestProcessManager extends ManagedObject
| Constructor and Description |
|---|
GuestProcessManager(ServerConnection sc,
ManagedObjectReference mor,
VirtualMachine vm) |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine |
getVM() |
GuestProcessInfo[] |
listProcessesInGuest(GuestAuthentication auth,
long[] pids) |
String[] |
readEnvironmentVariableInGuest(GuestAuthentication auth,
String[] names) |
long |
startProgramInGuest(GuestAuthentication auth,
GuestProgramSpec spec) |
void |
terminateProcessInGuest(GuestAuthentication auth,
long pid) |
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setMOR, setServerConnection, toString, waitForValuespublic GuestProcessManager(ServerConnection sc, ManagedObjectReference mor, VirtualMachine vm)
public VirtualMachine getVM()
public GuestProcessInfo[] listProcessesInGuest(GuestAuthentication auth, long[] pids) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException
public String[] readEnvironmentVariableInGuest(GuestAuthentication auth, String[] names) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException
public long startProgramInGuest(GuestAuthentication auth, GuestProgramSpec spec) throws GuestOperationsFault, InvalidState, TaskInProgress, FileFault, RuntimeFault, RemoteException
public void terminateProcessInGuest(GuestAuthentication auth, long pid) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException
Copyright © 2011-2012. All Rights Reserved.