Uses of Class
com.sun.grizzly.cometd.bayeux.Verb.Type

Packages that use Verb.Type
com.sun.grizzly.cometd.bayeux   
 

Uses of Verb.Type in com.sun.grizzly.cometd.bayeux
 

Fields in com.sun.grizzly.cometd.bayeux declared as Verb.Type
protected  Verb.Type VerbBase.type
           
 

Methods in com.sun.grizzly.cometd.bayeux that return Verb.Type
 Verb.Type VerbBase.getType()
           
 Verb.Type Verb.getType()
          Return the Verb's type.
static Verb.Type Verb.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Verb.Type[] Verb.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.