Skip to main content

%SYSTEM.Java

For InterSystems internal use only, subject to change without notice

Method Inventory

Parameters

parameter %MODULENAME = %cachej;

Methods

final classmethod BuildParams() as %CPP.Binary
Return a $c(0) separated list of params to pass JVM
classmethod ClassMethod(ClsName As %CPP.UTF8, mthdname As %CPP.UTF8) as %String [ Language = cpp ]
Invoke a static Java method, the first arg is the class name, then the method name, args
classmethod GetParams() as %CPP.StrList
Return a list of params to pass to JVM, i.e. return $lb("-verbose:jni","-agentlib:jdwp=transport=dt_socket,server=y,address=8000")
method Method(MethodName As %CPP.UTF8) as %String [ Language = cpp ]
Invoke a Java method, the first arg is the method name, args (they are passed as is)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab