|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.content.service.ContentServiceMonitorUtil
public class ContentServiceMonitorUtil
Contains content service monitoring constants and utility methods.
Field Summary | |
---|---|
static String |
AGGREGATION_TYPE_CONTENT_ITEMID
Key for content's item id aggregation type. |
static String |
AGGREGATION_TYPE_CONTENT_LANGUAGECONTENTID
Key for content's language content id aggregation type. |
static String |
AGGREGATION_TYPE_CONTENT_METADATAID
Key for content's metadata id aggregation type. |
static String |
AGGREGATION_TYPE_CONTENT_NAME
Key for content's primary name aggregation type. |
static String |
AGGREGATION_TYPE_CONTENT_SOURCEID
Key for content's source id aggregation type. |
static String |
EVENT_CONTENT_VIEW
Key for content view event. |
static String |
STRING_RESOURCE_PATH
The string resource path using for localizing content monitoring strings. |
Constructor Summary | |
---|---|
ContentServiceMonitorUtil()
|
Method Summary | |
---|---|
static IMonitor |
getContentViewMonitor(DouiContext douiContext)
Returns a monitor for the "lumis.content.service.ev.contentview" event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String STRING_RESOURCE_PATH
public static final String EVENT_CONTENT_VIEW
public static final String AGGREGATION_TYPE_CONTENT_SOURCEID
public static final String AGGREGATION_TYPE_CONTENT_ITEMID
public static final String AGGREGATION_TYPE_CONTENT_METADATAID
public static final String AGGREGATION_TYPE_CONTENT_LANGUAGECONTENTID
public static final String AGGREGATION_TYPE_CONTENT_NAME
Constructor Detail |
---|
public ContentServiceMonitorUtil()
Method Detail |
---|
public static IMonitor getContentViewMonitor(DouiContext douiContext) throws PortalException
source
- the content's source loaded.transaction
- transaction for persistence access.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |