Class TransactionServiceProbeProvider
- java.lang.Object
-
- com.sun.enterprise.transaction.monitoring.TransactionServiceProbeProvider
-
public class TransactionServiceProbeProvider extends Object
Probe emitter for the Transaction Service. Used by the probe framework as an event notifier.- Author:
- Marina Vatkina
-
-
Constructor Summary
Constructors Constructor Description TransactionServiceProbeProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfreezeEvent(boolean b)voidtransactionActivatedEvent()voidtransactionCommittedEvent()voidtransactionDeactivatedEvent()voidtransactionRolledbackEvent()
-
-
-
Method Detail
-
transactionActivatedEvent
public void transactionActivatedEvent()
-
transactionDeactivatedEvent
public void transactionDeactivatedEvent()
-
transactionCommittedEvent
public void transactionCommittedEvent()
-
transactionRolledbackEvent
public void transactionRolledbackEvent()
-
freezeEvent
public void freezeEvent(boolean b)
-
-