Class ConnectionCheckedOutEvent


  • @Deprecated(since="2021-05-27")
    public final class ConnectionCheckedOutEvent
    extends java.lang.Object
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    An event for checking our a connection from the pool.
    Since:
    3.5
    • Constructor Detail

      • ConnectionCheckedOutEvent

        public ConnectionCheckedOutEvent​(ConnectionId connectionId)
        Deprecated.
        Construct an instance
        Parameters:
        connectionId - the connectionId
    • Method Detail

      • getConnectionId

        public ConnectionId getConnectionId()
        Deprecated.
        Gets the connection id
        Returns:
        the connection id
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object