Uses of Enum
org.apache.qpid.proton.engine.EndpointState
Packages that use EndpointState
-
Uses of EndpointState in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return EndpointStateModifier and TypeMethodDescriptionEndpoint.getLocalState()
Endpoint.getRemoteState()
static EndpointState
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 EndpointStateModifier and TypeMethodDescriptionConnection.linkHead
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) Returns the head of the list of links in the specified states.Link.next
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) Session.next
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) Connection.sessionHead
(EnumSet<EndpointState> local, 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 EndpointStateMethod parameters in org.apache.qpid.proton.engine.impl with type arguments of type EndpointStateModifier and TypeMethodDescriptionConnectionImpl.linkHead
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) LinkImpl.next
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) SessionImpl.next
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) ConnectionImpl.sessionHead
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)