|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.application.impl.EjbProcessApplicationReference
public class EjbProcessApplicationReference
A reference to an EJB process application.
An EJB process application is an EJB Session Bean that can be looked up in JNDI.
| Field Summary | |
|---|---|
protected String |
processApplicationName
the name of the process application |
protected ProcessApplicationInterface |
selfReference
this is an EjbProxy and can be cached |
| Constructor Summary | |
|---|---|
EjbProcessApplicationReference(ProcessApplicationInterface selfReference,
String name)
|
|
| Method Summary | |
|---|---|
String |
getName()
|
ProcessApplicationInterface |
getProcessApplication()
Get the process application. |
void |
processEngineStopping(ProcessEngine processEngine)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ProcessApplicationInterface selfReference
protected String processApplicationName
| Constructor Detail |
|---|
public EjbProcessApplicationReference(ProcessApplicationInterface selfReference,
String name)
| Method Detail |
|---|
public String getName()
getName in interface ProcessApplicationReference
public ProcessApplicationInterface getProcessApplication()
throws ProcessApplicationUnavailableException
ProcessApplicationReference
getProcessApplication in interface ProcessApplicationReferenceAbstractProcessApplication
ProcessApplicationUnavailableException - if the process application is unavailable
public void processEngineStopping(ProcessEngine processEngine)
throws ProcessApplicationUnavailableException
ProcessApplicationUnavailableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||