This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes sun instructions??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "sun instructions???" Watch "sun instructions???" New topic
Author

sun instructions???

Pallav Grigo
Greenhorn

Joined: Mar 29, 2002
Posts: 29
Writing Data Client
To connect with your server, you should create a client program. This implementation should include a class that implements the same public methods as the suncertify.db.Data class, although it will need different constructors to allow it to support the network configuration.
I dont' understand what is meant that I should include a class with the same methods as the Data class..why can't i make calls through databaseInterface.method()..thank you.
Simon Li
Greenhorn

Joined: Apr 08, 2002
Posts: 8
In RMI, if you want to use a remote method of the server object, you must include the same databaseInterface in the client program as in server program.
Pallav Grigo
Greenhorn

Joined: Mar 29, 2002
Posts: 29
thanks a lot...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: sun instructions???
 
Similar Threads
a design confusion to clarify
Data Client?
clarify this pls
Remote client and Data client
Locking Requirements