Discussion:
client interfaces
Shamik Saha
2008-05-18 17:00:46 UTC
Permalink
Hi,
I have developed a client that accesses a service in the JINI look up
table,I wrote the client in C++,can anyone tell me what are the interfaces
that I need to implement in the client.
Thanks in advance.
Regards,
Shamik Saha

--------------------------------------------------------------------------
Getting Started: http://www.jini.org/wiki/Category:Getting_Started
Community Web Site: http://jini.org
jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
Unsubscribing: email "signoff JINI-USERS" to ***@java.sun.com
Gregg Wonderly
2008-05-19 15:31:11 UTC
Permalink
Post by Shamik Saha
Hi,
I have developed a client that accesses a service in the JINI look up
table,I wrote the client in C++,can anyone tell me what are the
interfaces that I need to implement in the client.
The service in the Jini LUS will be whatever the registering service put in
there. You'll need to be able to consume what you find. Typically, that's
going to be a Java object that you will need to be able to extract and unmarshal
into useful form. Maybe you can tell us more about what things you want your
C++ client to be able to do?

Gregg Wonderly

--------------------------------------------------------------------------
Getting Started: http://www.jini.org/wiki/Category:Getting_Started
Community Web Site: http://jini.org
jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
Unsubscribing: email "signoff JINI-USERS" to ***@java.sun.com
Continue reading on narkive:
Loading...