[
https://issues.apache.org/jira/browse/IGNITE-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yakov Zhdanov updated IGNITE-907:
---------------------------------
Fix Version/s: (was: sprint-6)
sprint-7
> 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-7
>
>
> 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)