|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.engine.ODEProcess
public class ODEProcess
Entry point into the runtime of a BPEL process.
Field Summary | |
---|---|
protected org.apache.ode.bpel.engine.Contexts |
_contexts
|
Method Summary | |
---|---|
java.net.URI |
getBaseResourceURI()
Retrives the base URI to use for local resource resolution. |
ExternalVariableManager |
getEVM()
|
long |
getLastUsed()
|
org.w3c.dom.Node |
getProcessProperty(javax.xml.namespace.QName propertyName)
|
OdeConfigProperties |
getProperties()
|
java.util.Set<Endpoint> |
getServiceNames()
Get all the services that are implemented by this process. |
boolean |
hintIsHydrated()
Get a hint as to whether this process is hydrated. |
boolean |
isInMemory()
|
void |
releaseMessageExchange(java.lang.String mexId)
|
void |
saveEvent(ProcessInstanceEvent event,
ProcessInstanceDAO instanceDao)
|
void |
saveEvent(ProcessInstanceEvent event,
ProcessInstanceDAO instanceDao,
java.util.List<java.lang.String> scopeNames)
|
java.lang.String |
scheduleWorkEvent(WorkEvent we,
java.util.Date timeToFire)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected org.apache.ode.bpel.engine.Contexts _contexts
Method Detail |
---|
public java.net.URI getBaseResourceURI()
public OdeConfigProperties getProperties()
public java.lang.String toString()
toString
in class java.lang.Object
public ExternalVariableManager getEVM()
public java.util.Set<Endpoint> getServiceNames()
public void saveEvent(ProcessInstanceEvent event, ProcessInstanceDAO instanceDao)
public void saveEvent(ProcessInstanceEvent event, ProcessInstanceDAO instanceDao, java.util.List<java.lang.String> scopeNames)
public boolean isInMemory()
public long getLastUsed()
public boolean hintIsHydrated()
public void releaseMessageExchange(java.lang.String mexId)
public java.lang.String scheduleWorkEvent(WorkEvent we, java.util.Date timeToFire)
public org.w3c.dom.Node getProcessProperty(javax.xml.namespace.QName propertyName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |