Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOAggregateEvent


Inherits from:
EOEvent
Package:
com.webobjects.eocontrol


Class Description


An instance of the EOAggregateEvent class is used to aggregate into one event multiple EOEvent objects that have the same aggregate signature. 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.




Instance Methods



addEvent

public void addEvent(EOEvent event)

Adds event to the set of events that the receiver aggregates.

comment

public String comment()

Description forthcoming.

description

public String description()

Description forthcoming.

displayComponentName

public String displayComponentName()

Description forthcoming.

duration

public long duration()

Description forthcoming.

durationWithoutSubevents

public long durationWithoutSubevents()

Description forthcoming.

events

public NSArray events()

Returns the set of events that the receiver aggregates. In the typical scenario, an EOAggregateEvent always has at least one event-the event for which the event logging system created the aggregate event.


Instance Methods



addEvent

public void addEvent(EOEvent anEOEvent)

Description forthcoming.

comment

public String comment()

Description forthcoming.

description

public String description()

Description forthcoming.

displayComponentName

public String displayComponentName()

Description forthcoming.

duration

public long duration()

Description forthcoming.

durationWithoutSubevents

public long durationWithoutSubevents()

Description forthcoming.

events

public NSArray events()

Description forthcoming.

info

public Object info()

Description forthcoming.

signatureOfType

public String signatureOfType(int anInt)

Description forthcoming.

subevents

public NSArray subevents()

Description forthcoming.

title

public String title()

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 19, 2001)


Table of Contents