| 
 | WebObjects 5.2.3 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.webobjects.eocontrol.EOEvent
com.webobjects.eocontrol.EOAggregateEvent
An instance of the EOAggregateEvent class is used to aggregate multiple EOEvent objects with the same aggregate signature into one event. This one aggregate event is typically used in a WOEventDisplay page in a WebObjects application to display the sum of all of the aggregated events' durations.
| Field Summary | 
| Fields inherited from class com.webobjects.eocontrol.EOEvent | 
| BasicEventSignature, EventGroupName | 
| Constructor Summary | |
| EOAggregateEvent() | |
| Method Summary | |
|  void | addEvent(EOEvent e)Adds eto the set of events that the receiver aggregates. | 
|  String | comment()Gets the commentfrom any member of the EOvents set aggregated by
 the receiver. | 
|  String | description()Gets the description of the family of events represented by the class. | 
|  String | displayComponentName()Returns the name of a WebObjects component to use to display the receiver's logging information. | 
|  long | durationWithoutSubevents()Gets the the sum of all of the aggregated events'durations excluding the receivers subevents. | 
|  NSArray | events()Typically, an EOAggregateEvent has at least one event, the event for which the event logging system created the aggregate event. | 
|  Object | info()Gets the infofrom any member of the EOvents set aggregated by
 the receiver. | 
|  String | signatureOfType(int tag)Used to group and aggregate the receiver with other events that have the same signature. | 
|  NSArray | subevents()For each EOEvent aggregated in the reciver this method gathers their subevents and return an array with them.The array is ordered ascending by duration. | 
|  String | title()Gets the titlefrom any member of the EOvents set aggregated by
 the receiver. | 
| Methods inherited from class com.webobjects.eocontrol.EOEvent | 
| aggregateEvents, classDescription, compare, duration, eventTypeDescriptions, groupEvents, markAtomicWithInfo, markEnd, markStartWithInfo, parentEvent, setInfo, setType, startDate, toString, type | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public EOAggregateEvent()
| Method Detail | 
public void addEvent(EOEvent e)
e to the set of events that the receiver aggregates.
e - the EOEvent to be added to the receiverpublic String comment()
comment from any member of the EOvents set aggregated by
 the receiver.
comment in class EOEventEOEvent.comment()public String description()
description in class EOEventEOEvent.eventTypeDescriptions(Class aClass), 
EOEvent.description()public String displayComponentName()
EOEventWOEventRow component, which is generally sufficient
 for subclasses.
displayComponentName in class EOEventpublic long durationWithoutSubevents()
durationWithoutSubevents in class EOEventpublic NSArray events()
public Object info()
info from any member of the EOvents set aggregated by
 the receiver.
info in class EOEventEOEvent.info()public String signatureOfType(int tag)
null.
signatureOfType in class EOEventtag - specifies signature type
EOEvent.aggregateEvents(NSArray events,int tag), 
EOEvent.groupEvents(NSArray events,int tag)public NSArray subevents()
subevents in class EOEventEOEvent.subevents()public String title()
title from any member of the EOvents set aggregated by
 the receiver.
title in class EOEventEOEvent.eventTypeDescriptions(Class aClass), 
EOEvent.title()| 
 | Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||