|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.servlets.controls.analytics.AnalyticEventImpl
public class AnalyticEventImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.bea.netuix.servlets.controls.analytics.AnalyticEvent |
|---|
AnalyticEvent.AnalyticEventObject |
| Method Summary | |
|---|---|
AnalyticEvent.AnalyticEventObject |
getAnalyticEventObject()
Get the portal object type this event can be logged agains. |
String |
getDefinitionId()
The defintion id of the page or portlet, will be null for .portal files |
String |
getDefinitionLabel()
The definition label of the portlet or page |
String |
getDesktop()
The desktop or portal name this event was logged under |
long |
getDisposeLifecycleTime()
The amount of time the page or portlet spent in the "Dispose" lifecycle phase |
long |
getInitLifecycleTime()
The amount of time the page or portlet spent in the "init" lifecycle phase |
String |
getInstanceId()
The instance id of the page or portlet, will be null for .portal files |
String |
getInstanceLabel()
The instance label of the portlet, null for pages |
long |
getLoadStateTime()
The amount of time the page or portlet spent in the "loadState" lifecycle phase |
long |
getLoadTime()
The amount of time the page or portlet spent in the "load" lifecycle phase |
String |
getPageLabel()
The _pageLabel request parameter value |
long |
getPreRenderLifecycleTime()
The amount of time the page or portlet spent in the "preRender" lifecycle phase |
long |
getRaiseEventsLifecycleTime()
The amount of time the page or portlet spent in the "raiseEvents (handlePostBackData)" lifecycle phase |
long |
getRenderLifecycleTime()
The amount of time the page or portlet spent in the "Render" lifecycle phase |
int |
getRequestId()
A somewhat unique request id. |
long |
getSaveStateTime()
The amount of time the page or portlet spent in the "saveState" lifecycle phase |
String |
getServletContextName()
The servlet content name this event was logged under |
String |
getSessionId()
The http session id of the user making the request |
long |
getTotalTime()
The total amount of time the page or portlet consumed during the request. |
String |
getUsername()
The username of the user who made the request, null for anaymnous users |
String |
getWebappContextPath()
The webapp context context path |
String |
getWindowLabel()
The _windowLabel request parameter value |
void |
setAnalyticEventObject(AnalyticEvent.AnalyticEventObject analyticEventObject)
|
void |
setDefinitionId(String definitionId)
|
void |
setDefinitionLabel(String definitionLabel)
|
void |
setDesktop(String desktop)
|
void |
setInstanceId(String instanceId)
|
void |
setInstanceLabel(String instanceLabel)
|
void |
setLifecycleTimes(EnumMap<com.bea.netuix.nf.LifecycleStage,Long> lifecycleTimes)
|
void |
setPageLabel(String pageLabel)
|
void |
setRequestId(int requestId)
|
void |
setServletContextName(String servletContextName)
|
void |
setSessionId(String sessionId)
|
void |
setUsername(String username)
|
void |
setWebappContextPath(String webappContextPath)
|
void |
setWindowLabel(String windowLabel)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AnalyticEvent.AnalyticEventObject getAnalyticEventObject()
AnalyticEvent
getAnalyticEventObject in interface AnalyticEventpublic void setAnalyticEventObject(AnalyticEvent.AnalyticEventObject analyticEventObject)
public String getServletContextName()
AnalyticEvent
getServletContextName in interface AnalyticEventpublic void setServletContextName(String servletContextName)
public String getWebappContextPath()
AnalyticEvent
getWebappContextPath in interface AnalyticEventpublic void setWebappContextPath(String webappContextPath)
public String getDesktop()
AnalyticEvent
getDesktop in interface AnalyticEventpublic void setDesktop(String desktop)
public String getUsername()
AnalyticEvent
getUsername in interface AnalyticEventpublic void setUsername(String username)
public String getSessionId()
AnalyticEvent
getSessionId in interface AnalyticEventpublic void setSessionId(String sessionId)
public int getRequestId()
AnalyticEvent
getRequestId in interface AnalyticEventpublic void setRequestId(int requestId)
public String getWindowLabel()
AnalyticEvent
getWindowLabel in interface AnalyticEventpublic void setWindowLabel(String windowLabel)
public String getPageLabel()
AnalyticEvent
getPageLabel in interface AnalyticEventpublic void setPageLabel(String pageLabel)
public String getDefinitionLabel()
AnalyticEvent
getDefinitionLabel in interface AnalyticEventpublic void setDefinitionLabel(String definitionLabel)
public String getInstanceLabel()
AnalyticEvent
getInstanceLabel in interface AnalyticEventpublic void setInstanceLabel(String instanceLabel)
public String getDefinitionId()
AnalyticEvent
getDefinitionId in interface AnalyticEventpublic void setDefinitionId(String definitionId)
public String getInstanceId()
AnalyticEvent
getInstanceId in interface AnalyticEventpublic void setInstanceId(String instanceId)
public long getInitLifecycleTime()
AnalyticEvent
getInitLifecycleTime in interface AnalyticEventpublic long getLoadStateTime()
AnalyticEvent
getLoadStateTime in interface AnalyticEventpublic long getLoadTime()
AnalyticEvent
getLoadTime in interface AnalyticEventpublic long getRaiseEventsLifecycleTime()
AnalyticEvent
getRaiseEventsLifecycleTime in interface AnalyticEventpublic long getPreRenderLifecycleTime()
AnalyticEvent
getPreRenderLifecycleTime in interface AnalyticEventpublic long getSaveStateTime()
AnalyticEvent
getSaveStateTime in interface AnalyticEventpublic long getRenderLifecycleTime()
AnalyticEvent
getRenderLifecycleTime in interface AnalyticEventpublic long getDisposeLifecycleTime()
AnalyticEvent
getDisposeLifecycleTime in interface AnalyticEventpublic long getTotalTime()
AnalyticEvent
getTotalTime in interface AnalyticEventpublic void setLifecycleTimes(EnumMap<com.bea.netuix.nf.LifecycleStage,Long> lifecycleTimes)
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||