org.jboss.ejb3.remoting
Class BaseRemoteProxy
java.lang.Object
org.jboss.ejb3.remoting.BaseRemoteProxy
- All Implemented Interfaces:
- Serializable, InvocationHandler, Proxy, RemoteProxy
- Direct Known Subclasses:
- BaseSessionRemoteProxy, ServiceRemoteProxy, StatefulClusteredProxy, StatelessClusteredProxy
public abstract class BaseRemoteProxy
- extends Object
- implements Serializable, InvocationHandler, RemoteProxy
Comment
- Version:
- $Revision: 1.3.2.4 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
containerId
protected Object containerId
interceptors
protected org.jboss.aop.advice.Interceptor[] interceptors
metadata
protected org.jboss.aop.metadata.SimpleMetaData metadata
BaseRemoteProxy
protected BaseRemoteProxy(Object containerId,
org.jboss.aop.advice.Interceptor[] interceptors)
BaseRemoteProxy
protected BaseRemoteProxy()
getMetaData
public org.jboss.aop.metadata.SimpleMetaData getMetaData()
- Specified by:
getMetaData in interface RemoteProxy
invoke
public abstract Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
toString
public abstract String toString()
- Description copied from interface:
Proxy
- For use in hashCode, toString() and equals() *
- Specified by:
toString in interface Proxy- Overrides:
toString in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.