Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FailoverInvoker<T>
Invoker that implements a failover strategy by using different delegates in
case of an exception. |
Modifier and Type | Class and Description |
---|---|
class |
HotSwappingInvoker<T>
A
DelegatingInvoker implementation that allows the exchange of the delegate. |
Modifier and Type | Class and Description |
---|---|
protected static class |
Pool.PoolingInvoker<T>
The
Invoker of the proxy. |
Modifier and Type | Class and Description |
---|---|
class |
PrivilegingInvoker<T>
Invoker that creates for the invoked method a
PrivilegedExceptionAction and runs this action with the provided
ActionExecutor . |
Copyright © 2005–2017 Codehaus. All rights reserved.