Modifier and Type | Method and Description |
---|---|
void |
SymbolWriter.setValue(Symbol value) |
void |
SymbolArrayWriter.setValue(Symbol[] value) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionEndpoint.setProperties(Map<Symbol,Object> properties) |
Modifier and Type | Method and Description |
---|---|
static Symbol |
Symbol.getSymbol(String symbolVal) |
Symbol |
ErrorCondition.getValue() |
static Symbol |
Symbol.valueOf(String symbolVal) |
Modifier and Type | Method and Description |
---|---|
int |
Symbol.compareTo(Symbol o) |
Modifier and Type | Method and Description |
---|---|
Symbol[] |
Target.getCapabilities() |
Symbol[] |
Source.getCapabilities() |
Symbol |
Properties.getContentEncoding() |
Symbol |
Properties.getContentType() |
Symbol[] |
Source.getOutcomes() |
Symbol |
TerminusExpiryPolicy.getValue() |
Symbol |
StdDistMode.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
Target.setCapabilities(Symbol[] capabilities) |
void |
Source.setCapabilities(Symbol[] capabilities) |
void |
Properties.setContentEncoding(Symbol contentEncoding) |
void |
Properties.setContentType(Symbol contentType) |
void |
Source.setOutcomes(Symbol... outcomes) |
Modifier and Type | Field and Description |
---|---|
static Symbol |
RejectedConstructor.SYMBOL_CONSTRUCTOR |
static Symbol |
AcceptedConstructor.SYMBOL_CONSTRUCTOR |
Modifier and Type | Method and Description |
---|---|
Symbol |
SaslInit.getMechanism() |
Symbol[] |
SaslMechanisms.getSaslServerMechanisms() |
Modifier and Type | Method and Description |
---|---|
void |
SaslInit.setMechanism(Symbol mechanism) |
void |
SaslMechanisms.setSaslServerMechanisms(Symbol[] saslServerMechanisms) |
Modifier and Type | Method and Description |
---|---|
Symbol |
TxnCapability.getValue() |
Symbol |
TxnCapabilities.getValue() |
Symbol |
TransactionErrors.getValue() |
Modifier and Type | Method and Description |
---|---|
Symbol[] |
Begin.getDesiredCapabilities() |
Symbol[] |
Attach.getDesiredCapabilities() |
Symbol[] |
Open.getDesiredCapabilities() |
Symbol[] |
Open.getIncomingLocales() |
Symbol[] |
Begin.getOfferedCapabilities() |
Symbol[] |
Attach.getOfferedCapabilities() |
Symbol[] |
Open.getOfferedCapabilities() |
Symbol[] |
Open.getOutgoingLocales() |
Symbol |
SessionError.getValue() |
Symbol |
ConnectionError.getValue() |
Symbol |
LinkError.getValue() |
Symbol |
AmqpError.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
Begin.setDesiredCapabilities(Symbol[] desiredCapabilities) |
void |
Attach.setDesiredCapabilities(Symbol[] desiredCapabilities) |
void |
Open.setDesiredCapabilities(Symbol[] desiredCapabilities) |
void |
Open.setIncomingLocales(Symbol[] incomingLocales) |
void |
Begin.setOfferedCapabilities(Symbol[] offeredCapabilities) |
void |
Attach.setOfferedCapabilities(Symbol[] offeredCapabilities) |
void |
Open.setOfferedCapabilities(Symbol[] offeredCapabilities) |
void |
Open.setOutgoingLocales(Symbol[] outgoingLocales) |
Modifier and Type | Field and Description |
---|---|
static Symbol |
MessageMetaData_1_0.JMS_TYPE |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.