Uses of Class
org.cometd.client.BayeuxClient.State

Packages that use BayeuxClient.State
org.cometd.client   
 

Uses of BayeuxClient.State in org.cometd.client
 

Methods in org.cometd.client that return BayeuxClient.State
protected  BayeuxClient.State BayeuxClient.getState()
           
 BayeuxClient.State BayeuxClient.handshake(long waitMs)
           
 BayeuxClient.State BayeuxClient.handshake(Map<String,Object> template, long waitMs)
           
static BayeuxClient.State BayeuxClient.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BayeuxClient.State[] BayeuxClient.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.cometd.client with parameters of type BayeuxClient.State
 boolean BayeuxClient.waitFor(long waitMs, BayeuxClient.State state, BayeuxClient.State... states)
           
 boolean BayeuxClient.waitFor(long waitMs, BayeuxClient.State state, BayeuxClient.State... states)
           
 



Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.