BaseRemoteProxypublic abstract class BaseRemoteProxy extends Object implements RemoteProxy, InvocationHandler, Serializable
Fields Summary |
---|
protected Object | containerId | protected org.jboss.aop.advice.Interceptor[] | interceptors | protected org.jboss.aop.metadata.SimpleMetaData | metadata |
Constructors Summary |
---|
protected BaseRemoteProxy(Object containerId, org.jboss.aop.advice.Interceptor[] interceptors)
this.containerId = containerId;
this.interceptors = interceptors;
| protected BaseRemoteProxy()
|
|