Class ServerOpeningEvent


  • @Deprecated(since="2021-05-27")
    public final class ServerOpeningEvent
    extends java.lang.Object
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    A server opening event.
    Since:
    3.3
    • Constructor Detail

      • ServerOpeningEvent

        public ServerOpeningEvent​(ServerId serverId)
        Deprecated.
        Construct an instance.
        Parameters:
        serverId - the non-null serverId
    • Method Detail

      • getServerId

        public ServerId getServerId()
        Deprecated.
        Gets the serverId.
        Returns:
        the serverId
      • toString

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