public class WebappAgentUtil extends Object
Constructor and Description |
---|
WebappAgentUtil() |
Modifier and Type | Method and Description |
---|---|
static BAMServerInfo |
addBAMServerInfo(InternalEventingConfigData eventingConfigData) |
static void |
extractInfoFromHttpHeaders(WebappStatEventData eventData,
Object requestProperty) |
static EventPublisherConfig |
getEventPublisherConfig(String key) |
static Map<String,EventPublisherConfig> |
getEventPublisherConfigMap() |
static boolean |
getPublishingEnabled() |
static boolean |
isGlobalPublishingEnabled() |
static WebappStatEvent |
makeEventList(WebappStatEventData webappStatEventData,
InternalEventingConfigData eventingConfigData) |
static void |
removeExistingEventPublisherConfigValue(String key) |
static void |
setGlobalPublishingEnabled(boolean globalPublishingEnabled) |
static void |
setPublishingEnabled(boolean isPublishingEnabled) |
public static void setPublishingEnabled(boolean isPublishingEnabled)
public static boolean getPublishingEnabled()
public static EventPublisherConfig getEventPublisherConfig(String key)
public static Map<String,EventPublisherConfig> getEventPublisherConfigMap()
public static void removeExistingEventPublisherConfigValue(String key)
public static WebappStatEvent makeEventList(WebappStatEventData webappStatEventData, InternalEventingConfigData eventingConfigData)
public static void extractInfoFromHttpHeaders(WebappStatEventData eventData, Object requestProperty)
public static BAMServerInfo addBAMServerInfo(InternalEventingConfigData eventingConfigData)
public static boolean isGlobalPublishingEnabled()
public static void setGlobalPublishingEnabled(boolean globalPublishingEnabled)
Copyright © 2019 WSO2. All rights reserved.