public interface IProcessTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
evictProcesses(java.lang.String[] appIDs) |
ProcessTO[] |
findProcessesByIDs(java.lang.String[] appIDs) |
ProcessTO[] |
findProcessesByType(LauncherProfileType[] types,
boolean negate) |
void |
forceUpdate(java.lang.String[] appIDs) |
ProcessTO[] |
getAllProcesses() |
void |
requestUpdate(java.lang.String[] appIDs,
boolean forceRestart) |
void |
resetConfiguration(java.lang.String[] appIDs) |
void resetConfiguration(java.lang.String[] appIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
ProcessTO[] findProcessesByIDs(java.lang.String[] appIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
ProcessTO[] findProcessesByType(LauncherProfileType[] types, boolean negate) throws java.rmi.RemoteException
java.rmi.RemoteException
void evictProcesses(java.lang.String[] appIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
void requestUpdate(java.lang.String[] appIDs, boolean forceRestart) throws java.rmi.RemoteException
java.rmi.RemoteException
ProcessTO[] getAllProcesses() throws java.rmi.RemoteException
java.rmi.RemoteException
void forceUpdate(java.lang.String[] appIDs) throws java.rmi.RemoteException
java.rmi.RemoteException