psdi.app.eventresponse

Class ImmediateList

  • java.lang.Object
    • psdi.app.eventresponse.ImmediateList


  • public class ImmediateList
    extends java.lang.Object
    This singleton class stores the ER changes registered through the service. It keeps track of the changes per source Mbo.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ImmediateList()
      private constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isEventTopicImmediate(java.lang.String eventTopic)
      Determine whether this topic is part of the immediate list.
      void unregister(java.lang.String sourceTable, long sourceID, java.lang.String eventName, java.lang.String refTable, long refID)
      The given ER record no longer belongs in the immediate list.
      • Methods inherited from class java.lang.Object

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

      • ImmediateList

        public ImmediateList()
        private constructor
    • Method Detail

      • unregister

        public void unregister(java.lang.String sourceTable,
                               long sourceID,
                               java.lang.String eventName,
                               java.lang.String refTable,
                               long refID)
                        throws java.rmi.RemoteException,
                               MXException
        The given ER record no longer belongs in the immediate list.
        Parameters:
        sourceTable - The source table name.
        sourceID - The source's unique ID.
        eventName - The name of the event
        refTable - The reference table name.
        refID - The reference's unique ID.
        Throws:
        java.rmi.RemoteException
        MXException
      • isEventTopicImmediate

        public boolean isEventTopicImmediate(java.lang.String eventTopic)
        Determine whether this topic is part of the immediate list.
        Parameters:
        eventTopic - The name of the topic.
        Returns:
        true if the topic is a member of the list