Invocation API 1.1.0.Final

Serialized Form


Package org.jboss.invocation

Class org.jboss.invocation.CannotProceedException extends IllegalStateException implements Serializable

serialVersionUID: 4630132665896729453L

Class org.jboss.invocation.ContextClassLoaderInterceptor extends Object implements Serializable

serialVersionUID: 3727922476337147374L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

classLoader

ClassLoader classLoader

Class org.jboss.invocation.ImmediateInterceptorFactory extends Object implements Serializable

serialVersionUID: 6682812775144283216L

Serialized Fields

interceptor

Interceptor interceptor

Class org.jboss.invocation.InitialInterceptor extends Object implements Serializable

Class org.jboss.invocation.InterceptorInvocationHandler extends Object implements Serializable

serialVersionUID: -7550306900997519378L

Serialized Fields

interceptor

Interceptor interceptor
The invocation dispatcher which should handle the invocation.

 

Package org.jboss.invocation.proxy

Class org.jboss.invocation.proxy.DefaultSerializableProxy extends Object implements Serializable

serialVersionUID: -1296036574026839239L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Resolve the serialized proxy to a real instance.

Throws:
ObjectStreamException - if an error occurs
Serialized Fields

handler

InvocationHandler handler

proxyClassName

String proxyClassName

Class org.jboss.invocation.proxy.MethodIdentifier extends Object implements Serializable

serialVersionUID: -4303462176794600579L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

returnType

String returnType

name

String name

parameterTypes

String[] parameterTypes

hashCode

int hashCode


Invocation API 1.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.