|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.faces.event.SystemEvent javax.faces.event.PreDestroyApplicationEvent
public class PreDestroyApplicationEvent
This event must be published by the
runtime before the factories associated with this Application
are released.
This event is useful for listeners that
need to perform custom shutdown processing without having to rely on
ServletContextListener
s which will be invoked after all
of the application artifacts have been removed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PreDestroyApplicationEvent(Application application)
Constructs a new
|
Method Summary | |
---|---|
Application |
getApplication()
The source |
Methods inherited from class javax.faces.event.SystemEvent |
---|
isAppropriateListener, processListener |
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 |
Constructor Detail |
---|
public PreDestroyApplicationEvent(Application application)
Constructs a new
PreDestroyApplicationEvent
for this application.
application
- the application that has been configuredMethod Detail |
---|
public Application getApplication()
The source Application
that sent this event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41