FileDocCategorySizeDatePackage
HSHttpListenerEvent.javaAPI DocGlassfish v2 API3052Fri May 04 22:33:36 BST 2007com.sun.enterprise.admin.event.http

HSHttpListenerEvent

public class HSHttpListenerEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
This event handles modifications to the following attributes of
http-listener element.
id, address, port, external-port, family, blocking-enabled,
acceptor-threads, default-virtual-server, server-name,
redirect-port, x-powered-by and enabled
author:
Satish Viswanatham

Fields Summary
public static final String
eventType
Event type
Constructors Summary
public HSHttpListenerEvent(String instance, int action, String name)
Create a new HSHttpListenerEvent.

param
instance name of the instance to which the event applies
param
action type of action - one of ElementChangeEvent.ACTION_ELEMENT_*
throws
IllegalArgumentException if specified action is not valid


                                                      
           
        super(instance, HSHttpListenerEvent.eventType, action, name);
    
Methods Summary