FileDocCategorySizeDatePackage
SecurityServiceEventListener.javaAPI DocGlassfish v2 API3413Fri May 04 22:33:36 BST 2007com.sun.enterprise.admin.event

SecurityServiceEventListener

public interface SecurityServiceEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle security service events.

Fields Summary
Constructors Summary
Methods Summary
public voidsecurityServiceCreated(SecurityServiceEvent event)
New security service element created. It is called whenever a SecurityServiceEvent with action of SecurityServiceEvent.ACTION_CREATE is received.

throws
AdminEventListenerException when the listener is unable to process the event.

public voidsecurityServiceDeleted(SecurityServiceEvent event)
security service deleted. It is called whenever a SecurityServiceEvent with action of SecurityServiceEvent.ACTION_DELETE is received.

throws
AdminEventListenerException when the listener is unable to process the event.

public voidsecurityServiceUpdated(SecurityServiceEvent event)
security service element updated (attributes change). It is called whenever a SecurityServiceEvent with action of SecurityServiceEvent.ACTION_UPDATE is received.

throws
AdminEventListenerException when the listener is unable to process the event.