public interface FabricExceptionsSource
Title: Service Event Fabric Core
Description: An interface for presenting Exception Events
that may be raised by
the fabric component.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
existsException(java.lang.String eventId)
Returns
true if the specific exception event is registered. |
boolean |
hasExceptions()
Returns
true if the component has exception events. |
java.util.List |
listExceptions()
List all exception events by their Event ID.
|
java.util.List listExceptions()
boolean hasExceptions()
true
if the component has exception events.boolean existsException(java.lang.String eventId)
true
if the specific exception event is registered.eventId
- StringCopyright © 2015-2024 StreamScape Technologies. All rights reserved.