Interface NotificationSlice

  • All Superinterfaces:
    Serializable, Serializable, Service.Slice
    All Known Implementing Classes:
    NotificationProxy

    public interface NotificationSlice
    extends Service.Slice
    The horizontal interface for the JADE kernel-level service managing the event notification subsystem installed in the platform.
    Author:
    Giovanni Rimassa - FRAMeTech s.r.l.
    • Field Detail

      • SNIFF_ON

        static final String SNIFF_ON
        This command name represents the action of activating an instance of the Sniffer agent.
        See Also:
        Constant Field Values
      • SNIFF_OFF

        static final String SNIFF_OFF
        This command name represents the action of deactivating a previously started instance of the Sniffer agent.
        See Also:
        Constant Field Values
      • DEBUG_ON

        static final String DEBUG_ON
        This command name represents the action of activating an instance of the Introspector agent.
        See Also:
        Constant Field Values
      • DEBUG_OFF

        static final String DEBUG_OFF
        This command name represents the action of deactivating a previously started instance of the Introspector agent.
        See Also:
        Constant Field Values
      • NOTIFY_POSTED

        static final String NOTIFY_POSTED
        This command name represents the action of submitting to the Notification Service a MessagePosted event.
        See Also:
        Constant Field Values
      • NOTIFY_RECEIVED

        static final String NOTIFY_RECEIVED
        This command name represents the action of submitting to the Notification Service a MessageReceived event.
        See Also:
        Constant Field Values
      • NOTIFY_CHANGED_AGENT_STATE

        static final String NOTIFY_CHANGED_AGENT_STATE
        This command name represents the action of submitting to the Notification Service a ChangedAgentState event.
        See Also:
        Constant Field Values
      • NOTIFY_CHANGED_AGENT_PRINCIPAL

        static final String NOTIFY_CHANGED_AGENT_PRINCIPAL
        This command name represents the action of submitting to the Notification Service a ChangedAgentPrincipal event.
        See Also:
        Constant Field Values
      • NOTIFY_BEHAVIOUR_ADDED

        static final String NOTIFY_BEHAVIOUR_ADDED
        This command name represents the action of submitting to the Notification Service a BehaviourAdded event.
        See Also:
        Constant Field Values
      • NOTIFY_BEHAVIOUR_REMOVED

        static final String NOTIFY_BEHAVIOUR_REMOVED
        This command name represents the action of submitting to the Notification Service a BehaviourRemoved event.
        See Also:
        Constant Field Values
      • NOTIFY_CHANGED_BEHAVIOUR_STATE

        static final String NOTIFY_CHANGED_BEHAVIOUR_STATE
        This command name represents the action of submitting to the Notification Service a ChangedBehaviourState event.
        See Also:
        Constant Field Values