Interface ConnectionPassivator

  • All Superinterfaces:
    java.util.function.Function<Connection,​java.lang.Boolean>
    All Known Implementing Classes:
    BindConnectionPassivator

    public interface ConnectionPassivator
    extends java.util.function.Function<Connection,​java.lang.Boolean>
    Provides an interface for passivating connections when they are checked back into the pool.
    Author:
    Middleware Services
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose