org.jboss.ejb3.stateless
Class StatelessRemoteProxy

java.lang.Object
  extended by org.jboss.ejb3.remoting.BaseRemoteProxy
      extended by org.jboss.ejb3.session.BaseSessionRemoteProxy
          extended by org.jboss.ejb3.stateless.StatelessRemoteProxy
All Implemented Interfaces:
Serializable, InvocationHandler, Proxy, RemoteProxy

public class StatelessRemoteProxy
extends BaseSessionRemoteProxy

Comment

Version:
$Revision: 1.3.2.4 $
Author:
Bill Burke
See Also:
Serialized Form

Field Summary
protected  org.jboss.remoting.InvokerLocator uri
           
 
Fields inherited from class org.jboss.ejb3.session.BaseSessionRemoteProxy
ejbMetaData, handle, homeHandle, id
 
Fields inherited from class org.jboss.ejb3.remoting.BaseRemoteProxy
containerId, interceptors, metadata
 
Constructor Summary
protected StatelessRemoteProxy()
           
  StatelessRemoteProxy(org.jboss.aspects.asynch.AsynchProvider provider, Object containerId, org.jboss.aop.advice.Interceptor[] interceptors, org.jboss.remoting.InvokerLocator uri)
           
  StatelessRemoteProxy(Object containerId, org.jboss.aop.advice.Interceptor[] interceptors, org.jboss.remoting.InvokerLocator uri)
           
 
Method Summary
 Object getAsynchronousProxy(Object proxy)
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 String toString()
          For use in hashCode, toString() and equals() *
 
Methods inherited from class org.jboss.ejb3.session.BaseSessionRemoteProxy
setEjbMetaData, setHandle, setHomeHandle
 
Methods inherited from class org.jboss.ejb3.remoting.BaseRemoteProxy
getMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uri

protected org.jboss.remoting.InvokerLocator uri
Constructor Detail

StatelessRemoteProxy

public StatelessRemoteProxy(Object containerId,
                            org.jboss.aop.advice.Interceptor[] interceptors,
                            org.jboss.remoting.InvokerLocator uri)

StatelessRemoteProxy

public StatelessRemoteProxy(org.jboss.aspects.asynch.AsynchProvider provider,
                            Object containerId,
                            org.jboss.aop.advice.Interceptor[] interceptors,
                            org.jboss.remoting.InvokerLocator uri)

StatelessRemoteProxy

protected StatelessRemoteProxy()
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Specified by:
invoke in class BaseRemoteProxy
Throws:
Throwable

getAsynchronousProxy

public Object getAsynchronousProxy(Object proxy)

toString

public String toString()
Description copied from interface: Proxy
For use in hashCode, toString() and equals() *

Specified by:
toString in interface Proxy
Specified by:
toString in class BaseRemoteProxy


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.