Public Member Functions | Static Public Attributes

cern.laser.guiplatform.explorer.ACChildrenMap.NTI Class Reference

Inherits java::util::Comparator.

List of all members.

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

Detailed Description

Class NTI - Type, Node, Timestamp, Id Helper class, represents change objects in synchro buffer with additional informations


Constructor & Destructor Documentation

cern.laser.guiplatform.explorer.ACChildrenMap.NTI.NTI (  ) 
cern.laser.guiplatform.explorer.ACChildrenMap.NTI.NTI ( int  type,
String  alarm_id,
Object  object 
)

Member Function Documentation

int cern.laser.guiplatform.explorer.ACChildrenMap.NTI.compare ( Object  o1,
Object  o2 
)
boolean cern.laser.guiplatform.explorer.ACChildrenMap.NTI.equals ( Object  obj  ) 
String cern.laser.guiplatform.explorer.ACChildrenMap.NTI.getAlarmId (  ) 
Object cern.laser.guiplatform.explorer.ACChildrenMap.NTI.getObject (  ) 

Object can be AlarmBeanNode or alarm_id (depends of type)

Referenced by cern.laser.guiplatform.explorer.ACChildrenMap.pull().

long cern.laser.guiplatform.explorer.ACChildrenMap.NTI.getTimestamp (  ) 
int cern.laser.guiplatform.explorer.ACChildrenMap.NTI.getType (  ) 
int cern.laser.guiplatform.explorer.ACChildrenMap.NTI.hashCode (  ) 
String cern.laser.guiplatform.explorer.ACChildrenMap.NTI.toString (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties