psdi.iface.mic

Class MicListener

  • java.lang.Object
    • psdi.iface.mic.MicListener
  • All Implemented Interfaces:
    OSListener


    public class MicListener
    extends java.lang.Object
    implements OSListener
    Integration Listener callback class. Instances of this class are registered in the Maximo Event Topic Tree. The Maximo Event framework calls back methods of this class during an outbound event-based transaction.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MicListener(java.lang.String pubChannelName, MaximoEventFilter eventFilter)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void structureChanged(OSEvent osEvent)
      This method will be called from Mbo after save, but before commit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MicListener

        public MicListener(java.lang.String pubChannelName,
                           MaximoEventFilter eventFilter)
        Constructor
        Parameters:
        pubChannelName - the channel name
        eventFilter - the event filter class name
    • Method Detail

      • structureChanged

        public void structureChanged(OSEvent osEvent)
                              throws MXException
        This method will be called from Mbo after save, but before commit. At this point no updates to the mbo's are allowed. Integration event processing is done in this method.
        Specified by:
        structureChanged in interface OSListener
        Parameters:
        osEvent - the Object structure event
        Throws:
        MXException - MAXIMO exception