Uses of Interface
com.cafesoft.core.log.Logger

Packages that use Logger
com.cafesoft.cams Cams API configuration classes. 
com.cafesoft.cams.access Cams access control service support. 
com.cafesoft.cams.agent.http Support for implementing Cams HTTP agents. 
com.cafesoft.cams.auth Cams authentication service support. 
com.cafesoft.cams.auth.login.module JDBC, LDAP, and XML JAAS login modules. 
com.cafesoft.cams.log Cams trace logging support. 
com.cafesoft.cams.oblig.http Cams HTTP Obligation Classes. 
com.cafesoft.cams.service Services for JDBC connection pooling, LDAP connection pooling, and a user repository, etc. 
com.cafesoft.cams.session.access Cams session control service support. 
com.cafesoft.cams.session.control Cams session access service support. 
com.cafesoft.cams.util Cams utility classes. 
com.cafesoft.core.data   
com.cafesoft.core.jdbc Contains classes for use with jdbc. 
com.cafesoft.core.log Logging support. 
com.cafesoft.core.pool Provides classes for object pooling. 
com.cafesoft.core.regex   
com.cafesoft.core.service Services API support. 
com.cafesoft.core.util Utility classes. 
com.cafesoft.core.xml Contains classes for Xml manipulation. 
 

Uses of Logger in com.cafesoft.cams
 

Methods in com.cafesoft.cams that return Logger
 Logger StandardContext.getLogger()
          Get the Logger for this Context.
 Logger Context.getLogger()
          Get the Logger for this Context.
 

Constructors in com.cafesoft.cams with parameters of type Logger
StandardConfig(Properties params, String home, ServiceFinder serviceFinder, Logger logger)
          Create a new StandardConfig.
StandardContext(Config config, String homeDir, ServiceFinder serviceFinder, Logger logger)
          Create a new StandardContext.
 

Uses of Logger in com.cafesoft.cams.access
 

Fields in com.cafesoft.cams.access declared as Logger
protected  Logger AbstractPermissionCollection.logger
          The Logger to which DEBUG, INFO, WARNING, ERROR, and FATAL messages are written.
protected  Logger AbstractAccessControlRulePersistenceManager.logger
          Logger for this object
protected  Logger AbstractAccessControlRule.logger
          Logger for this object
protected  Logger AbstractPermission.logger
          The Logger to which DEBUG, INFO, WARNING, ERROR, and FATAL messages are sent.
 

Methods in com.cafesoft.cams.access with parameters of type Logger
 void AccessControlResponse.log(Logger logger)
          Logs the data contained in this response to the specified logger.
 void AccessControlRequest.log(Logger logger, boolean logAttributes)
          Logs the data contained in this request to the specified logger.
 

Uses of Logger in com.cafesoft.cams.agent.http
 

Fields in com.cafesoft.cams.agent.http declared as Logger
protected  Logger AbstractCamsHttpAgentRequest.logger
          Logs data.
 

Uses of Logger in com.cafesoft.cams.auth
 

Methods in com.cafesoft.cams.auth with parameters of type Logger
 void AuthResponse.log(Logger logger)
          Logs the data contained in this response to the specified logger.
 void AuthRequest.log(Logger logger)
          Logs the data contained in this request to the specified logger.
 

Uses of Logger in com.cafesoft.cams.auth.login.module
 

Fields in com.cafesoft.cams.auth.login.module declared as Logger
protected  Logger AbstractLoginModule.logger
          LoginModule's logger.
 

