Package org.jipijapa

Interface JipiLogger

All Superinterfaces:
org.jboss.logging.BasicLogger
All Known Implementing Classes:
JipiLogger_$logger

@MessageLogger(projectCode="JIPI") public interface JipiLogger extends org.jboss.logging.BasicLogger
JipiJapa integration layer message range is 20200-20299
Author:
James R. Perkins, Scott Marlow
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final JipiLogger
    A logger with the category org.jboss.jpa.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an exception indicating the input stream reference cannot be changed.
    void
    warn that the entity class could not be loaded with the PersistenceUnitInfo.getClassLoader().
    Could not open VFS stream
    void
    warn that the 2nd is not integrated
    emptyParameter(String parameterName)
    Creates an exception indicating the parameter, likely a collection, is empty.
    Creates an exception indicating the persistence unit metadata likely because thread local was not set.
    Creates an exception indicating the method is not yet implemented.
    nullVar(String varName)
    Creates an exception indicating the variable is null.
    URI format is incorrect, which results in a syntax error

    Methods inherited from interface org.jboss.logging.BasicLogger

    debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
  • Field Details

    • JPA_LOGGER

      static final JipiLogger JPA_LOGGER
      A logger with the category org.jboss.jpa.
  • Method Details

    • cannotLoadEntityClass

      @LogMessage(level=WARN) @Message(id=20200, value="Could not load entity class \'%s\', ignoring this error and continuing with application deployment") void cannotLoadEntityClass(@Cause Throwable cause, String className)
      warn that the entity class could not be loaded with the PersistenceUnitInfo.getClassLoader().
      Parameters:
      cause - the cause of the error.
      className - the entity class name.
    • cannotChangeInputStream

      @Message(id=20201, value="Cannot change input stream reference.") IllegalArgumentException cannotChangeInputStream()
      Creates an exception indicating the input stream reference cannot be changed.
      Returns:
      an IllegalArgumentException for the error.
    • emptyParameter

      @Message(id=20202, value="Parameter %s is empty") IllegalArgumentException emptyParameter(String parameterName)
      Creates an exception indicating the parameter, likely a collection, is empty.
      Parameters:
      parameterName - the parameter name.
      Returns:
      an IllegalArgumentException for the error.
    • missingPersistenceUnitMetadata

      @Message(id=20203, value="Missing PersistenceUnitMetadata (thread local wasn\'t set)") RuntimeException missingPersistenceUnitMetadata()
      Creates an exception indicating the persistence unit metadata likely because thread local was not set.
      Returns:
      a RuntimeException for the error.
    • notYetImplemented

      @Message(id=20204, value="Not yet implemented") RuntimeException notYetImplemented()
      Creates an exception indicating the method is not yet implemented.
      Returns:
      a RuntimeException for the error.
    • nullVar

      @Message(id=20205, value="Parameter %s is null") IllegalArgumentException nullVar(String varName)
      Creates an exception indicating the variable is null.
      Parameters:
      varName - the variable name.
      Returns:
      an IllegalArgumentException for the error.
    • cannotOpenVFSStream

      @Message(id=20250, value="Unable to open VirtualFile-based InputStream %s") RuntimeException cannotOpenVFSStream(@Cause Throwable cause, String name)
      Could not open VFS stream
      Parameters:
      cause - the cause of the error.
      name - of VFS file
      Returns:
      a RuntimeException for the error.
    • uriSyntaxException

      @Message(id=20251, value="URI syntax error") IllegalArgumentException uriSyntaxException(@Cause Throwable cause)
      URI format is incorrect, which results in a syntax error
      Returns:
      an IllegalArgumentException for the error.
    • cannotUseSecondLevelCache

      @LogMessage(level=WARN) @Message(id=20252, value="second level cache not integrated - %s") void cannotUseSecondLevelCache(String scopedPuName)
      warn that the 2nd is not integrated
      Parameters:
      scopedPuName - identifies the app specific persistence unit name