public class EventResponseMboMonitor extends java.lang.Object implements EventListener
Modifier and Type | Method and Description |
---|---|
void |
eventAction(EventMessage em) |
boolean |
eventValidate(EventMessage em) |
static EventResponseMboMonitor |
getEventResponseMboMonitor() |
static MXLogger |
getLogger()
Returns the logger object.
|
void |
postCommitEventAction(EventMessage em)
Update the EventListenerRegistration when an ER Mbo is added or deleted.
|
void |
preSaveEventAction(EventMessage em) |
public static EventResponseMboMonitor getEventResponseMboMonitor() throws MXException
MXException
public boolean eventValidate(EventMessage em) throws MXException
eventValidate
in interface EventListener
MXException
public void preSaveEventAction(EventMessage em) throws MXException
preSaveEventAction
in interface EventListener
MXException
public void eventAction(EventMessage em) throws MXException
eventAction
in interface EventListener
MXException
public void postCommitEventAction(EventMessage em) throws MXException
postCommitEventAction
in interface EventListener
MXException
public static MXLogger getLogger()