|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.events.server.session.HierarchicalAlertingManagerEJBImpl
public class HierarchicalAlertingManagerEJBImpl
The HierarchicalAlertingManager provides APIs to manage alert suppression.
Constructor Summary | |
---|---|
HierarchicalAlertingManagerEJBImpl()
|
Method Summary | |
---|---|
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
static org.hyperic.hq.events.shared.HierarchicalAlertingManagerLocal |
getOne()
Get local home object |
void |
performSecondaryAvailabilityCheck(java.util.Map downPlatforms)
Perform a simple "secondary" availability check for down platforms. |
void |
setSessionContext(javax.ejb.SessionContext ctx)
|
void |
suppressMeasurementEvents(java.util.Map events,
boolean isFromAgent)
Determine whether the measurement events can be suppressed as part of hierarchical alerting |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HierarchicalAlertingManagerEJBImpl()
Method Detail |
---|
public void suppressMeasurementEvents(java.util.Map events, boolean isFromAgent)
suppressMeasurementEvents
in interface HierarchicalAlertingManagerInterface
events
- MapisFromAgent
- --> indicates whether the events came from the agent or backfillerpublic void performSecondaryAvailabilityCheck(java.util.Map downPlatforms)
performSecondaryAvailabilityCheck
in interface HierarchicalAlertingManagerInterface
public static org.hyperic.hq.events.shared.HierarchicalAlertingManagerLocal getOne()
public void ejbCreate()
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext
in interface javax.ejb.SessionBean
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |