Friday, October 31, 2008

Proxy Classes

When accessing Caché data through the CMP object interface, a .net client object interacts directly with a set of .net proxy classes. The proxy classes represent the Caché classes executing on the Caché server. Generally, a .net application will contain one proxy class for each Caché class that the application accesses. These proxy classes use a set of helper classes, contained in the InterSystems.Data.CacheClient.dll assembly, to forward the application's requests to the Caché objects on the Caché server. The Caché objects, in turn, use the helper classes and proxies to return messages to the .net client.


Reference: http://vista.intersystems.com/csp/docbook/DocBook.UI.Page.cls?KEY=TCMP_ProxyClasses

No comments: