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

HSServiceEvent

public class HSServiceEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
It informs the changes for http-service config element,
its creation/deletion and changes of its attributes and properties
author:
alexkrav

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

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, eventType, action, null);
    
Methods Summary