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

HSVirtualServerEvent

public class HSVirtualServerEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
This event deals with the following attributes of virtual-server element
id, http-listeners, default-web-module, hosts, state, doc-root,
and log-file.
author:
Satish Viswanatham

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

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, HSVirtualServerEvent.eventType, action, name);
    
Methods Summary