org.smartcc
Class SmartLocalRefObject

java.lang.Object
  |
  +--org.smartcc.SmartLocalRefObject
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

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

Invocation handler for the local interface proxy of a smart local ref.

Version:
$Revision: 1.2 $
Author:
Holger Engels

Constructor Summary
SmartLocalRefObject(SmartLocalRef smartLocalRef, javax.ejb.EJBLocalObject localObject)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
          Invocations to methods of EJBLocalObject are handled locally, all other invocations are forwarded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartLocalRefObject

public SmartLocalRefObject(SmartLocalRef smartLocalRef,
                           javax.ejb.EJBLocalObject localObject)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Invocations to methods of EJBLocalObject are handled locally, all other invocations are forwarded.

Specified by:
invoke in interface java.lang.reflect.InvocationHandler
java.lang.Throwable


Copyright © 2002 DC-TSS. All Rights Reserved.