org.smartcc
Class LocalSessionObject

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

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

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


Constructor Summary
LocalSessionObject(LocalSessionContainer container, javax.ejb.SessionBean session)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalSessionObject

public LocalSessionObject(LocalSessionContainer container,
                          javax.ejb.SessionBean session)
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.