- 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 Summary
Constructors Constructor Description WebApplicationServerEvent(WebApplicationServer server)
Creates a new event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebApplicationServer
getServer()
Returns the server that triggered the event
-
-
-
Constructor Detail
-
WebApplicationServerEvent
public WebApplicationServerEvent(WebApplicationServer server)
Creates a new event.- Parameters:
server
- the server that triggered the event
-
-
Method Detail
-
getServer
public WebApplicationServer getServer()
Returns the server that triggered the event- Returns:
- the server that trigger the event
-
-