ConForM.CoopnTools.JavaProto.Interpretor
Class GateBackEnd

java.lang.Object
  |
  +--ConForM.CoopnTools.JavaProto.Interpretor.GateBackEnd
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class GateBackEnd
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
GateBackEnd(CoopnContextGateSymbol gate, ContextBackEnd cbe, java.lang.Object context)
           
 
Method Summary
 java.lang.RuntimeException getException()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GateBackEnd

public GateBackEnd(CoopnContextGateSymbol gate,
                   ContextBackEnd cbe,
                   java.lang.Object context)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.RuntimeException
Specified by:
invoke in interface java.lang.reflect.InvocationHandler

getException

public java.lang.RuntimeException getException()