This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes B&S db interface Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "B&S db interface" Watch "B&S db interface" New topic
Author

B&S db interface

David Abramowicz
Ranch Hand

Joined: Dec 10, 2004
Posts: 56
Hi All!

I want to have an interface that is more or less exactly like the DB interface but throws java.rmi.Remote exception...

How can I do that in a nice manner. I can't subclass the interface as in that case I wont be able throw "extra" exceptions...

I mean, basically what I want is an interface that extends both remote and DB,...

What interface did you guys expose from the server and how?

Thanks /Dave
peter wooster
Ranch Hand

Joined: Jun 13, 2004
Posts: 1033
Originally posted by David Abramowicz:
Hi All!

I want to have an interface that is more or less exactly like the DB interface but throws java.rmi.Remote exception...

How can I do that in a nice manner. I can't subclass the interface as in that case I wont be able throw "extra" exceptions...

I mean, basically what I want is an interface that extends both remote and DB,...

What interface did you guys expose from the server and how?

Thanks /Dave


I've posted quite a bit of information on this recently. Do a search for "Proxy pattern" in this forum.
/peter
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: B&S db interface
 
Similar Threads
Passed SCJD with 339/400
NX: extends DB and fire listener
URLyBird: Question about start
NX: Can you pass if you extend DB ?
URLyBird Server & DB shutdown