Package com.opencloud.rem.service
Class Utils.NotificationSources
- java.lang.Object
-
- com.opencloud.rem.service.Utils.NotificationSources
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
Map<String,NotificationSource>
getLoggerMap()
NotificationSource[]
getProfileTables()
NotificationSource[]
getRaEntities()
NotificationSource[]
getSbbs()
NotificationSource[]
getSubsystems()
-
-
-
Method Detail
-
getSbbs
public NotificationSource[] getSbbs()
-
getRaEntities
public NotificationSource[] getRaEntities()
-
getProfileTables
public NotificationSource[] getProfileTables()
-
getSubsystems
public NotificationSource[] getSubsystems()
-
getCount
public int getCount()
-
getLoggerMap
public Map<String,NotificationSource> getLoggerMap()
-
-