Methods in com.cafesoft.cams.auth.login.module with parameters of type Logger
 void SiteServerLoginModule.setLogger(Logger logger)
          Sets the logger.
 void ActiveDirectoryLoginModule.setLogger(Logger logger)
          Sets the logger.
 void AESOActiveDirectoryLoginModule.setLogger(Logger logger)
          Sets the logger.
 void DummyLoginModule.setLogger(Logger logger)
          Sets the logger.
 void LdapLoginModule.setLogger(Logger logger)
          Sets the logger.
 void DigipassJdbcLoginModule.setLogger(Logger logger)
          Sets the logger.
 void JdbcLoginModule.setLogger(Logger logger)
          Sets the logger.
 void AESOLdapLoginModule.setLogger(Logger logger)
          Sets the logger.
 void UnboundIDLdapLoginModule.setLogger(Logger logger)
          Sets the logger.
 void UnboundIDActiveDirectoryLoginModule.setLogger(Logger logger)
          Sets the logger.
 void AESOXmlLoginModule.setLogger(Logger logger)
          Sets the logger.
 void XmlLoginModule.setLogger(Logger logger)
          Sets the logger.
 void AESOJdbcLoginModule.setLogger(Logger logger)
          Sets the logger.
 void X509CertificateFileLoginModule.setLogger(Logger logger)
          Sets the logger.
 void AbstractLoginModule.setLogger(Logger logger)
          Sets the logger.
 void AESOX509CertLdapLoginModule.setLogger(Logger logger)
          Sets the logger.
 void RsaSecurIdLoginModule.setLogger(Logger logger)
          Sets the logger.
 void X509CertificateJKSLoginModule.setLogger(Logger logger)
          Sets the logger.
 void X509CertificateLdapLoginModule.setLogger(Logger logger)
          Sets the logger.
 

Uses of Logger in com.cafesoft.cams.log
 

Classes in com.cafesoft.cams.log that implement Logger
 class CamsTraceLogger
          A specialized Logger object that will send debug messages that are of the level INFO and DEBUG to a specified file.
 

Uses of Logger in com.cafesoft.cams.oblig.http
 

Constructors in com.cafesoft.cams.oblig.http with parameters of type Logger
HttpRedirectObligationListFinalizer(Logger logger)
          Create a new HttpRedirectobListFinalizer instance.
 

Uses of Logger in com.cafesoft.cams.service
 

Methods in com.cafesoft.cams.service with parameters of type Logger
 void CamsServiceMonitor.dump(Logger logger)
          Dump the state of all registered CamsService's being monitored.
 

Uses of Logger in com.cafesoft.cams.session.access
 

Methods in com.cafesoft.cams.session.access with parameters of type Logger
 void SessionAccessRequest.log(Logger logger)
          Logs the data contained in this request to the specified logger.
 void SessionAccessResponse.log(Logger logger)
          Logs the data contained in this response to the specified logger.
 

Uses of Logger in com.cafesoft.cams.session.control
 

Methods in com.cafesoft.cams.session.control with parameters of type Logger
 void SessionControlRequest.log(Logger logger)
          Logs the data contained in this request to the specified logger.
 void SessionControlResponse.log(Logger logger)
          Logs the data contained in this response to the specified logger.
 

Uses of Logger in com.cafesoft.cams.util
 

Methods in com.cafesoft.cams.util with parameters of type Logger
static int ConfigSupport.getRequiredIntParam(Config config, String source, String paramName, int defaultValue, Logger logger)
          Get an Integer parameter from the Config object
static String ConfigSupport.getRequiredStringParam(Config config, String source, String paramName, String defaultValue, Logger logger)
          Get a required String param from the Config object
 

Uses of Logger in com.cafesoft.core.data
 

Constructors in com.cafesoft.core.data with parameters of type Logger
PropertiesValidatorMapFactory(String prefix, boolean caseSensitiveKeys, Logger logger, boolean debug)
          Create a PropertiesValidatorMapFactory instance.
 

Uses of Logger in com.cafesoft.core.jdbc
 

Methods in com.cafesoft.core.jdbc with parameters of type Logger
 void StandardConnectionPool.setLogger(Logger logger)
          Sets the logger.
 void StandardConnectionPoolManager.setLogger(Logger logger)
          Sets the logger.
 void StandardPoolableConnectionFactory.setLogger(Logger logger)
          Sets the logger.
 

Constructors in com.cafesoft.core.jdbc with parameters of type Logger
SqlCommandIterator(String filePath, Logger logger)
          Create a new SqlCommandIterator with the specified Logger.
 

Uses of Logger in com.cafesoft.core.log
 

Subinterfaces of Logger in com.cafesoft.core.log
 interface Log4JLogger
          Interface that extends the Logger interface and allows for the implementing class to add and remove Log4j appender Objects to the logger.
 

