Package jade.wrapper

Interface PlatformEvent

  • All Known Implementing Classes:
    PlatformEvent

    public interface PlatformEvent

    NOT available in MIDP
    • Field Detail

      • BORN_AGENT

        static final int BORN_AGENT
        String constant for the name of the born-agent event.
        See Also:
        Constant Field Values
      • DEAD_AGENT

        static final int DEAD_AGENT
        String constant for the name of the dead-agent event.
        See Also:
        Constant Field Values
      • STARTED_PLATFORM

        static final int STARTED_PLATFORM
        String constant for the name of the started-platform event.
        See Also:
        Constant Field Values
      • SUSPENDED_PLATFORM

        static final int SUSPENDED_PLATFORM
        String constant for the name of the suspended-platform event.
        See Also:
        Constant Field Values
      • RESUMED_PLATFORM

        static final int RESUMED_PLATFORM
        String constant for the name of the resumed-platform event.
        See Also:
        Constant Field Values
      • KILLED_PLATFORM

        static final int KILLED_PLATFORM
        String constant for the name of the killed-platform event.
        See Also:
        Constant Field Values
    • Method Detail

      • getAgentGUID

        String getAgentGUID()
        Retrieve the global agent name (i.e. the local name and the platform ID).
        Returns:
        The global name of the agent this event refers to.
      • getPlatformName

        String getPlatformName()
        Retrieve the platform name.
        Returns:
        The name of the platform this event refers to.
      • getEventType

        int getEventType()
        Retrieve the event type.
        Returns:
        The type of this event.