net.sf.farrago.runtime
Class FarragoUdrInvocationFrame

java.lang.Object
  extended by 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

Field Summary
(package private)  boolean allowSql
           
(package private)  Connection connection
           
(package private)  FarragoRuntimeContext context
           
(package private)  EnkiMDSession reposSession
           
(package private)  FarragoSessionUdrContext udrContext
           
 
Constructor Summary
FarragoUdrInvocationFrame()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

FarragoRuntimeContext context

reposSession

EnkiMDSession reposSession

udrContext

FarragoSessionUdrContext udrContext

allowSql

boolean allowSql

connection

Connection connection
Constructor Detail

FarragoUdrInvocationFrame

FarragoUdrInvocationFrame()