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

HSHttpAccessLogEvent

public class HSHttpAccessLogEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
The following attributes of http-access-log are handled.
log-directory
author:
Satish Viswanatham

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

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


                                         
         
        super(instance, HSHttpAccessLogEvent.eventType, action, null);
    
Methods Summary