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

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

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

Methods in org.apache.qpid.transport that return Connection.State
static Connection.State Connection.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Connection.State[] Connection.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 Connection.State
protected  void Connection.setState(Connection.State state)
           
 



Licensed to the Apache Software Foundation