Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.jconfig.mac.ProcessHelperMRJ
Summary |
class ProcessHelperMRJ extends java.lang.Object { // Fields 1 private static final String copyrightString; // Constructors 1 private ProcessHelperMRJ(); // Methods 1 static AppProcess[] getProcesses(int, int); }
Contains a static method which returns a list of the running processes.
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
Constructors |
· ProcessHelperMRJ | Summary | Top |
private ProcessHelperMRJ()
Methods |
· getProcesses | Summary | Top |
static AppProcess[] getProcesses(int maxToReturn, int flags)
Returns a list of the running processes. Creates a series of arrays to hold the return values, and then calls AppUtilsMRJ.getProcesses() For each process returned by the AppUtilsMRJ.getProcesses method, tries to create an AppProcessMRJ object
Parameter Description maxToReturn the maximum number of processes to return flags the same flags as to the FileRegistry.getProcesses() method
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7