com.ibm.wsspi.kernel.embeddable
Interface ServerEventListener.ServerEvent
Enclosing interface:
- public static interface ServerEventListener.ServerEvent
ServerEvent
is passed to a registered ServerEventListener
Consumers of this SPI must not implement this interface.
Nested Class Summary
Modifier and Type | Interface and Description |
---|---|
|
ServerEventListener.ServerEvent.Type
The type of server event
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getException()
|
|
getServer()
|
|
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 for
Type#START_FAILED
or Type#STOP_FAILED
, or null.