Class DelegatingSailSource

  • All Implemented Interfaces:
    java.lang.AutoCloseable, SailClosable, SailSource

    class DelegatingSailSource
    extends java.lang.Object
    implements SailSource
    A wrapper around an SailSource that can suppress the call to close(). This is useful when the a shared branch is sometimes to be used and other times a dedicated branch is to be used.