|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelegatingInvoker | |
|---|---|
| com.thoughtworks.proxy.toys.failover | A toy to handle failover situations. |
| com.thoughtworks.proxy.toys.hotswap | A toy to hot swap instances. |
| com.thoughtworks.proxy.toys.pool | A toy to create object pools based on proxies. |
| com.thoughtworks.proxy.toys.privilege | A toy to run method calls as privileged actions. |
| Uses of DelegatingInvoker in com.thoughtworks.proxy.toys.failover |
|---|
| Subclasses of DelegatingInvoker in com.thoughtworks.proxy.toys.failover | |
|---|---|
class |
FailoverInvoker<T>
Invoker that implements a failover strategy by using different delegates in
case of an exception. |
| Uses of DelegatingInvoker in com.thoughtworks.proxy.toys.hotswap |
|---|
| Subclasses of DelegatingInvoker in com.thoughtworks.proxy.toys.hotswap | |
|---|---|
class |
HotSwappingInvoker<T>
A DelegatingInvoker implementation that allows the exchange of the delegate. |
| Uses of DelegatingInvoker in com.thoughtworks.proxy.toys.pool |
|---|
| Subclasses of DelegatingInvoker in com.thoughtworks.proxy.toys.pool | |
|---|---|
protected static class |
Pool.PoolingInvoker<T>
The Invoker of the proxy. |
| Uses of DelegatingInvoker in com.thoughtworks.proxy.toys.privilege |
|---|
| Subclasses of DelegatingInvoker in com.thoughtworks.proxy.toys.privilege | |
|---|---|
class |
PrivilegingInvoker<T>
Invoker that creates for the invoked method a
PrivilegedExceptionAction and runs this action with the provided
ActionExecutor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||