public interface CachedConditionManagerLocal
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.alert.Alert |
processCachedConditionMessageNewTx(AbstractAlertConditionMessage conditionMessage,
Integer definitionId)
The entry point to all out-of-band alert condition processing.
|
org.rhq.core.domain.alert.Alert processCachedConditionMessageNewTx(AbstractAlertConditionMessage conditionMessage, Integer definitionId)
TransactionAttributeType.REQUIRES_NEW annotation. Thus, when this method
completes, the caller knows that any information it has committed to the database
will be visible to it as well as any other thread that is blocked, waiting for it
to complete.conditionMessage - definitionId - Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.