Uses of Class
org.apache.qpid.proton.engine.EndpointState
-
Packages that use EndpointState Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl -
-
Uses of EndpointState in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return EndpointState Modifier and Type Method Description EndpointStateEndpoint. getLocalState()EndpointStateEndpoint. getRemoteState()static EndpointStateEndpointState. valueOf(java.lang.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 Modifier and Type Method Description LinkConnection. linkHead(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)Returns the head of the list of links in the specified states.LinkLink. next(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)SessionSession. next(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)SessionConnection. sessionHead(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)Returns the head of the list of sessions in the specified states. -
Uses of EndpointState in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return EndpointState Modifier and Type Method Description EndpointStateEndpointImpl. getLocalState()EndpointStateEndpointImpl. getRemoteState()Method parameters in org.apache.qpid.proton.engine.impl with type arguments of type EndpointState Modifier and Type Method Description LinkConnectionImpl. linkHead(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)LinkLinkImpl. next(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)SessionSessionImpl. next(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)SessionConnectionImpl. sessionHead(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)
-