|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.executor.jpa.SLAEventsGetForFilterJPAExecutor
@Deprecated public class SLAEventsGetForFilterJPAExecutor
Load the list of SLAEventBean for a seqId and return the list.
| Constructor Summary | |
|---|---|
SLAEventsGetForFilterJPAExecutor(long seqId,
int len,
Map<String,List<String>> filter,
long[] lastSeqId)
Deprecated. |
|
| Method Summary | |
|---|---|
List<SLAEventBean> |
execute(javax.persistence.EntityManager em)
Deprecated. Method that encapsulates JPA access operations. |
String |
getName()
Deprecated. Return the name of the JPA executor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SLAEventsGetForFilterJPAExecutor(long seqId,
int len,
Map<String,List<String>> filter,
long[] lastSeqId)
| Method Detail |
|---|
public String getName()
JPAExecutor
getName in interface JPAExecutor<List<SLAEventBean>>
public List<SLAEventBean> execute(javax.persistence.EntityManager em)
throws JPAExecutorException
JPAExecutorEntityManager.
Implementations should commit any transaction before ending, else the transaction will be rolled back.
execute in interface JPAExecutor<List<SLAEventBean>>em - an active EntityManager
JPAExecutorException - thrown if a jpa executor failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||