Serialized Form


Package com.thoughtworks.proxy

Package com.thoughtworks.proxy.factory

Class com.thoughtworks.proxy.factory.CglibProxyFactory extends com.thoughtworks.proxy.factory.AbstractProxyFactory implements Serializable

serialVersionUID: -5615928639194345818L

Serialization Methods

readResolve

private Object readResolve()

Class com.thoughtworks.proxy.factory.StandardProxyFactory extends com.thoughtworks.proxy.factory.AbstractProxyFactory implements Serializable

serialVersionUID: 4430360631813383235L


Package com.thoughtworks.proxy.kit

Class com.thoughtworks.proxy.kit.NoOperationResetter extends Object implements Serializable

serialVersionUID: 1L

Class com.thoughtworks.proxy.kit.PrivateInvoker extends SimpleInvoker implements Serializable

serialVersionUID: 1L

Class com.thoughtworks.proxy.kit.SimpleInvoker extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

target

Object target

Class com.thoughtworks.proxy.kit.SimpleReference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

instance

Object instance

Package com.thoughtworks.proxy.toys.decorate

Class com.thoughtworks.proxy.toys.decorate.DecoratingInvoker extends Object implements Serializable

serialVersionUID: 8293471912861497447L

Serialized Fields

decorated

Invoker decorated

decorator

Decorator<T> decorator

Class com.thoughtworks.proxy.toys.decorate.Decorator extends Object implements Serializable

serialVersionUID: 1L


Package com.thoughtworks.proxy.toys.delegate

Class com.thoughtworks.proxy.toys.delegate.DelegatingInvoker extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

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

proxyFactory

ProxyFactory proxyFactory

delegateReference

ObjectReference<T> delegateReference

delegationMode

DelegationMode delegationMode

Class com.thoughtworks.proxy.toys.delegate.DelegationException extends RuntimeException implements Serializable

serialVersionUID: -8777676199121620549L

Serialized Fields

delegate

Object delegate

Package com.thoughtworks.proxy.toys.dispatch

Class com.thoughtworks.proxy.toys.dispatch.DispatchingException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type

Class com.thoughtworks.proxy.toys.dispatch.DispatchingInvoker extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

types

List<E> types

invokers

Invoker[] invokers

Package com.thoughtworks.proxy.toys.echo

Class com.thoughtworks.proxy.toys.echo.EchoDecorator extends Decorator<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

out

PrintWriter out

factory

ProxyFactory factory

Package com.thoughtworks.proxy.toys.failover

Class com.thoughtworks.proxy.toys.failover.FailoverInvoker extends HotSwappingInvoker<T> implements Serializable

serialVersionUID: -8289095570093619184L

Serialized Fields

delegates

Object[] delegates

exceptionClass

Class<T> exceptionClass

current

int current

Package com.thoughtworks.proxy.toys.future

Class com.thoughtworks.proxy.toys.future.FutureInvoker extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

target

Object target

proxyFactory

ProxyFactory proxyFactory

executor

ExecutorService executor

Package com.thoughtworks.proxy.toys.hotswap

Class com.thoughtworks.proxy.toys.hotswap.HotSwappingInvoker extends DelegatingInvoker<Object> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

types

Class<T>[] types

Package com.thoughtworks.proxy.toys.multicast

Class com.thoughtworks.proxy.toys.multicast.MulticastingInvoker extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

types

Class<T>[] types

proxyFactory

ProxyFactory proxyFactory

targets

Object[] targets

Package com.thoughtworks.proxy.toys.nullobject

Class com.thoughtworks.proxy.toys.nullobject.NullInvoker extends Object implements Serializable

serialVersionUID: -4713875509846468548L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

type

Class<T> type

proxyFactory

ProxyFactory proxyFactory

Package com.thoughtworks.proxy.toys.pool

Class com.thoughtworks.proxy.toys.pool.Pool extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

types

Class<T>[] types

factory

ProxyFactory factory

resetter

Resetter<T> resetter

serializationMode

SerializationMode serializationMode

Class com.thoughtworks.proxy.toys.pool.Pool.PoolingInvoker extends DelegatingInvoker<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

pool

Pool<T> pool

Package com.thoughtworks.proxy.toys.privilege

Class com.thoughtworks.proxy.toys.privilege.PrivilegingInvoker extends DelegatingInvoker<T> implements Serializable

serialVersionUID: 5352672950789740381L

Serialized Fields

executor

ActionExecutor executor



Copyright © 2005-2010 Codehaus. All Rights Reserved.