public class SystemEvents
extends java.lang.Object
Title: Service Event Fabric Core
Description: Defines a list of the events reserved for system purposes.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
SystemEvents() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isPredefined(java.lang.String eventId)
Checks if the specified event id is predefined.
|
static boolean |
isSystem(java.lang.String eventId)
Checks if the specified event id is reserved for system purposes.
|
static java.util.List |
listPredefinedEventIds()
Returns a list of predefined event ids.
|
static java.util.List |
listSystemEventIds()
Returns a list of event ids 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 listSystemEventIds()
public static boolean isPredefined(java.lang.String eventId)
eventId
- the event id to be checked.true
if the event id is predefined, false
otherwise.public static java.util.List listPredefinedEventIds()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.