Uses of Class
org.apache.qpid.transport.Session.State

Packages that use Session.State
org.apache.qpid.transport   
 

Uses of Session.State in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return Session.State
static Session.State Session.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Session.State[] Session.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.transport with parameters of type Session.State
protected  void Session.setState(Session.State state)
           
 



Licensed to the Apache Software Foundation