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.mdsal.dom.spi.store.ForwardingDOMStoreThreePhaseCommitCohort.java

/**
 * Abstract base class for {@link DOMStoreThreePhaseCommitCohort} implementations,
 * which forward most of their functionality to a backend {@link #delegate()}.
 */
@Beta
public abstract class ForwardingDOMStoreThreePhaseCommitCohort extends ForwardingObject

From source file org.opendaylight.controller.sal.core.spi.data.ForwardingDOMStoreThreePhaseCommitCohort.java

/**
 * Abstract base class for {@link DOMStoreThreePhaseCommitCohort} implementations,
 * which forward most of their functionality to a backend {@link #delegate()}.
 */
@Beta
public abstract class ForwardingDOMStoreThreePhaseCommitCohort extends ForwardingObject

From source file org.opendaylight.controller.cluster.databroker.DOMStoreThreePhaseCommitCohortAdaptor.java

/**
 * Utility class from bridging {@link DOMStoreThreePhaseCommitCohort} and
 * {@link org.opendaylight.controller.sal.core.spi.data.DOMStoreThreePhaseCommitCohort}.
 *
 * @author Robert Varga
 */

From source file org.opendaylight.mdsal.dom.spi.ForwardingDOMTransactionChain.java

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

From source file org.opendaylight.mdsal.dom.spi.ForwardingDOMNotificationPublishService.java

/**
 * Utility implementations of {@link DOMNotificationPublishService} which forwards
 * all requests to a delegate instance.
 */
public abstract class ForwardingDOMNotificationPublishService extends ForwardingObject
        implements DOMNotificationPublishService {

From source file org.opendaylight.mdsal.dom.spi.ForwardingDOMRpcResult.java

/**
 * Utility class which implements {@link DOMRpcResult} by forwarding all methods
 * to a backing instance.
 */
public abstract class ForwardingDOMRpcResult extends ForwardingObject implements DOMRpcResult {
    @Override

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

/**
 * Utility class which implements {@link DOMRpcResult} by forwarding all methods
 * to a backing instance.
 */
public abstract class ForwardingDOMRpcResult extends ForwardingObject implements DOMRpcResult {
    @Override

From source file org.eclipse.emf.compare.ide.ui.internal.logical.ForwardingAdaptable.java

/**
 * @author <a href="mailto:mikael.barbero@obeo.fr">Mikael Barbero</a>
 */
public abstract class ForwardingAdaptable extends ForwardingObject implements IAdaptable {

    /**

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

/**
 * Utility implementations of {@link DOMNotificationPublishService} which forwards
 * all requests to a delegate instance.
 */
public abstract class ForwardingDOMNotificationPublishService extends ForwardingObject
        implements DOMNotificationPublishService {

From source file org.opendaylight.mdsal.dom.spi.ForwardingDOMNotificationService.java

/**
 * Utility implementation of a {@link DOMNotificationService} which forwards all requests
 * to a delegate instance.
 */
public abstract class ForwardingDOMNotificationService extends ForwardingObject implements DOMNotificationService {
    @Override