Package com.ibm.wsspi.kernel.embeddable
Interface ServerEventListener.ServerEvent
-
- Enclosing interface:
- ServerEventListener
public static interface ServerEventListener.ServerEvent
AServerEvent
is passed to a registeredServerEventListener
Consumers of this SPI must not implement this interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ServerEventListener.ServerEvent.Type
The type of server event
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerException
getException()
Server
getServer()
ServerEventListener.ServerEvent.Type
getType()
The type of event
-
-
-
Method Detail
-
getServer
Server getServer()
- Returns:
- the Server associated with the event.
-
getType
ServerEventListener.ServerEvent.Type getType()
The type of event
-
getException
ServerException getException()
- Returns:
- a ServerException, or null.
-
-