I am trying to find out who is holding the lock on a given work object. What is the best way to do this without trying to lock the object?
Use Ob-Open-By-Handle and use the LockInfoPage
Run a RDB method against the database to see who holds the lock
Use the tools.getLockManager().isLocked method in a java step
None