
Public Member Functions | |
| Data (String name, State state, int count) | |
| int | getCount () |
| void | setCount (int count) |
| void | bumpCount () |
| String | getName () |
| State | getState () |
| boolean | equals (Object o) |
| int | compareTo (Data o) |
Private Attributes | |
| String | name |
| State | state |
| int | count |
| alma::acs::monitoring::RemoteThreadsUtil::Data::Data | ( | String | name, | |
| State | state, | |||
| int | count | |||
| ) | [inline] |
| void alma::acs::monitoring::RemoteThreadsUtil::Data::bumpCount | ( | ) | [inline] |
References count.
Referenced by alma::acs::monitoring::RemoteThreadsUtil::printThreadsInfo().
| int alma::acs::monitoring::RemoteThreadsUtil::Data::compareTo | ( | Data | o | ) | [inline] |
References getName(), and getState().
| boolean alma::acs::monitoring::RemoteThreadsUtil::Data::equals | ( | Object | o | ) | [inline] |
References getName(), getState(), name, and state.
Referenced by alma::acs::monitoring::RemoteThreadsUtil::printThreadsInfo().
| int alma::acs::monitoring::RemoteThreadsUtil::Data::getCount | ( | ) | [inline] |
References count.
Referenced by alma::acs::monitoring::RemoteThreadsUtil::printThreadsInfo().
| String alma::acs::monitoring::RemoteThreadsUtil::Data::getName | ( | ) | [inline] |
References name.
Referenced by compareTo(), equals(), and alma::acs::monitoring::RemoteThreadsUtil::printThreadsInfo().
| State alma::acs::monitoring::RemoteThreadsUtil::Data::getState | ( | ) | [inline] |
References state.
Referenced by compareTo(), equals(), and alma::acs::monitoring::RemoteThreadsUtil::printThreadsInfo().
| void alma::acs::monitoring::RemoteThreadsUtil::Data::setCount | ( | int | count | ) | [inline] |
int alma::acs::monitoring::RemoteThreadsUtil::Data::count [private] |
Referenced by bumpCount(), and getCount().
String alma::acs::monitoring::RemoteThreadsUtil::Data::name [private] |
State alma::acs::monitoring::RemoteThreadsUtil::Data::state [private] |
Referenced by equals(), and getState().
1.6.2