FileDocCategorySizeDatePackage
PENotificationFactory.javaAPI DocGlassfish v2 API2697Fri May 04 22:33:42 BST 2007com.sun.enterprise.admin.event.pluggable

PENotificationFactory

public class PENotificationFactory extends Object implements NotificationFactory
Pluggable feature factory for PE notification.
author
Nazrul Islam

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.admin.event.EventDispatchercreateEventDispatcher()
Creates a new instance of the event dispatcher object.

return
event dispatcher

        return new PEEventDispatcher();
    
public RestartEventHelpercreateRestartEventHelper()
Creates a new instance of restart helper.

return
restart helper

        return new PERestartEventHelper();