Example usage for org.apache.commons.logging AbstractLoggingBean subclass-usage

List of usage examples for org.apache.commons.logging AbstractLoggingBean subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.logging AbstractLoggingBean subclass-usage.

Usage

From source file org.apache.sshd.common.AbstractFactory.java

/**
 * @param <T> Type of object being created
 * @author Lyor G.
 * @since Aug 29, 2013 9:56:26 AM
 */
public abstract class AbstractFactory<T> extends AbstractLoggingBean implements Factory<T> {

From source file org.springframework.context.RefreshedContextAttacher.java

/**
 * Provides a &quot;one-shot&quot; call to {@link #onContextInitialized(ApplicationContext)}
 * when Spring context is initialized for the <U>first</U> time
 * @author Lyor G.
 * @since Aug 27, 2013 12:39:47 PM
 */

From source file org.apache.sshd.server.AbstractCommand.java

/**
 * Useful base class for {@link Command} implementations
 * @author Lyor G.
 * @since Aug 29, 2013 9:21:12 AM
 */
public abstract class AbstractCommand extends AbstractLoggingBean implements Command, SessionAware {

From source file net.community.chest.gitcloud.facade.frontend.git.HttpClientConnectionManagerFactoryBean.java

/**
 * @author Lyor Goldstein
 * @since Sep 24, 2013 2:53:58 PM
 */
@Component
@ManagedResource(objectName = "net.community.chest.gitcloud.facade.frontend.git:name=HttpClientConnectionManagerFactoryBean")

From source file net.community.chest.gitcloud.facade.AbstractContextInitializer.java

/**
 * @author Lyor Goldstein
 * @since Sep 12, 2013 8:43:05 AM
 */
public abstract class AbstractContextInitializer extends AbstractLoggingBean
        implements ApplicationContextInitializer<ConfigurableApplicationContext> {