The TIBCO ActiveMatrix BusinessWorks Palette Reference states:
"Any Java Code activity can access the shared Java Global Instance by invoking the static methods of the configured Java class", however, I've been unable to locate any code examples for doing this, or figure out the correct syntax on my own.
What doesn't work:
method();
Class.method();
What does work:
I dunno, that's why I'm here :)