Commons Proxy
Commons Proxy 是 Apache 的一個之項目,封裝了 Java 對象代理的一些常用方法。
- Deferred Initialization - the proxy acts as a "stand-in" for the actual implementation allowing it to be instantiated only when absolutely necessary.
- Security - the proxy object can verify that the user actually has the permission to execute the method (a la EJB).
- Logging - the proxy can log evey method invocation, providing valuable debugging information.
- Performance Monitoring - the proxy can log each method invocation to a performance monitor allowing system administrators to see what parts of the system are potentially bogged down.
本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!