public class PMListener extends java.lang.Object implements EventListener
This class is gets started up here.
Modifier and Type | Method and Description |
---|---|
static void |
destroy()
Unregister this listener.
|
void |
eventAction(EventMessage em)
After the Mbo is written to the database, this method updates the ancestor records.
|
boolean |
eventValidate(EventMessage em) |
static PMListener |
init()
Returns the listener object.
|
void |
postCommitEventAction(EventMessage em) |
void |
preSaveEventAction(EventMessage em) |
public static PMListener init() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
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 void destroy()