org.apache.avalon.phoenix
Class ApplicationEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.apache.avalon.phoenix.ApplicationEvent
- All Implemented Interfaces:
- Serializable
- public final class ApplicationEvent
- extends EventObject
This is the class that is used to deliver notifications
about Application state changes to the
ApplicationListener
s of a Server Application.
- Author:
- Peter Donald
- See Also:
- Serialized Form
ApplicationEvent
public ApplicationEvent(String name,
SarMetaData sarMetaData)
- Construct the
ApplicationEvent
.
- Parameters:
name
- the name of appsarMetaData
- the SarMetaData object for app
getName
public String getName()
- Retrieve name of app.
- Returns:
- the name of app
getSarMetaData
public SarMetaData getSarMetaData()
- Retrieve the SarMetaData for app.
- Returns:
- the SarMetaData for app
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.