Package org.atmosphere.plugin.rmi
-
Interface Summary Interface Description RMIBroadcastService Represents aRemoteobject which expose the capability to send a message to be broadcasted to the server which is hosting it. -
Class Summary Class Description RMIBroadcaster This broadcaster is able, each time a message is broadcasted, to update the a cluster through RMI.RMIBroadcastServiceImpl Default implementation of theRMIBroadcastServicewhich can be bound to the RMI registry.RMIFilter ThisClusterBroadcastFiltersupports broadcasting through RMI in the set of instances composing the cluster.RMIPeerManager This manager is in charge of sending all broadcast messages to a set of known peers (thanks to itssendAll(String, Object)method) and to bind aRMIBroadcastService(thanks to itsmethod).