org.smartcc
Class SmartLocalRefHome

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

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

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

Version:
$Revision: 1.1.1.1 $
Author:
Holger Engels

Constructor Summary
SmartLocalRefHome(SmartLocalRef smartLocalRef)
           
 
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

SmartLocalRefHome

public SmartLocalRefHome(SmartLocalRef smartLocalRef)
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.