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 void
freezeEvent(boolean b)
void
transactionActivatedEvent()
void
transactionCommittedEvent()
void
transactionDeactivatedEvent()
void
transactionRolledbackEvent()
-
-
-
Method Detail
-
transactionActivatedEvent
public void transactionActivatedEvent()
-
transactionDeactivatedEvent
public void transactionDeactivatedEvent()
-
transactionCommittedEvent
public void transactionCommittedEvent()
-
transactionRolledbackEvent
public void transactionRolledbackEvent()
-
freezeEvent
public void freezeEvent(boolean b)
-
-