Class ConnectionCheckedInEvent


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

      • ConnectionCheckedInEvent

        public ConnectionCheckedInEvent​(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