Skip to main content

ModelCenter APIs 2025 R1

JavaObjectRepository

Last update: 16.07.2025

public class JavaObjectRepository

Constructors

JavaObjectRepository constructor()

Functions

Name Summary
get public get(key: String, id: Long): Any
Retrieves a global Java object previously stored using set()
getRunDataAction public getRunDataAction(id: Long): IRunDataAction
Retrieves 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): Int
Removes the global Java object associated with the specified ID and name

Connect with Ansys