Uses of Class
com.sun.jdo.spi.persistence.utility.logging.LoggerJDK14
-
Packages that use LoggerJDK14 Package Description com.sun.jdo.spi.persistence.support.sqlstore.ejb com.sun.jdo.spi.persistence.utility.logging -
-
Uses of LoggerJDK14 in com.sun.jdo.spi.persistence.support.sqlstore.ejb
Methods in com.sun.jdo.spi.persistence.support.sqlstore.ejb that return LoggerJDK14 Modifier and Type Method Description protected LoggerJDK14LoggerFactoryiAS. createLogger(String absoluteLoggerName, String bundleName)Create a new Logger.Methods in com.sun.jdo.spi.persistence.support.sqlstore.ejb with parameters of type LoggerJDK14 Modifier and Type Method Description protected voidLoggerFactoryiAS. configureFileHandler(LoggerJDK14 logger)This method is a no-op in the Sun ONE Application server. -
Uses of LoggerJDK14 in com.sun.jdo.spi.persistence.utility.logging
Methods in com.sun.jdo.spi.persistence.utility.logging that return LoggerJDK14 Modifier and Type Method Description protected LoggerJDK14LoggerFactoryJDK14. createLogger(String absoluteLoggerName, String bundleName)protected LoggerJDK14LoggerFactoryJDK14. findLogger(String absoluteLoggerName)Methods in com.sun.jdo.spi.persistence.utility.logging with parameters of type LoggerJDK14 Modifier and Type Method Description protected voidLoggerFactoryJDK14. configureFileHandler(LoggerJDK14 logger)This method throws SecurityException if a security manager exists and if the caller does not have LoggingPermission("control")) or the calling code is not placed in the doPrivileged() block.
-