C D G I L P S U

C

com.tomgibara.pronto.logging - package com.tomgibara.pronto.logging
 
com.tomgibara.pronto.logging.impl - package com.tomgibara.pronto.logging.impl
 

D

DefaultLoggingPolicy - Class in com.tomgibara.pronto.logging
The logging policy that is used if no policy has been specified.
DefaultLoggingPolicy() - Constructor for class com.tomgibara.pronto.logging.DefaultLoggingPolicy
 

G

getInstance() - Static method in class com.tomgibara.pronto.logging.LoggingConfig
Should be called to obtain a LoggingConfig instance.
getPolicy() - Method in class com.tomgibara.pronto.logging.impl.LoggingConfigImpl
 
getPolicy() - Method in class com.tomgibara.pronto.logging.LoggingConfig
The policy currently in use by this object.
getPollingPeriod() - Method in class com.tomgibara.pronto.logging.DefaultLoggingPolicy
This value is determined by value of the property pronto.logging.polling-period.
getPollingPeriod() - Method in interface com.tomgibara.pronto.logging.LoggingPolicy
This method should return the length of time that should elapse between the polling of configuration properties.
getSource() - Method in class com.tomgibara.pronto.logging.impl.LoggingConfigImpl
 
getSource() - Method in class com.tomgibara.pronto.logging.LoggingConfig
The current source of configuration properties.

I

isTimestampNewer(long, long) - Method in class com.tomgibara.pronto.logging.DefaultLoggingPolicy
The default implementation returns true iff newTimestamp > oldTimestamp.
isTimestampNewer(long, long) - Method in interface com.tomgibara.pronto.logging.LoggingPolicy
This method is called to identify whether the change in the timestamp associated with a set of configuration properties represents a change in the properties.

L

LoggingConfig - Class in com.tomgibara.pronto.logging
This class provides the basis for the convenient reconfiguration of Java's java.util.logging framework.
LoggingConfig() - Constructor for class com.tomgibara.pronto.logging.LoggingConfig
 
LoggingConfigImpl - Class in com.tomgibara.pronto.logging.impl
The standard fulfilment of the LoggingConfig class.
LoggingConfigImpl() - Constructor for class com.tomgibara.pronto.logging.impl.LoggingConfigImpl
 
LoggingPolicy - Interface in com.tomgibara.pronto.logging
Logging policies parameterize the operation of LoggingConfig instances.

P

ProntoLoggingException - Exception in com.tomgibara.pronto.logging
Instances of this exception are thrown when the LoggingConfig instance is unable to successfully update the logging configuration.
ProntoLoggingException() - Constructor for exception com.tomgibara.pronto.logging.ProntoLoggingException
Constructs a new ProntoLoggingException.
ProntoLoggingException(String, Throwable) - Constructor for exception com.tomgibara.pronto.logging.ProntoLoggingException
Constructs a new ProntoLoggingException.
ProntoLoggingException(String) - Constructor for exception com.tomgibara.pronto.logging.ProntoLoggingException
Constructs a new ProntoLoggingException.
ProntoLoggingException(Throwable) - Constructor for exception com.tomgibara.pronto.logging.ProntoLoggingException
Constructs a new ProntoLoggingException.

S

setPolicy(LoggingPolicy) - Method in class com.tomgibara.pronto.logging.impl.LoggingConfigImpl
 
setPolicy(LoggingPolicy) - Method in class com.tomgibara.pronto.logging.LoggingConfig
Sets the policy for this object.
setSource(ConfigSource) - Method in class com.tomgibara.pronto.logging.impl.LoggingConfigImpl
 
setSource(ConfigSource) - Method in class com.tomgibara.pronto.logging.LoggingConfig
Sets the source of configuration properties for this object.

U

update() - Method in class com.tomgibara.pronto.logging.impl.LoggingConfigImpl
 
update() - Method in class com.tomgibara.pronto.logging.LoggingConfig
Causes the logging to be reconfigured immediately with the properties from the current configuration source.

C D G I L P S U

Copyright © 2006-2007 Tom Gibara. All Rights Reserved.