org.smartcc
Class LocalSessionHome

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

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

Invocation handler for the home interface proxy of local session beans.


Constructor Summary
LocalSessionHome(LocalSessionContainer container)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
          Handle invocations to the home interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalSessionHome

public LocalSessionHome(LocalSessionContainer container)
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
Handle invocations to the home interface. create methods are forwarded. The remove method is not defined for session beans.

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


Copyright © 2002 DC-TSS. All Rights Reserved.