Classes in com.cafesoft.core.log that implement Logger
 class Log4JFileLogger
          Log4JFileLogger writes log messages to a File by delegating logging to Apache's Log4J API.
 class StandardLog4JLogger
          StandardLog4JLogger uses Apache's Log4j API to write log messages to Appender Objects that are added to this Logger.
 class StderrLogger
          Logs message to the System.err OutputStream.
 class StdoutLogger
          Logs message to the System.out OutputStream.
 

Methods in com.cafesoft.core.log with parameters of type Logger
 void LoggerClient.setLogger(Logger logger)
          Sets the logger.
 

Uses of Logger in com.cafesoft.core.pool
 

Methods in com.cafesoft.core.pool that return Logger
 Logger ObjectPoolConfig.getLogger()
          Get the Logger.
 Logger StandardObjectPoolConfig.getLogger()
          Get the Logger.
 

Constructors in com.cafesoft.core.pool with parameters of type Logger
StandardObjectPoolConfig(Logger logger)
          Create a new StandardObjectPoolConfig object.
StandardObjectPoolConfig(Logger logger, boolean debug)
          Create a new StandardObjectPoolConfig object.
StandardObjectPoolConfig(Logger logger, String debug)
          Create a new StandardObjectPoolConfig object.
 

Uses of Logger in com.cafesoft.core.regex
 

Methods in com.cafesoft.core.regex with parameters of type Logger
static RegexFilter PropertiesRegexFilterFactory.create(Properties properties, String prefix, boolean failOnError, Logger logger, boolean debug)
          Create a RegexFilter from values in a Properties object.
 

Uses of Logger in com.cafesoft.core.service
 

Fields in com.cafesoft.core.service declared as Logger
protected  Logger AbstractLifecycleService.logger
          The Logger object associated with the ServiceConfig's ServiceContext.
protected  Logger AbstractService.logger
          The Logger object associated with the ServiceConfig's ServiceContext.
protected  Logger StandardServiceContext.logger
          The Logger for this ServiceContext.
 

Methods in com.cafesoft.core.service that return Logger
 Logger ServiceContext.getLogger()
          Get the Logger for this Context.
 Logger StandardServiceContext.getLogger()
          Get the Logger for this Context.
 

Methods in com.cafesoft.core.service with parameters of type Logger
static int ServiceConfigSupport.getRequiredIntParam(ServiceConfig config, String source, String paramName, int defaultValue, Logger logger)
          Get an Integer parameter from the ServiceConfig object
static String ServiceConfigSupport.getRequiredStringParam(ServiceConfig config, String source, String paramName, String defaultValue, Logger logger)
          Get a required String param from the ServiceConfig object
 

Constructors in com.cafesoft.core.service with parameters of type Logger
StandardServiceContext(Properties prop, ServiceFinder serviceFinder, Logger logger)
          Create a new StandardServiceContext.
 

Uses of Logger in com.cafesoft.core.util
 

Methods in com.cafesoft.core.util that return Logger
static Logger TestUtils.getLogger(String logsDirPath, Object object)
          Creates a new Logger for the specfied object.
 

Methods in com.cafesoft.core.util with parameters of type Logger
static int PropertyUtils.getIntegerValue(Properties properties, String propertyName, int defaultValue, Object source, Logger logger)
          Get a integer value from a Properties object.
 

Constructors in com.cafesoft.core.util with parameters of type Logger
MonitoredProcess(String processName, Process process, Logger logger)
          Create a new MonitoredProcess.
 

Uses of Logger in com.cafesoft.core.xml
 

Fields in com.cafesoft.core.xml declared as Logger
protected  Logger DefaultXmlHandler.logger
          The Logger to which messages are logged.
 

Constructors in com.cafesoft.core.xml with parameters of type Logger
DefaultXmlHandler(String[] dtdPathArray, Logger logger)
          Create a new DefaultXmlHandler.
DefaultXmlHandler(String[] dtdPathArray, Logger logger, String context)
          Create a new DefaultXmlHandler.
LoggingSAXParseExceptionListener(String xmlSource, Logger logger)
          Create a new LoggingSAXParseExceptionListener.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.