org.smartcc
Class SmartRefHome

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

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

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

Version:
$Revision: 1.1.1.1 $
Author:
Holger Engels

Constructor Summary
SmartRefHome(SmartRef smartRef)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
          Forward invocations of create methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartRefHome

public SmartRefHome(SmartRef smartRef)
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
Forward invocations of create methods. Barf, if remove is called, for remove isn't defined for session beans.

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


Copyright © 2002 DC-TSS. All Rights Reserved.