FileDocCategorySizeDatePackage
MessageSecurityConfigEventListener.javaAPI DocGlassfish v2 API3204Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.event

MessageSecurityConfigEventListener

public interface MessageSecurityConfigEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle message-security-config element events.
author:
sreeni

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(MessageSecurityConfigEvent event)

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

public voidhandleDelete(MessageSecurityConfigEvent event)

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

public voidhandleUpdate(MessageSecurityConfigEvent event)

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