public interface ProcessReport
Modifier and Type | Interface and Description |
---|---|
static class |
ProcessReport.State
Process state.
|
static class |
ProcessReport.StateThenNameThenNumberComparator
Comparator that compares ProcessReports by state, then by name.
|
Modifier and Type | Method and Description |
---|---|
ProcessAddress<? extends ProcessIdentity> |
getProcessAddress()
Return the unique process address.
|
ProcessReport.State |
getState()
Return the process status.
|
ProcessAddress<? extends ProcessIdentity> getProcessAddress()
ProcessReport.State getState()
Copyright © 2000-2014. All Rights Reserved.