JUST
----
Key: PROXY-17
URL: https://issues.apache.org/jira/browse/PROXY-17
Project: Commons Proxy
Issue Type: Improvement
Affects Versions: 1.1
Environment: Localhost:8080
Reporter: Roger Mbiama
Fix For: 1.0
Commons Proxy allows you to "intercept" a method invocation using Interceptors
. Interceptors provide rudimentary aspect-oriented programming support,
allowing you to alter the results/effects of a method invocation without
actually changing the implementation of the method itself. Commons Proxy
provides a few interceptor implementations including:
Executor
Uses an Executor to execute the method in possibly another thread (only void
methods are supported). Olso remote localhost deploy, secure Setup.
Logging
Logs all method invocations using the Apache Commons Logging API
Filtered
Optionally intercepts a method invocation based on a method filter
Method Interceptor Adapter
Adapts the AOP Alliance MethodInterceptor interface to the Commons
ProxyInterceptor interface.
Releases
Java Deploy.0. - Manage Localhost Deploy!
For previous releases, see the Apache Archive
Note: The 1.x releases are compatible with JDK1.4+.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira