Skip navigation links
com.essbase.eas.framework.defs.event
Class FrameworkEvent
java.lang.Object
java.util.EventObject
com.essbase.eas.framework.defs.event.FrameworkEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ServerEvent
-
public abstract class FrameworkEvent
- extends java.util.EventObject
Extension of the EventObject
object that all framework events shall be derived. This class adds no functionality; it is merely provided as a convenient grouping point for all other events in the framework.
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox, Hyperion Solutions
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
protected |
FrameworkEvent(java.lang.Object source)
|
protected |
FrameworkEvent(java.lang.Object source, java.lang.Exception[] exceptions)
|
Method Summary |
void |
addException(java.lang.Exception exception)
Adds an Exception object to the set of associated exceptions for this event. |
java.lang.Exception[] |
getExceptions()
Returns the exceptions that have been associated with this event. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FrameworkEvent
protected FrameworkEvent(java.lang.Object source)
FrameworkEvent
protected FrameworkEvent(java.lang.Object source,
java.lang.Exception[] exceptions)
addException
public void addException(java.lang.Exception exception)
- Adds an
Exception
object to the set of associated exceptions for this event.
-
- Parameters:
exception
- the Exception
getExceptions
public java.lang.Exception[] getExceptions()
- Returns the exceptions that have been associated with this event.
-
- Returns:
- an array of Exceptions; if there have been no exceptions associated with this event, the array will have a length of zero.
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.