Uses of Interface
org.atmosphere.cpr.Broadcaster

Packages that use Broadcaster
org.atmosphere.cpr   
org.atmosphere.util   
 

Uses of Broadcaster in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement Broadcaster
 class DefaultBroadcaster
          Broadcaster implementation.
 

Fields in org.atmosphere.cpr declared as Broadcaster
protected  Broadcaster AtmosphereEventImpl.broadcaster
           
 Broadcaster AtmosphereServlet.AtmosphereHandlerWrapper.broadcaster
           
 

Methods in org.atmosphere.cpr that return Broadcaster
 Broadcaster AtmosphereEventImpl.getBroadcaster()
          Return the current Broadcaster
 Broadcaster AtmosphereEvent.getBroadcaster()
          Return the current Broadcaster
 Broadcaster ClusterBroadcastFilter.getBroadcaster()
          Return the Broadcaster
 

Methods in org.atmosphere.cpr with parameters of type Broadcaster
 void AtmosphereEventImpl.setBroadcaster(Broadcaster broadcaster)
          Set the current Broadcaster
 void AtmosphereEvent.setBroadcaster(Broadcaster broadcaster)
          Set the current Broadcaster
 void ClusterBroadcastFilter.setBroadcaster(Broadcaster bc)
          The Broadcaster to use.
 

Constructors in org.atmosphere.cpr with parameters of type Broadcaster
AtmosphereEventImpl(AtmosphereServlet.AtmosphereConfig config, Broadcaster broadcaster, HttpServletRequest req, HttpServletResponse res, CometSupport cometSupport)
          Create an AtmosphereEvent.
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler g, Broadcaster b)
           
 

Uses of Broadcaster in org.atmosphere.util
 

Methods in org.atmosphere.util that return Broadcaster
 Broadcaster BroadcasterLookup.lookup(String name)
          Lookup a Broadcaster instance using getName().
 

Methods in org.atmosphere.util with parameters of type Broadcaster
 boolean BroadcasterLookup.add(Broadcaster b)
          Add a Broadcaster to the list.
 boolean BroadcasterLookup.remove(Broadcaster b)
          Remove a Broadcaster to the list.
 

Constructors in org.atmosphere.util with parameters of type Broadcaster
BroadcasterLookup.OutOfScopeException(Broadcaster b)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.