|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.runtime.EventContextImpl
public class EventContextImpl
Bpel Event Context Implementation.
| Constructor Summary | |
|---|---|
EventContextImpl(org.apache.ode.bpel.o.OScope __scope,
java.lang.Long __scopeInstanceId,
BpelRuntimeContext __runtimeContext)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Long |
getScopeInstanceId()
Get ScopeInstanceId |
java.lang.String |
getVariableData(java.lang.String varName)
Get Variable data for the given variable name, for this scope instance |
java.lang.String[] |
getVariableNames()
Get All variable names used in this scope Instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventContextImpl(org.apache.ode.bpel.o.OScope __scope,
java.lang.Long __scopeInstanceId,
BpelRuntimeContext __runtimeContext)
__scope - Scope Object used in this scope instance.__scopeInstanceId - Scope Instance ID__runtimeContext - BPEL Runtime Context| Method Detail |
|---|
public java.lang.String getVariableData(java.lang.String varName)
getVariableData in interface org.apache.ode.bpel.evt.EventContextvarName - Variable Name
public java.lang.String[] getVariableNames()
getVariableNames in interface org.apache.ode.bpel.evt.EventContextpublic java.lang.Long getScopeInstanceId()
getScopeInstanceId in interface org.apache.ode.bpel.evt.EventContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||