FileDocCategorySizeDatePackage
DemoClientGeneratedProxy.javaAPI DocExample1081Sun Dec 14 22:47:32 GMT 2003oreilly.hcj.proxies

DemoClientGeneratedProxy

public class DemoClientGeneratedProxy extends Object
Demonstrates the basic concept of proxies generated by clients to the proxies.
author
Robert Simmons jr. (kraythe)
version
$Revision: 1.2 $

Fields Summary
Constructors Summary
Methods Summary
public static final voidmain(java.lang.String[] args)
Run the demonstration.

param
args Command Line Arguments (ignored).

		SomeClassProxy proxy = new SomeClassProxy(new SomeClassImpl("Fred"));
		proxy.someMethod();
		proxy.someOtherMethod("Our Proxy works!");