Previous Topic: Java Proxy InterfaceNext Topic: Trace Control Methods


Java Proxy Object

The Java Proxy object is the generated class called <method-name>. It contains the actual execution methods for the proxy. The execution methods are designed to be stateless. All data is stored on the stack (passed as parameters) during execution. One instance of the class can be used simultaneously by many threads.

The Java proxy object contains following two types of methods: