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.
| Modifier and Type | Method and Description |
|---|---|
void |
send(Object message)
Sends a message to be broadcasted.
|
void send(Object message) throws RemoteException
Sends a message to be broadcasted.
message - the messageRemoteException - if an error occurs remotelyCopyright © 2017. All Rights Reserved.