Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl Class Reference

List of all members.

Public Member Functions

 AlarmBrowsingHandlerImpl () throws LaserConnectionException
Alarm getAlarmById (String alarmId) throws LaserException
Alarm getAlarmByTriplet (Triplet triplet) throws LaserException
Alarm getAlarmByTriplet (String faultFamily, String faultMember, Integer faultCode) throws LaserException
Collection getAlarmsByCategory (Integer categoryId) throws LaserException
Collection getAlarmsByCategory (Category category) throws LaserException
Collection getAlarmsBySource (String sourceId) throws LaserException
Collection getAlarmsBySource (Source source) throws LaserException
Collection getAlarmsByResponsiblePerson (Integer responsibleId) throws LaserException
Collection getAlarmsByResponsiblePerson (ResponsiblePerson responsible) throws LaserException
Collection getAlarmsByPriority (Integer priority) throws LaserException
Collection getSources () throws LaserException
Collection getResponsiblePersons () throws LaserException

Static Public Member Functions

Collection toBusinessAlarmCollection (alma.alarmsystem.Alarm[] as)
Collection toBusinessSourceCollection (alma.alarmsystem.Source[] ss)
Collection toBusinessResponsiblePersonCollection (alma.alarmsystem.ResponsiblePerson[] ps)

Static Private Member Functions

cern.laser.business.data.ResponsiblePerson toBusinessResponsiblePerson (alma.alarmsystem.ResponsiblePerson p)
cern.laser.business.data.Triplet toBusinessTriplet (alma.alarmsystem.Triplet t)
java.sql.Timestamp toSQLTimeStamp (alma.alarmsystem.Timestamp t)
cern.laser.business.data.Status toBusinessStatus (alma.alarmsystem.Status s)
cern.laser.business.data.Source toBusinessSource (alma.alarmsystem.Source s)
cern.laser.business.data.Location toBusinessLocation (alma.alarmsystem.Location l)
cern.laser.business.data.Alarm toBusinessAlarm (alma.alarmsystem.Alarm a)

Private Attributes

AlarmService m_laser

Constructor & Destructor Documentation

cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::AlarmBrowsingHandlerImpl  )  throws LaserConnectionException [inline]
 


Member Function Documentation

Alarm cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmById String  alarmId  )  throws LaserException [inline]
 

Alarm cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmByTriplet String  faultFamily,
String  faultMember,
Integer  faultCode
throws LaserException [inline]
 

Alarm cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmByTriplet Triplet  triplet  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByCategory Category  category  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByCategory Integer  categoryId  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByPriority Integer  priority  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByResponsiblePerson ResponsiblePerson  responsible  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByResponsiblePerson Integer  responsibleId  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsBySource Source  source  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsBySource String  sourceId  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getResponsiblePersons  )  throws LaserException [inline]
 

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getSources  )  throws LaserException [inline]
 

cern.laser.business.data.Alarm cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessAlarm alma.alarmsystem.Alarm  a  )  [inline, static, private]
 

Helper method converting CORBA struct to EJB business class.

Parameters:
a 
Returns:

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessAlarmCollection alma.alarmsystem.Alarm[]  as  )  [inline, static]
 

Helper method.

Parameters:
as 
Returns:

cern.laser.business.data.Location cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessLocation alma.alarmsystem.Location  l  )  [inline, static, private]
 

Helper method converting CORBA struct to EJB business class.

Parameters:
l 
Returns:

cern.laser.business.data.ResponsiblePerson cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessResponsiblePerson alma.alarmsystem.ResponsiblePerson  p  )  [inline, static, private]
 

Helper method converting CORBA struct to EJB business class.

Parameters:
p 
Returns:

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessResponsiblePersonCollection alma.alarmsystem.ResponsiblePerson[]  ps  )  [inline, static]
 

Helper method.

Parameters:
ps 
Returns:

cern.laser.business.data.Source cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessSource alma.alarmsystem.Source  s  )  [inline, static, private]
 

Helper method converting CORBA struct to EJB business class.

Parameters:
s 
Returns:

Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessSourceCollection alma.alarmsystem.Source[]  ss  )  [inline, static]
 

Helper method.

Parameters:
ss 
Returns:

cern.laser.business.data.Status cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessStatus alma.alarmsystem.Status  s  )  [inline, static, private]
 

Helper method converting CORBA struct to EJB business class.

Parameters:
s 
Returns:

cern.laser.business.data.Triplet cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessTriplet alma.alarmsystem.Triplet  t  )  [inline, static, private]
 

Helper method converting CORBA struct to EJB business class.

Parameters:
t 
Returns:

java.sql.Timestamp cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toSQLTimeStamp alma.alarmsystem.Timestamp  t  )  [inline, static, private]
 

Helper method converting CORBA struct to SQL Timestamp.

Parameters:
t 
Returns:


Member Data Documentation

AlarmService cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::m_laser [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:08:52 2009 for ACS Java API by doxygen 1.3.8