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.hotswap
,
com.thoughtworks.proxy.toys.multicast
,
com.thoughtworks.proxy.toys.nullobject
,
com.thoughtworks.proxy.toys.pool
Class Hierarchy
class java.lang.
Object
class com.thoughtworks.proxy.factory.AbstractProxyFactory (implements com.thoughtworks.proxy.
ProxyFactory
)
class com.thoughtworks.proxy.factory.
CglibProxyFactory
class com.thoughtworks.proxy.factory.
StandardProxyFactory
class com.thoughtworks.proxy.toys.multicast.
ClassHierarchyIntrospector
class com.thoughtworks.proxy.toys.decorate.
Decorating
class com.thoughtworks.proxy.toys.decorate.
DecoratingInvoker
(implements com.thoughtworks.proxy.
Invoker
)
class com.thoughtworks.proxy.toys.delegate.
Delegating
class com.thoughtworks.proxy.toys.delegate.
DelegatingInvoker
(implements com.thoughtworks.proxy.
Invoker
)
class com.thoughtworks.proxy.toys.hotswap.
HotSwappingInvoker
class com.thoughtworks.proxy.toys.failover.
FailoverInvoker
class com.thoughtworks.proxy.toys.pool.
Pool.PoolingInvoker
class com.thoughtworks.proxy.toys.dispatch.
Dispatching
class com.thoughtworks.proxy.toys.dispatch.
DispatchingInvoker
(implements com.thoughtworks.proxy.
Invoker
)
class com.thoughtworks.proxy.toys.echo.
Echoing
class com.thoughtworks.proxy.toys.failover.
Failover
class com.thoughtworks.proxy.toys.hotswap.
HotSwapping
class com.thoughtworks.proxy.toys.decorate.
InvocationDecoratorSupport
(implements com.thoughtworks.proxy.toys.decorate.
InvocationDecorator
)
class com.thoughtworks.proxy.toys.echo.
EchoDecorator
class com.thoughtworks.proxy.toys.multicast.
Multicasting
class com.thoughtworks.proxy.toys.multicast.
MulticastingInvoker
(implements com.thoughtworks.proxy.
Invoker
)
class com.thoughtworks.proxy.kit.
NoOperationResetter
(implements com.thoughtworks.proxy.kit.
Resetter
, java.io.
Serializable
)
class com.thoughtworks.proxy.toys.nullobject.
Null
class com.thoughtworks.proxy.toys.nullobject.
NullInvoker
(implements com.thoughtworks.proxy.
Invoker
)
class com.thoughtworks.proxy.toys.pool.
Pool
(implements java.io.
Serializable
)
class com.thoughtworks.proxy.kit.
ReflectionUtils
class com.thoughtworks.proxy.kit.
SimpleInvoker
(implements com.thoughtworks.proxy.
Invoker
)
class com.thoughtworks.proxy.kit.
PrivateInvoker
class com.thoughtworks.proxy.kit.
SimpleReference
(implements com.thoughtworks.proxy.kit.
ObjectReference
, java.io.
Serializable
)
class java.lang.
Throwable
(implements java.io.
Serializable
)
class java.lang.
Exception
class java.lang.
RuntimeException
class com.thoughtworks.proxy.toys.delegate.
DelegationException
class com.thoughtworks.proxy.toys.dispatch.
DispatchingException
Interface Hierarchy
interface com.thoughtworks.proxy.toys.hotswap.
HotSwappingInvoker.CycleCheck
interface com.thoughtworks.proxy.factory.
InvokerReference
interface com.thoughtworks.proxy.toys.multicast.
Multicast
interface com.thoughtworks.proxy.kit.
ObjectReference
interface com.thoughtworks.proxy.toys.pool.
Poolable
interface com.thoughtworks.proxy.kit.
Resetter
interface java.io.
Serializable
interface com.thoughtworks.proxy.toys.decorate.
InvocationDecorator
interface com.thoughtworks.proxy.
Invoker
interface com.thoughtworks.proxy.
ProxyFactory
interface com.thoughtworks.proxy.toys.hotswap.
Swappable
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes