Example usage for com.google.common.collect ForwardingObject subclass-usage

List of usage examples for com.google.common.collect ForwardingObject subclass-usage

Introduction

In this page you can find the example usage for com.google.common.collect ForwardingObject subclass-usage.

Usage

From source file org.opendaylight.controller.md.sal.dom.spi.ForwardingDOMDataReadWriteTransaction.java

/**
 * Utility {@link DOMDataReadWriteTransaction} implementation which forwards all interface
 * method invocation to a delegate instance.
 */
public abstract class ForwardingDOMDataReadWriteTransaction extends ForwardingObject
        implements DOMDataReadWriteTransaction {

From source file com.tinspx.util.net.ForwardingCookieStore.java

/**
 * Forwards all {@link CookieStore} methods to {@link #delegate()}.
 * 
 * @author Ian
 */
public abstract class ForwardingCookieStore extends ForwardingObject implements CookieStore {

From source file com.tinspx.util.net.ForwardingRedirectHandler.java

/**
 * Forwards {@code RedirectHandler} methods to the delegate returned form
 * {@link #delegate()}. This class accepts a delegate parameter in its
 * constructor that will be returned from {@link #delegate()} if not overridden.
 * 
 * @author Ian

From source file org.opendaylight.controller.md.sal.dom.spi.ForwardingDOMDataBroker.java

/**
 * Utility {@link DOMDataBroker} implementation which forwards all interface
 * method invocation to a delegate instance.
 */
public abstract class ForwardingDOMDataBroker extends ForwardingObject implements DOMDataBroker {
    @Override

From source file org.jclouds.cache.internal.BackoffExponentiallyAndRetryOnThrowableCallable.java

/**
 * Exponentially backs off, if we encounter an exception of the given type during
 * {@link Callable#call}
 * 
 * @author Adrian Cole
 * @since 1.5

From source file com.sam.moca.advice.ForwardingServerContextFactory.java

/**
 * TODO Class Description
 * 
 * Copyright (c) 2011 Sam Corporation
 * All Rights Reserved
 * 

From source file com.isotrol.impe3.api.support.ForwardingURIGenerator.java

/**
 * Forwarding URI generator.
 * @author Andres Rodriguez.
 */
public abstract class ForwardingURIGenerator extends ForwardingObject implements URIGenerator {
    /** Default constructor. */

From source file com.isotrol.impe3.support.nr.ForwardingNodeRepository.java

/**
 * A forwarding node repository.
 * @author Andres Rodriguez
 */
public abstract class ForwardingNodeRepository extends ForwardingObject implements NodeRepository {

From source file com.isotrol.impe3.api.support.ForwardingRequestContext.java

/**
 * Forwarding request context.
 * @author Andres Rodriguez.
 */
public abstract class ForwardingRequestContext extends ForwardingObject implements RequestContext {
    /** Default constructor. */

From source file org.opendaylight.controller.config.yang.config.distributed_datastore_provider.ForwardingDistributedDataStore.java

/**
 * DOMStore implementation that forwards to a delegate.
 *
 * @author Thomas Pantelis
 */
class ForwardingDistributedDataStore extends ForwardingObject