net.sf.farrago.runtime
Class FarragoUdrInvocationFrame
java.lang.Object
net.sf.farrago.runtime.FarragoUdrInvocationFrame
class FarragoUdrInvocationFrame
- extends Object
FarragoUdrInvocationFrame represents one entry on the routine invocation
stack for a given thread.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/runtime/FarragoUdrInvocationFrame.java#8 $
- Author:
- John V. Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
FarragoRuntimeContext context
reposSession
EnkiMDSession reposSession
udrContext
FarragoSessionUdrContext udrContext
allowSql
boolean allowSql
connection
Connection connection
FarragoUdrInvocationFrame
FarragoUdrInvocationFrame()