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

HSSslEvent

public class HSSslEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
When any of the following attributes of ssl element is changed,
HSSslEvent is sent.
cert-nickname, ssl2-enabled, ssl2-ciphers, ssl3-enabled,
ssl3-ciphes, ssl3-tls-ciphers, tls-enabled, tls-rollback-enabled * and client-auth-enabled.
author:
Satish Viswanatham

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

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