[jira] [Created] (IGNITE-907) Implement generic Java -> platform communication mechanism.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-907) Implement generic Java -> platform communication mechanism.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-907:
--------------------------------------

             Summary: Implement generic Java -> platform communication mechanism.
                 Key: IGNITE-907
                 URL: https://issues.apache.org/jira/browse/IGNITE-907
             Project: Ignite
          Issue Type: Task
          Components: interop
    Affects Versions: sprint-4
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
            Priority: Blocker
             Fix For: sprint-5


Java must have ability to invoke arbitrary code on another platform. E.g., to pass information about assemblies to load to .Net before other Ignite components are started.

At first glance, it should be a method like "invoke(int opType, long inData, long outData)", where:
1) opType - type of operation to invoke on another platform.
2) inData - pointer to some data needs to be passed to the platform.
3) outData - pointer to some data written from platform back to Java.

This method will be native. Implementors are free to pass anything to this method as long as another side is able to handle it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)