message passing wrapper class for JAVA ?

Hi,

I wonder if there is a wrapper class available for using message passing
primitives in JAVA based applications. I there any ??

Regards

Armin

Armin Steinhoff wrote:

Hi,

I wonder if there is a wrapper class available for using message passing
primitives in JAVA based applications. I there any ??

I am assuming you are referring to QNX message passing.

Not that I know of, however, it should be relatively trivial to implement.

I think the challenge of APIs like SWT is developing the standard rather
than actually coding the interface. Since QNX message passing isn’t standard
anyway, then it is simply a matter of a making a JNI call.

Rennie Allen wrote:

Armin Steinhoff wrote:



Hi,

I wonder if there is a wrapper class available for using message
passing primitives in JAVA based applications. Is there any ??


I am assuming you are referring to QNX message passing.

Not that I know of, however, it should be relatively trivial to implement.

Yes … I know. That’s the reason why I’m asking for it.

Regards

Armin



I think the challenge of APIs like SWT is developing the standard rather
than actually coding the interface. Since QNX message passing isn’t
standard
anyway, then it is simply a matter of a making a JNI call.