public class OSMboListener extends java.lang.Object implements EventListener, InternalEventListener
Constructor and Description |
---|
OSMboListener(java.lang.String objectName,
java.lang.String osName,
java.lang.String subscriptionId,
java.lang.String objectPath,
java.util.List<java.lang.String> relationPath,
OSListener osListener,
boolean enforceOSRelation) |
Modifier and Type | Method and Description |
---|---|
void |
eventAction(EventMessage em) |
boolean |
eventValidate(EventMessage em) |
void |
postCommitEventAction(EventMessage em) |
void |
postSaveInternalEventAction(EventMessage em) |
void |
preSaveEventAction(EventMessage em) |
void |
preSaveInternalEventAction(EventMessage em) |
public OSMboListener(java.lang.String objectName, java.lang.String osName, java.lang.String subscriptionId, java.lang.String objectPath, java.util.List<java.lang.String> relationPath, OSListener osListener, boolean enforceOSRelation)
public void eventAction(EventMessage em) throws MXException
eventAction
in interface EventListener
MXException
public boolean eventValidate(EventMessage em) throws MXException
eventValidate
in interface EventListener
MXException
public void postCommitEventAction(EventMessage em) throws MXException
postCommitEventAction
in interface EventListener
MXException
public void preSaveEventAction(EventMessage em) throws MXException
preSaveEventAction
in interface EventListener
MXException
public void postSaveInternalEventAction(EventMessage em) throws MXException
postSaveInternalEventAction
in interface InternalEventListener
MXException
public void preSaveInternalEventAction(EventMessage em) throws MXException
preSaveInternalEventAction
in interface InternalEventListener
MXException