Package solar.service.multicast

Contains the event multicasting service.

See:
          Description

Interface Summary
MulticastConstants Constants for multicast service.
MulticastMember Interface for a multicast group member.
MulticastService The interface for multicast services.
 

Class Summary
MulticastGroup A multicast group maintains a list of participants.
NaiveMulticastService A naive multicast service does not attempt to build a dissemination tree and simply sends the message directly to every subscriber in best-effort.
RemoteMulticastMember A proxy class for remote multicast member.
ScribeMulticastService This multicast service adapts the Scribe substrate based on Pastry.
 

Exception Summary
MulticastException An exception thrown by multicast services.
 

Package solar.service.multicast Description

Contains the event multicasting service.