public interface RMIBroadcastService extends Remote
Represents a Remote object which expose the capability to send a message to be broadcasted to the server
which is hosting it.
void send(Object message) throws RemoteException
Sends a message to be broadcasted.
message - the messageRemoteException - if an error occurs remotelyCopyright © 2014. All Rights Reserved.