Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.thoughtworks.proxy
,
com.thoughtworks.proxy.factory
,
com.thoughtworks.proxy.kit
,
com.thoughtworks.proxy.toys.decorate
,
com.thoughtworks.proxy.toys.delegate
,
com.thoughtworks.proxy.toys.dispatch
,
com.thoughtworks.proxy.toys.echo
,
com.thoughtworks.proxy.toys.failover
,
com.thoughtworks.proxy.toys.future
,
com.thoughtworks.proxy.toys.hotswap
,
com.thoughtworks.proxy.toys.multicast
,
com.thoughtworks.proxy.toys.nullobject
,
com.thoughtworks.proxy.toys.pool
,
com.thoughtworks.proxy.toys.privilege
Class Hierarchy
java.lang.
Object
com.thoughtworks.proxy.toys.privilege.
AccessControllerExecutor
(implements com.thoughtworks.proxy.toys.privilege.
ActionExecutor
)
com.thoughtworks.proxy.factory.
CglibProxyFactory
com.thoughtworks.proxy.toys.decorate.
Decorating
<U,T>
com.thoughtworks.proxy.toys.decorate.
Decorating.DecoratingBuild
<U,T>
com.thoughtworks.proxy.toys.decorate.
Decorating.DecoratingVisitor
<U,T>
com.thoughtworks.proxy.toys.decorate.
Decorating.DecoratingWith
<T>
com.thoughtworks.proxy.toys.decorate.
DecoratingInvoker
<T> (implements com.thoughtworks.proxy.
Invoker
)
com.thoughtworks.proxy.toys.decorate.
Decorator
<T> (implements java.io.
Serializable
)
com.thoughtworks.proxy.toys.echo.
EchoDecorator
<T>
com.thoughtworks.proxy.toys.delegate.
Delegating
<T>
com.thoughtworks.proxy.toys.delegate.
Delegating.DelegatingBuild
<T>
com.thoughtworks.proxy.toys.delegate.
Delegating.DelegatingModeOrBuild
<T>
com.thoughtworks.proxy.toys.delegate.
Delegating.DelegatingWith
<T>
com.thoughtworks.proxy.toys.delegate.
DelegatingInvoker
<T> (implements com.thoughtworks.proxy.
Invoker
)
com.thoughtworks.proxy.toys.hotswap.
HotSwappingInvoker
<T>
com.thoughtworks.proxy.toys.failover.
FailoverInvoker
<T>
com.thoughtworks.proxy.toys.pool.
Pool.PoolingInvoker
<T>
com.thoughtworks.proxy.toys.privilege.
PrivilegingInvoker
<T>
com.thoughtworks.proxy.toys.privilege.
DirectExecutor
(implements com.thoughtworks.proxy.toys.privilege.
ActionExecutor
)
com.thoughtworks.proxy.toys.dispatch.
Dispatching
<T>
com.thoughtworks.proxy.toys.dispatch.
Dispatching.DispatchingBuild
<T>
com.thoughtworks.proxy.toys.dispatch.
Dispatching.DispatchingWith
<T>
com.thoughtworks.proxy.toys.dispatch.
DispatchingInvoker
(implements com.thoughtworks.proxy.
Invoker
)
com.thoughtworks.proxy.toys.echo.
Echoing
<T>
com.thoughtworks.proxy.toys.echo.
Echoing.EchoingBuild
<T>
com.thoughtworks.proxy.toys.echo.
Echoing.EchoingTo
<T>
com.thoughtworks.proxy.toys.echo.
Echoing.EchoingWithOrTo
<T>
com.thoughtworks.proxy.toys.failover.
Failover
<T>
com.thoughtworks.proxy.toys.failover.
Failover.FailoverBuild
<T>
com.thoughtworks.proxy.toys.failover.
Failover.FailoverExceptingOrBuild
<T>
com.thoughtworks.proxy.toys.failover.
Failover.FailoverWithOrExceptingOrBuild
<T>
com.thoughtworks.proxy.toys.future.
Future
<T>
com.thoughtworks.proxy.toys.future.
Future.FutureBuild
<T>
com.thoughtworks.proxy.toys.future.
Future.FutureWith
<T>
com.thoughtworks.proxy.toys.future.
FutureInvoker
(implements com.thoughtworks.proxy.
Invoker
)
com.thoughtworks.proxy.toys.hotswap.
HotSwapping
<T>
com.thoughtworks.proxy.toys.hotswap.
HotSwapping.HotSwappingBuild
<T>
com.thoughtworks.proxy.toys.hotswap.
HotSwapping.HotSwappingBuildOrMode
<T>
com.thoughtworks.proxy.toys.hotswap.
HotSwapping.HotSwappingWith
<T>
com.thoughtworks.proxy.toys.multicast.
Multicasting
<T>
com.thoughtworks.proxy.toys.multicast.
Multicasting.MulticastingBuild
<T>
com.thoughtworks.proxy.toys.multicast.
Multicasting.MulticastingWith
<T>
com.thoughtworks.proxy.toys.multicast.
MulticastingInvoker
<T> (implements com.thoughtworks.proxy.
Invoker
)
com.thoughtworks.proxy.kit.
NoOperationResetter
<T> (implements com.thoughtworks.proxy.kit.
Resetter
<T>, java.io.
Serializable
)
com.thoughtworks.proxy.toys.nullobject.
Null
<T>
com.thoughtworks.proxy.toys.nullobject.
Null.NullBuild
<T>
com.thoughtworks.proxy.toys.nullobject.
NullInvoker
(implements com.thoughtworks.proxy.
Invoker
)
com.thoughtworks.proxy.toys.pool.
Pool
<T> (implements java.io.
Serializable
)
com.thoughtworks.proxy.toys.pool.
Pool.PoolBuild
<T>
com.thoughtworks.proxy.toys.pool.
Pool.PoolModeOrBuild
<T>
com.thoughtworks.proxy.toys.pool.
Pool.PoolWith
<T>
com.thoughtworks.proxy.toys.pool.
Pool.PoolResettedBy
<T>
com.thoughtworks.proxy.toys.privilege.
Privileging
<T>
com.thoughtworks.proxy.toys.privilege.
Privileging.PrivilegingBuild
<T>
com.thoughtworks.proxy.toys.privilege.
Privileging.PrivilegingExecutedByOrBuild
<T>
com.thoughtworks.proxy.toys.privilege.
Privileging.PrivilegingWith
<T>
com.thoughtworks.proxy.kit.
ReflectionUtils
com.thoughtworks.proxy.kit.
SimpleInvoker
(implements com.thoughtworks.proxy.
Invoker
)
com.thoughtworks.proxy.kit.
PrivateInvoker
com.thoughtworks.proxy.kit.
SimpleReference
<T> (implements com.thoughtworks.proxy.kit.
ObjectReference
<T>, java.io.
Serializable
)
com.thoughtworks.proxy.factory.
StandardProxyFactory
com.thoughtworks.proxy.toys.privilege.
SubjectExecutor
(implements com.thoughtworks.proxy.toys.privilege.
ActionExecutor
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
com.thoughtworks.proxy.toys.delegate.
DelegationException
com.thoughtworks.proxy.toys.dispatch.
DispatchingException
Interface Hierarchy
com.thoughtworks.proxy.toys.privilege.
ActionExecutor
com.thoughtworks.proxy.toys.hotswap.
HotSwappingInvoker.CycleCheck
com.thoughtworks.proxy.factory.
InvokerReference
com.thoughtworks.proxy.toys.multicast.
Multicast
com.thoughtworks.proxy.kit.
ObjectReference
<T>
com.thoughtworks.proxy.toys.pool.
Poolable
com.thoughtworks.proxy.kit.
Resetter
<T>
java.io.
Serializable
com.thoughtworks.proxy.
Invoker
com.thoughtworks.proxy.
ProxyFactory
com.thoughtworks.proxy.toys.hotswap.
Swappable
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.thoughtworks.proxy.toys.pool.
SerializationMode
com.thoughtworks.proxy.toys.delegate.
DelegationMode
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2010
Codehaus
. All Rights Reserved.