Uses of Class
org.atmosphere.cpr.Broadcaster.SCOPE

Packages that use Broadcaster.SCOPE
org.atmosphere.cpr   
 

Uses of Broadcaster.SCOPE in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return Broadcaster.SCOPE
 Broadcaster.SCOPE DefaultBroadcaster.getScope()
          Retunr the Broadcaster#SCOPE
 Broadcaster.SCOPE Broadcaster.getScope()
          Retunr the Broadcaster#SCOPE
static Broadcaster.SCOPE Broadcaster.SCOPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Broadcaster.SCOPE[] Broadcaster.SCOPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.atmosphere.cpr with parameters of type Broadcaster.SCOPE
 void DefaultBroadcaster.setScope(Broadcaster.SCOPE scope)
          Set the Broadcaster#SCOPE
 void Broadcaster.setScope(Broadcaster.SCOPE scope)
          Set the Broadcaster#SCOPE
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.