Uses of Class
org.apache.qpid.proton.engine.EndpointState

Packages that use EndpointState
org.apache.qpid.proton.engine   
 

Uses of EndpointState in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return EndpointState
 EndpointState Endpoint.getLocalState()
           
 EndpointState Endpoint.getRemoteState()
           
static EndpointState EndpointState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EndpointState[] EndpointState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in org.apache.qpid.proton.engine with type arguments of type EndpointState
 Link Connection.linkHead(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
          Returns the head of the list of links in the specified states.
 Link Connection.linkHead(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
          Returns the head of the list of links in the specified states.
 Link Link.next(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
           
 Link Link.next(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
           
 Session Session.next(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
           
 Session Session.next(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
           
 Session Connection.sessionHead(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
          Returns the head of the list of sessions in the specified states.
 Session Connection.sessionHead(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
          Returns the head of the list of sessions in the specified states.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.