Wednesday, March 12, 2014

Proxy Objects

A proxy object acts as an intermediary between the client and an accessible object. The purpose of the proxy object is to monitor the life span of the accessible object and to forward calls to the accessible object only if it is not destroyed.
Proxy Design Pattern Example
Fig - Proxy Design Pattern Example
Follow the links below for Java Reflection - Dynamic Proxies tutorials



No comments: