com.webobjects.appserver
Class WOApplication.Event
java.lang.Object
com.webobjects.eocontrol.EOEvent
com.webobjects.appserver.WOEvent
com.webobjects.appserver.WOApplication.Event
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- WOApplication
- public static class WOApplication.Event
- extends WOEvent
This is a subclass of WOEvent used by the WebObjects runtime to collect
pageWithName events.
- See Also:
WOEvent
,
Serialized Form
Method Summary |
String |
comment()
In the default implementation, this method returns the description
of the "info" instance variable which is passed at log time. |
String |
displayComponentName()
Returns the name of a WebObjects component to use to display the
receiver's logging information. |
Methods inherited from class com.webobjects.eocontrol.EOEvent |
aggregateEvents, classDescription, compare, description, duration, durationWithoutSubevents, eventTypeDescriptions, groupEvents, info, markAtomicWithInfo, markEnd, markStartWithInfo, parentEvent, setInfo, setType, startDate, subevents, type |
WOApplication.Event
public WOApplication.Event()
comment
public String comment()
- In the default implementation, this method returns the description
of the "info" instance variable which is passed at log time.
This method can be overridden by subclasses to provide
information for the event display.
- Overrides:
comment
in class WOEvent
- Returns:
- the description of the "info" instance variable
displayComponentName
public String displayComponentName()
- Returns the name of a WebObjects component to use to display the
receiver's logging information. This implementation uses the
WOEventRow
component.
- Overrides:
displayComponentName
in class EOEvent
- Returns:
- name of a WebObjects component to use to display the receiver's logging information
Copyright © 2004 Apple Computer, Inc.