Skip to content

Add support for storing java instances explicitly  #1552

Description

@saebel1

Add following methods to NativeBase.java
public static long storeInstance(NativeBase instance)
to store an instance and get identifier to it

public static NativeBase storeInstance(long id)
retrieve instance from given id, might return null if id is unknown

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions