Package oracle.jdbc

Interface TraceKey


public interface TraceKey
  • Field Details

  • Method Details

    • nextIndex

      static int nextIndex()
    • maxIndex

      static int maxIndex()
    • register

      static void register(TraceKey k)
    • iterator

      static Iterator<TraceKey> iterator()
    • index

      int index()
      Return a unique invariant int for each object that implements this interface. No two objects implementing this interface can return the same value. Further the values should be compact, that is the returned value must be the least value such that at the time the object is created no other object has that value. Best practice is to set the index to the result of nextIndex().
      Returns:
      a unique invariant index
    • keyName

      String keyName()
    • namespace

      default String namespace()
    • propertyName

      default String propertyName()
    • xmlAttributeName

      default String xmlAttributeName()