java.lang.Object
com.pervasive.datarush.webapp.WebApplicationServerEvent
Event information. Currently contains the server that triggered the event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the server that triggered the event
-
Constructor Details
-
WebApplicationServerEvent
Creates a new event.- Parameters:
server- the server that triggered the event
-
-
Method Details
-
getServer
Returns the server that triggered the event- Returns:
- the server that trigger the event
-