Interface RMIBroadcastService

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    RMIBroadcastServiceImpl

    public interface RMIBroadcastService
    extends java.rmi.Remote

    Represents a Remote object which expose the capability to send a message to be broadcasted to the server which is hosting it.

    Since:
    1.1.1
    Version:
    1.0
    Author:
    Guillaume DROUET
    • Method Detail

      • send

        void send​(java.lang.Object message)
           throws java.rmi.RemoteException

        Sends a message to be broadcasted.

        Parameters:
        message - the message
        Throws:
        java.rmi.RemoteException - if an error occurs remotely