WebObjects 5.4.2

com.webobjects.appserver
Class WOApplication.Event

java.lang.Object
  extended by com.webobjects.eocontrol.EOEvent
      extended by com.webobjects.appserver.WOEvent
          extended by 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

Field Summary
 
Fields inherited from class com.webobjects.appserver.WOEvent
AssociationSignature, ComponentSignature, PageSignature
 
Fields inherited from class com.webobjects.eocontrol.EOEvent
BasicEventSignature, EventGroupName
 
Constructor Summary
WOApplication.Event()
           
 
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.appserver.WOEvent
setComponentName, setPageName, signatureOfType, title, toString
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOApplication.Event

public WOApplication.Event()
Method Detail

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

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
See Also:
EOEvent.info()

Last updated June 2008

Copyright © 2000-2008 Apple Inc.