FileDocCategorySizeDatePackage
MessageSecurityConfigEventListenerImpl.javaAPI DocGlassfish v2 API3685Fri May 04 22:35:36 BST 2007com.sun.enterprise.security.jmac.config

MessageSecurityConfigEventListenerImpl

public class MessageSecurityConfigEventListenerImpl extends Object implements com.sun.enterprise.admin.event.MessageSecurityConfigEventListener
Listener class to handle admin message-security-config element events.
author
Shing Wai Chan

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(com.sun.enterprise.admin.event.MessageSecurityConfigEvent event)

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

         GFServerConfigProvider.loadConfigContext(event.getConfigContext());
    
public voidhandleDelete(com.sun.enterprise.admin.event.MessageSecurityConfigEvent event)

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

        GFServerConfigProvider.loadConfigContext(event.getConfigContext());
    
public voidhandleUpdate(com.sun.enterprise.admin.event.MessageSecurityConfigEvent event)

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

         GFServerConfigProvider.loadConfigContext(event.getConfigContext());