Package jadex.bridge

Class BulkMonitoringEvent

    • Constructor Detail

      • BulkMonitoringEvent

        public BulkMonitoringEvent()
      • BulkMonitoringEvent

        public BulkMonitoringEvent​(IMonitoringEvent[] events)
    • Method Detail

      • getSourceDescription

        public java.lang.String getSourceDescription()
        Get the source description, e.g. if it is a service.
        Specified by:
        getSourceDescription in interface IMonitoringEvent
        Returns:
        The source description.
      • getSourceCreationTime

        public long getSourceCreationTime()
        Get the source creation time, i.e. the time when the component was created.
        Specified by:
        getSourceCreationTime in interface IMonitoringEvent
        Returns:
        The creation time.
      • getType

        public java.lang.String getType()
        Get the type.
        Specified by:
        getType in interface IMonitoringEvent
        Returns:
        The type.
      • getTime

        public long getTime()
        Get the time.
        Specified by:
        getTime in interface IMonitoringEvent
        Returns:
        The time.
      • getProperty

        public java.lang.Object getProperty​(java.lang.String name)
        Get a property.
        Specified by:
        getProperty in interface IMonitoringEvent
        Parameters:
        name - The property name.
        Returns:
        The property.
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getProperties()
        Get a property.
        Specified by:
        getProperties in interface IMonitoringEvent
        Parameters:
        name - The property name.
        Returns:
        The property.
      • getBulkEvents

        public IMonitoringEvent[] getBulkEvents()
        Get the bulk events.
        Returns:
        The bulk events.
      • setBulkEvents

        public void setBulkEvents​(IMonitoringEvent[] events)
        Set the events.
        Parameters:
        events - The events to set.