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.
| Modifier and Type | Method and Description |
|---|---|
void |
send(java.lang.Object message)
Sends a message to be broadcasted.
|
Copyright © 2018. All Rights Reserved.