org.atmosphere.plugin.rmi
Interface RMIBroadcastService

All Superinterfaces:
Remote
All Known Implementing Classes:
RMIBroadcastServiceImpl

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.

Since:
1.1.1
Version:
1.0
Author:
Guillaume DROUET

Method Summary
 void send(Object message)
           Sends a message to be broadcasted.
 

Method Detail

send

void send(Object message)
          throws RemoteException

Sends a message to be broadcasted.

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


Copyright © 2015. All Rights Reserved.