Class WebApplicationServerEvent

java.lang.Object
com.pervasive.datarush.webapp.WebApplicationServerEvent

public final class WebApplicationServerEvent extends Object
Event information. Currently contains the server that triggered the event.
  • Constructor Details

    • WebApplicationServerEvent

      public WebApplicationServerEvent(WebApplicationServer server)
      Creates a new event.
      Parameters:
      server - the server that triggered the event
  • Method Details

    • getServer

      public WebApplicationServer getServer()
      Returns the server that triggered the event
      Returns:
      the server that trigger the event