What is the java to get the unique identifier currently execution action (CoreAction or subclasses)? If the thread can be retrieved that would also be useful var Thread=Java.type('java.lang.Thread'); var threadSet = Thread.getAllStackTraces().keySet(); alert(threadSet);