Interface JacORBLogger

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jboss.as.controller.OperationFailedException cannotEmulateProperties​(List<String> property)  
      String cannotEmulatePropertiesWarning​(List<String> property)  
      String expressionMigrationWarning​(String properties)  
      XMLStreamException invalidInitializerConfig​(String value, Location location)  
      XMLStreamException invalidSSLConfig​(String value, Location location)  
      void jacorbEmulationWarning()  
      String migrationFailed()  
      • 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
    • Method Detail

      • invalidInitializerConfig

        @Message(id=38,
                 value="Illegal initializer value: %s. Should be one of [security,transactions]")
        XMLStreamException invalidInitializerConfig​(String value,
                                                    @Param
                                                    Location location)
      • invalidSSLConfig

        @Message(id=39,
                 value="Illegal SSL config option: %s. Should be one of [0.20,40,60]")
        XMLStreamException invalidSSLConfig​(String value,
                                            @Param
                                            Location location)
      • cannotEmulateProperties

        @Message(id=132,
                 value="Properties %s cannot be emulated using OpenJDK ORB and are not supported")
        org.jboss.as.controller.OperationFailedException cannotEmulateProperties​(List<String> property)
      • jacorbEmulationWarning

        @LogMessage(level=WARN)
        @Message(id=133,
                 value="JacORB is not used as an ORB implementation anymore. JacORB subsystem would be emulated using the current OpenJDK ORB implementation. Ability to emulate legacy JacORB configurations using OpenJDK ORB will be removed in future.")
        void jacorbEmulationWarning()
      • cannotEmulatePropertiesWarning

        @Message(id=134,
                 value="Properties %s cannot be emulated using OpenJDK ORB and are not supported")
        String cannotEmulatePropertiesWarning​(List<String> property)
      • migrationFailed

        @Message(id=135,
                 value="Migration failed, see results for more details.")
        String migrationFailed()
      • expressionMigrationWarning

        @Message(id=136,
                 value="The properties %s use expressions. Configuration properties that are used to resolve those expressions should be transformed manually to the new iiop-openjdk subsystem format")
        String expressionMigrationWarning​(String properties)