[ 
https://issues.apache.org/jira/browse/IGNITE-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Ozerov resolved IGNITE-907.
------------------------------------
    Resolution: Duplicate

> 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: ignite-1.4
>
>
> 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)

Reply via email to