FileDocCategorySizeDatePackage
LogServiceEventListener.javaAPI DocGlassfish v2 API3552Fri May 04 22:33:42 BST 2007com.sun.enterprise.admin.event.log

LogServiceEventListener

public interface LogServiceEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle log-service element events.
author:
alexkrav

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(LogServiceEvent event)
Handles element additions. It is called whenever a LogServiceEvent is received.

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

public voidhandleDelete(LogServiceEvent event)
Handles log-service element removal. It is called whenever a LogServiceEvent is received.

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

public voidhandleUpdate(LogServiceEvent event)
Handles log-service element modification (attributes/properties values changed). It is called whenever a LogServiceEvent is received.

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