public class SystemAdvisories
extends java.lang.Object
Title: Service Event Fabric Core
Description: Defines event ids of the advisories reserved for system purposes.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
SystemAdvisories() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map |
getEventPrototypes()
Returns a list of event prototypes for advisories reserved for system purposes.
|
static boolean |
isSystem(java.lang.String eventId)
Checks if the specified event id is reserved for system purposes.
|
static java.util.List |
listEventIds()
Returns a list of event ids of the advisories reserved for system purposes.
|
public static boolean isSystem(java.lang.String eventId)
eventId
- the event id to be checked.true
if the event id is reserved for system purposes, false
otherwise.public static java.util.List listEventIds()
public static java.util.Map getEventPrototypes()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.