Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


oracle.adf.view.rich.monitoring
Class UserActivityInfo.EventInfo

java.lang.Object
  extended by oracle.adf.view.rich.monitoring.UserActivityInfo.EventInfo

Enclosing class:
UserActivityInfo

public static final class UserActivityInfo.EventInfo
extends java.lang.Object

Represents a primary event that triggered the request.


Constructor Summary
UserActivityInfo.EventInfo(java.lang.String type, java.lang.String componentClientId, java.lang.String componentDisplayName, java.lang.String componentType, java.lang.String componentFamily, java.lang.String rendererFamily)
           
UserActivityInfo.EventInfo(java.lang.String type, java.lang.String componentClientId, java.lang.String componentDisplayName, java.lang.String componentType, java.lang.String componentFamily, java.lang.String rendererFamily, java.lang.String regionViewId, java.lang.String regionViewName)
          For the special case where region information might be available.

 

Method Summary
 java.lang.String getComponentClientId()
          Returns the clientId of the component that generated the event.
 java.lang.String getComponentDisplayName()
          Returns a user friendly label for the component that is the target for the event.
 java.lang.String getComponentFamily()
          Returns the identifier of the component family to which this component belongs.
 java.lang.String getComponentType()
          Returns the type of the component.
 java.lang.String getRegionViewId()
           
 java.lang.String getRegionViewName()
           
 java.lang.String getRendererType()
          Return the renderer type for this component (if any).
 java.lang.String getType()
          Returns the event type.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UserActivityInfo.EventInfo

public UserActivityInfo.EventInfo(java.lang.String type,
                                  java.lang.String componentClientId,
                                  java.lang.String componentDisplayName,
                                  java.lang.String componentType,
                                  java.lang.String componentFamily,
                                  java.lang.String rendererFamily)

UserActivityInfo.EventInfo

public UserActivityInfo.EventInfo(java.lang.String type,
                                  java.lang.String componentClientId,
                                  java.lang.String componentDisplayName,
                                  java.lang.String componentType,
                                  java.lang.String componentFamily,
                                  java.lang.String rendererFamily,
                                  java.lang.String regionViewId,
                                  java.lang.String regionViewName)
For the special case where region information might be available.
Parameters:
type - the type of the event.
componentClientId - the clientId of the component that generated the event.
componentDisplayName - a user friendly label for the component that is the target for the event. If the component has no label, text or shortDesc properties set, then this will be null.
componentType - the type of the component that generated the event.
componentFamily - the identifier of the component family to which this component belongs.
rendererFamily - the renderer type for this component (if any).
regionViewId - the viewId of the region component.
regionViewName - the name of the region component.

Method Detail

getType

public java.lang.String getType()
Returns the event type.
Returns:
a String.

getComponentClientId

public java.lang.String getComponentClientId()
Returns the clientId of the component that generated the event.
Returns:
a String component client id

getComponentFamily

public java.lang.String getComponentFamily()
Returns the identifier of the component family to which this component belongs.
Returns:
a String component family

getComponentDisplayName

public java.lang.String getComponentDisplayName()
Returns a user friendly label for the component that is the target for the event. If the component has no label, text or shortDesc properties set, then this will be null.
Returns:
a String display name

getComponentType

public java.lang.String getComponentType()
Returns the type of the component.
Returns:
a String component type

getRendererType

public java.lang.String getRendererType()
Return the renderer type for this component (if any).
Returns:
a String renderer type

getRegionViewId

public java.lang.String getRegionViewId()

getRegionViewName

public java.lang.String getRegionViewName()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.