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