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

HSSslEventListener

public interface HSSslEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle HTTP service Ssl element events.
author:
Satish Viswanatham

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(HSSslEvent event)
Handles http-service/ssl element/attribute addtions. It is called whenever a HSSslEvent is received.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.

public voidhandleDelete(HSSslEvent event)
Handles http-service/ssl element/attribute removal. It is called whenever a HSSslEvent is received.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.

public voidhandleUpdate(HSSslEvent event)
Handles http-service/ssl element/attribute modification. It is called whenever a HSSslEvent is received.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.