| Interface | Description |
|---|---|
| EntityManagerFacadeLocal |
| Class | Description |
|---|---|
| EntityManagerFacade | |
| PerformanceMonitorInterceptor |
To enable this interceptor, add a binding to the ejb-jar.xml:
<!-- enable this to get lots of performance data as you navigate around the UI
<interceptor-binding>
<ejb-name>*</ejb-name>
<interceptor-class>org.rhq.enterprise.server.common.PerformanceMonitorInterceptor</interceptor-class>
</interceptor-binding>
-->
|
| TransactionInterruptInterceptor |
This EJB3 interceptor's job is to install a new JBossTM CheckedAction
on the request thread's current transaction.
|
| Annotation Type | Description |
|---|---|
| InterruptOnTransactionTimeout |
This annotation indicates whether or not the thread executing the method should
be notified via an interrupt if and when its transaction times out.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.