org.jboss.ejb3.stateless
Class StatelessRemoteProxy
java.lang.Object
org.jboss.ejb3.remoting.BaseRemoteProxy
org.jboss.ejb3.session.BaseSessionRemoteProxy
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
|
|
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)
|
uri
protected org.jboss.remoting.InvokerLocator uri
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()
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.