Package com.ibm.wsspi.kernel.embeddable
Interface ServerEventListener.ServerEvent
- Enclosing interface:
- ServerEventListener
public static interface ServerEventListener.ServerEvent
A
ServerEvent
is passed to a registered ServerEventListener
Consumers of this SPI must not implement this interface.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The type of server event -
Method Summary
-
Method Details
-
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.
-