Package org.atmosphere.plugin.rmi
Interface RMIBroadcastService
-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
RMIBroadcastServiceImpl
public interface RMIBroadcastService extends java.rmi.RemoteRepresents a
Remoteobject 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(java.lang.Object message)Sends a message to be broadcasted.
-