Class LockInfo


  • public class LockInfo
    extends Object
    DTO representing a row from the Derby lock diagnostic table SYSCS_DIAG.LOCK_TABLE
    • Constructor Detail

      • LockInfo

        public LockInfo​(String xid,
                        String type,
                        String mode,
                        String tablename,
                        String lockname,
                        String state,
                        String tabletype,
                        String lockcount,
                        String indexname)
        Public constructor
        Parameters:
        xid -
        type -
        mode -
        tablename -
        lockname -
        state -
        tabletype -
        lockcount -
        indexname -
    • Method Detail

      • header

        public static String header()
        Print a header to match the toString columns
        Returns: