Package com.ibm.wsspi.kernel.embeddable
Interface ServerEventListener.ServerEvent
- 
- Enclosing interface:
- ServerEventListener
 
 public static interface ServerEventListener.ServerEventAServerEventis passed to a registeredServerEventListenerConsumers of this SPI must not implement this interface. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classServerEventListener.ServerEvent.TypeThe type of server event
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerExceptiongetException()ServergetServer()ServerEventListener.ServerEvent.TypegetType()The type of event
 
- 
- 
- 
Method Detail- 
getServerServer getServer() - Returns:
- the Server associated with the event.
 
 - 
getTypeServerEventListener.ServerEvent.Type getType() The type of event
 - 
getExceptionServerException getException() - Returns:
- a ServerException, or null.
 
 
- 
 
-