Serialized Form


Package org.jboss.ejb3.proxy.handler

Class org.jboss.ejb3.proxy.handler.NotEligibleForDirectInvocationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase extends java.lang.Object implements Serializable

Serialized Fields

interceptors

org.jboss.aop.advice.Interceptor[] interceptors
The interceptors to apply to inovcations upon this handler


containerName

java.lang.String containerName
The name under which the target container is registered


containerGuid

java.lang.String containerGuid
The Globally-unique Container ID


Package org.jboss.ejb3.proxy.handler.session

Class org.jboss.ejb3.proxy.handler.session.SessionProxyInvocationHandlerBase extends ProxyInvocationHandlerBase implements Serializable

serialVersionUID: 1L

Class org.jboss.ejb3.proxy.handler.session.SessionSpecProxyInvocationHandlerBase extends SessionProxyInvocationHandlerBase implements Serializable

Serialized Fields

businessInterfaceType

java.lang.String businessInterfaceType
Fully-qualified name of the class targeted either for injection or casting to support getInvokedBusinessInterface. May be null to denote non-deterministic invocation


Package org.jboss.ejb3.proxy.handler.session.stateful

Class org.jboss.ejb3.proxy.handler.session.stateful.StatefulLocalProxyInvocationHandler extends StatefulProxyInvocationHandlerBase implements Serializable

serialVersionUID: 1L

Class org.jboss.ejb3.proxy.handler.session.stateful.StatefulProxyInvocationHandlerBase extends SessionSpecProxyInvocationHandlerBase implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionId

java.io.Serializable sessionId
The Session ID of the SFSB Instance to which this ProxyHandler will delegate

Class org.jboss.ejb3.proxy.handler.session.stateful.StatefulRemoteProxyInvocationHandler extends StatefulProxyInvocationHandlerBase implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.lang.String url

Package org.jboss.ejb3.proxy.handler.session.stateless

Class org.jboss.ejb3.proxy.handler.session.stateless.StatelessLocalProxyInvocationHandler extends StatelessProxyInvocationHandlerBase implements Serializable

serialVersionUID: 1L

Class org.jboss.ejb3.proxy.handler.session.stateless.StatelessProxyInvocationHandlerBase extends SessionSpecProxyInvocationHandlerBase implements Serializable

serialVersionUID: 1L

Class org.jboss.ejb3.proxy.handler.session.stateless.StatelessRemoteProxyInvocationHandler extends StatelessProxyInvocationHandlerBase implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.lang.String url

Package org.jboss.ejb3.proxy.invocation

Class org.jboss.ejb3.proxy.invocation.InvokableContextStatefulRemoteProxyInvocationHack extends org.jboss.aspects.remoting.PojiProxy implements Serializable

Serialized Fields

sessionId

java.io.Serializable sessionId
Deprecated. 
The Session ID to be used in SFSB Invocations


containerGuid

java.lang.String containerGuid
Deprecated. 
The Globally-Unique ID of the target Container


Package org.jboss.ejb3.proxy.objectfactory

Class org.jboss.ejb3.proxy.objectfactory.Ejb3RegistrarProxyObjectFactory extends ProxyObjectFactory implements Serializable

serialVersionUID: 1L

Class org.jboss.ejb3.proxy.objectfactory.ProxyObjectFactory extends java.lang.Object implements Serializable


Package org.jboss.ejb3.proxy.objectfactory.session

Class org.jboss.ejb3.proxy.objectfactory.session.SessionProxyObjectFactory extends Ejb3RegistrarProxyObjectFactory implements Serializable

serialVersionUID: 1L


Package org.jboss.ejb3.proxy.objectfactory.session.stateful

Class org.jboss.ejb3.proxy.objectfactory.session.stateful.StatefulSessionProxyObjectFactory extends SessionProxyObjectFactory implements Serializable

serialVersionUID: 1L


Package org.jboss.ejb3.proxy.objectfactory.session.stateless

Class org.jboss.ejb3.proxy.objectfactory.session.stateless.StatelessSessionProxyObjectFactory extends SessionProxyObjectFactory implements Serializable

serialVersionUID: 1L


Package org.jboss.ejb3.proxy.remoting

Class org.jboss.ejb3.proxy.remoting.IsLocalProxyFactoryInterceptor extends java.lang.Object implements Serializable

serialVersionUID: -1264055696758370812L

Serialized Fields

marshalledStamp

long marshalledStamp

Package org.jboss.ejb3.stateful

Class org.jboss.ejb3.stateful.StatefulRemoteInvocation extends org.jboss.aop.joinpoint.MethodInvocation implements Serializable

serialVersionUID: 523913901046490941L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException