Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Java in General
What is Proxy Object?
Saathvik Reddy
Ranch Hand
Posts: 228
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Ranchers,
Is proxy object a mirror image of a class?
What are interface proxy and class proxy?
Ex: class A implements B{...}
If i want to create proxy for class A. Does it also create proxy for interface B?
Thanks in advance
Campbell Ritchie
Marshal
Posts: 79704
381
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Don't know. I can see no mention of "proxy" in the
Java
Language Specification index.
Jan Cumps
Bartender
Posts: 2662
19
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If you're looking for Dynamic Proxy Classes, they are explained in the
JDK 5.0 Documentation
.
If you're looking for the GoF Proxy design
pattern
, the best source is
their book
.
Wikipedia
has a good overview.
Regards, Jan
OCUP UML fundamental and ITIL foundation
I am mighty! And this is a mighty small ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Using Sockets to pass an RMI Reference
Proxy for a Class
Protection Proxy Pattern
Proxy instance of a class that does not implement any interface.
Dynamic proxies
More...