Uses of Interface
org.atmosphere.plugin.rmi.RMIBroadcastService
-
-
Uses of RMIBroadcastService in org.atmosphere.plugin.rmi
Classes in org.atmosphere.plugin.rmi that implement RMIBroadcastService Modifier and Type Class Description classRMIBroadcastServiceImplDefault implementation of theRMIBroadcastServicewhich can be bound to the RMI registry.Methods in org.atmosphere.plugin.rmi with parameters of type RMIBroadcastService Modifier and Type Method Description voidRMIPeerManager. server(java.lang.String broadcasterId, RMIBroadcastService service, org.atmosphere.cpr.AtmosphereConfig config)Creates a service by binding the given service for the given broadcaster ID.
-