JavaObjectRepository Last update: 18.06.2026 public class JavaObjectRepository Constructors JavaObjectRepository constructor() Functions Name Summary get public get(key: String, id: Long): AnyRetrieves a global Java object previously stored using set() getRunDataAction public getRunDataAction(id: Long): IRunDataActionRetrieves a global Java object that implements IRunDataAction Note that we assume that there is only one instance of it stored. put public put(key: String, obj: Any, id: Long)Store a global Java object. release public release(key: String, id: Long): IntRemoves the global Java object associated with the specified ID and name