

Public Member Functions | |
| NTI () | |
| NTI (int type, String alarm_id, Object object) | |
| int | getType () |
| String | getAlarmId () |
| Object | getObject () |
| long | getTimestamp () |
| int | compare (Object o1, Object o2) |
| String | toString () |
| boolean | equals (Object obj) |
| int | hashCode () |
Static Public Attributes | |
| static final int | ADD = 1 |
| static final int | REMOVE = 2 |
Private Attributes | |
| int | type |
| String | alarm_id |
| Object | object |
| long | timestamp |
Class NTI - Type, Node, Timestamp, Id Helper class, represents change objects in synchro buffer with additional informations
| cern::laser::guiplatform::explorer::ACChildrenMap::NTI::NTI | ( | ) | [inline] |
| cern::laser::guiplatform::explorer::ACChildrenMap::NTI::NTI | ( | int | type, | |
| String | alarm_id, | |||
| Object | object | |||
| ) | [inline] |
References timestamp.
| int cern::laser::guiplatform::explorer::ACChildrenMap::NTI::compare | ( | Object | o1, | |
| Object | o2 | |||
| ) | [inline] |
References getTimestamp().
| boolean cern::laser::guiplatform::explorer::ACChildrenMap::NTI::equals | ( | Object | obj | ) | [inline] |
References getAlarmId().
| String cern::laser::guiplatform::explorer::ACChildrenMap::NTI::getAlarmId | ( | ) | [inline] |
References alarm_id.
Referenced by equals(), hashCode(), and cern::laser::guiplatform::explorer::ACChildrenMap::pull().
| Object cern::laser::guiplatform::explorer::ACChildrenMap::NTI::getObject | ( | ) | [inline] |
Object can be AlarmBeanNode or alarm_id (depends of type)
References object.
Referenced by cern::laser::guiplatform::explorer::ACChildrenMap::pull().
| long cern::laser::guiplatform::explorer::ACChildrenMap::NTI::getTimestamp | ( | ) | [inline] |
| int cern::laser::guiplatform::explorer::ACChildrenMap::NTI::getType | ( | ) | [inline] |
References type.
Referenced by cern::laser::guiplatform::explorer::ACChildrenMap::pull().
| int cern::laser::guiplatform::explorer::ACChildrenMap::NTI::hashCode | ( | ) | [inline] |
References getAlarmId().
| String cern::laser::guiplatform::explorer::ACChildrenMap::NTI::toString | ( | ) | [inline] |
final int cern::laser::guiplatform::explorer::ACChildrenMap::NTI::ADD = 1 [static] |
String cern::laser::guiplatform::explorer::ACChildrenMap::NTI::alarm_id [private] |
Referenced by getAlarmId(), and toString().
Object cern::laser::guiplatform::explorer::ACChildrenMap::NTI::object [private] |
Referenced by getObject().
final int cern::laser::guiplatform::explorer::ACChildrenMap::NTI::REMOVE = 2 [static] |
Referenced by getTimestamp(), NTI(), and toString().
Referenced by getType(), and toString().
1.6.2