Interface Log

  • All Superinterfaces:
    BasicLogger
    All Known Implementing Classes:
    Log_$logger

    @MessageLogger(projectCode="ISPN")
    public interface Log
    extends BasicLogger
    Range: 29001 - 30000
    Since:
    9.2
    Author:
    Katia Aresti, karesti@redhat.com
    • Method Detail

      • missingName

        @Message(value="Missing name for the clustered lock",
                 id=29004)
        ClusteredLockException missingName()
      • invalidNumOwners

        @Message(value="Invalid number of owner. It must be higher than zero or -1 but it was %s",
                 id=29005)
        ClusteredLockException invalidNumOwners​(Integer value)
      • invalidReliabilityMode

        @Message(value="Invalid reliability mode. Modes are AVAILABLE or CONSISTENT",
                 id=29006)
        ClusteredLockException invalidReliabilityMode()
      • invalidScope

        @Message(value="Invalid scope for tag <clustered-lock>. Expected CACHE_CONTAINER but was %s",
                 id=29007)
        ClusteredLockException invalidScope​(String scope)
      • requireClustered

        @Message(value="Cannot create clustered locks when clustering is not enabled",
                 id=29008)
        ClusteredLockException requireClustered()
      • configurationNotClustered

        @LogMessage(level=INFO)
        @Message(value="Configuration is not clustered, clustered locks are disabled",
                 id=29009)
        void configurationNotClustered()