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

HSAccessLogEvent

public class HSAccessLogEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
It informs the changes (action: UPDATE) to the following attributes
rotation-policy, rotation-enabled, rotation-size-limit-in-bytes,
rotation-interval-in-minutes, rotation-suffix.
author:
Satish Viswanatham

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

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