| Package | Description |
|---|---|
| org.apache.qpid.proton.engine |
| Modifier and Type | Method and Description |
|---|---|
EndpointState |
Endpoint.getLocalState() |
EndpointState |
Endpoint.getRemoteState() |
static EndpointState |
EndpointState.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.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
Connection.linkHead(java.util.EnumSet<EndpointState> local,
java.util.EnumSet<EndpointState> remote) |
Link |
Connection.linkHead(java.util.EnumSet<EndpointState> local,
java.util.EnumSet<EndpointState> remote) |
Session |
Session.next(java.util.EnumSet<EndpointState> local,
java.util.EnumSet<EndpointState> remote) |
Session |
Session.next(java.util.EnumSet<EndpointState> local,
java.util.EnumSet<EndpointState> remote) |
Link |
Link.next(java.util.EnumSet<EndpointState> local,
java.util.EnumSet<EndpointState> remote) |
Link |
Link.next(java.util.EnumSet<EndpointState> local,
java.util.EnumSet<EndpointState> remote) |
Session |
Connection.sessionHead(java.util.EnumSet<EndpointState> local,
java.util.EnumSet<EndpointState> remote) |
Session |
Connection.sessionHead(java.util.EnumSet<EndpointState> local,
java.util.EnumSet<EndpointState> remote) |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.