Uses of Class
org.apache.qpid.proton.amqp.Symbol

Packages that use Symbol
org.apache.qpid.proton.amqp   
org.apache.qpid.proton.amqp.messaging   
org.apache.qpid.proton.amqp.security   
org.apache.qpid.proton.amqp.transaction   
org.apache.qpid.proton.amqp.transport   
org.apache.qpid.proton.codec   
org.apache.qpid.proton.engine   
 

Uses of Symbol in org.apache.qpid.proton.amqp
 

Methods in org.apache.qpid.proton.amqp that return Symbol
static Symbol Symbol.getSymbol(String symbolVal)
           
static Symbol Symbol.valueOf(String symbolVal)
           
 

Methods in org.apache.qpid.proton.amqp with parameters of type Symbol
 int Symbol.compareTo(Symbol o)
           
 

Uses of Symbol in org.apache.qpid.proton.amqp.messaging
 

Methods in org.apache.qpid.proton.amqp.messaging that return Symbol
 Symbol[] Terminus.getCapabilities()
           
 Symbol Properties.getContentEncoding()
           
 Symbol Properties.getContentType()
           
 Symbol Source.getDistributionMode()
           
 Symbol[] Source.getOutcomes()
           
 Symbol TerminusExpiryPolicy.getPolicy()
           
 

Methods in org.apache.qpid.proton.amqp.messaging with parameters of type Symbol
 void Terminus.setCapabilities(Symbol... capabilities)
           
 void Properties.setContentEncoding(Symbol contentEncoding)
           
 void Properties.setContentType(Symbol contentType)
           
 void Source.setDistributionMode(Symbol distributionMode)
           
 void Source.setOutcomes(Symbol... outcomes)
           
static TerminusExpiryPolicy TerminusExpiryPolicy.valueOf(Symbol policy)
           
 

Uses of Symbol in org.apache.qpid.proton.amqp.security
 

Methods in org.apache.qpid.proton.amqp.security that return Symbol
 Symbol SaslInit.getMechanism()
           
 Symbol[] SaslMechanisms.getSaslServerMechanisms()
           
 

Methods in org.apache.qpid.proton.amqp.security with parameters of type Symbol
 void SaslInit.setMechanism(Symbol mechanism)
           
 void SaslMechanisms.setSaslServerMechanisms(Symbol... saslServerMechanisms)
           
 

Uses of Symbol in org.apache.qpid.proton.amqp.transaction
 

Fields in org.apache.qpid.proton.amqp.transaction declared as Symbol
static Symbol TxnCapability.DISTRIBUTED_TXN
           
static Symbol TxnCapability.LOCAL_TXN
           
static Symbol TxnCapability.MULTI_SSNS_PER_TXN
           
static Symbol TxnCapability.MULTI_TXNS_PER_SSN
           
static Symbol TxnCapability.PROMOTABLE_TXN
           
static Symbol TransactionErrors.TRANSACTION_ROLLBACK
           
static Symbol TransactionErrors.TRANSACTION_TIMEOUT
           
static Symbol TransactionErrors.UNKNOWN_ID
           
 

Methods in org.apache.qpid.proton.amqp.transaction that return Symbol
 Symbol[] Coordinator.getCapabilities()
           
 

Methods in org.apache.qpid.proton.amqp.transaction with parameters of type Symbol
 void Coordinator.setCapabilities(Symbol... capabilities)
           
 

Uses of Symbol in org.apache.qpid.proton.amqp.transport
 

Fields in org.apache.qpid.proton.amqp.transport declared as Symbol
static Symbol ConnectionError.CONNECTION_FORCED
           
static Symbol AmqpError.DECODE_ERROR
           
static Symbol LinkError.DETACH_FORCED
           
static Symbol SessionError.ERRANT_LINK
           
static Symbol AmqpError.FRAME_SIZE_TOO_SMALL
           
static Symbol ConnectionError.FRAMING_ERROR
           
static Symbol SessionError.HANDLE_IN_USE
           
static Symbol AmqpError.ILLEGAL_STATE
           
static Symbol AmqpError.INTERNAL_ERROR
           
static Symbol AmqpError.INVALID_FIELD
           
static Symbol LinkError.MESSAGE_SIZE_EXCEEDED
           
static Symbol AmqpError.NOT_ALLOWED
           
static Symbol AmqpError.NOT_FOUND
           
static Symbol AmqpError.NOT_IMPLEMENTED
           
static Symbol AmqpError.PRECONDITION_FAILED
           
static Symbol LinkError.REDIRECT
           
static Symbol ConnectionError.REDIRECT
           
static Symbol AmqpError.RESOURCE_DELETED
           
static Symbol AmqpError.RESOURCE_LIMIT_EXCEEDED
           
static Symbol AmqpError.RESOURCE_LOCKED
           
static Symbol LinkError.STOLEN
           
static Symbol LinkError.TRANSFER_LIMIT_EXCEEDED
           
static Symbol SessionError.UNATTACHED_HANDLE
           
static Symbol AmqpError.UNAUTHORIZED_ACCESS
           
static Symbol SessionError.WINDOW_VIOLATION
           
 

Methods in org.apache.qpid.proton.amqp.transport that return Symbol
 Symbol ErrorCondition.getCondition()
           
 Symbol[] Begin.getDesiredCapabilities()
           
 Symbol[] Open.getDesiredCapabilities()
           
 Symbol[] Attach.getDesiredCapabilities()
           
 Symbol[] Open.getIncomingLocales()
           
 Symbol[] Begin.getOfferedCapabilities()
           
 Symbol[] Open.getOfferedCapabilities()
           
 Symbol[] Attach.getOfferedCapabilities()
           
 Symbol[] Open.getOutgoingLocales()
           
 

Methods in org.apache.qpid.proton.amqp.transport with parameters of type Symbol
 void ErrorCondition.setCondition(Symbol condition)
           
 void Begin.setDesiredCapabilities(Symbol... desiredCapabilities)
           
 void Open.setDesiredCapabilities(Symbol... desiredCapabilities)
           
 void Attach.setDesiredCapabilities(Symbol... desiredCapabilities)
           
 void Open.setIncomingLocales(Symbol... incomingLocales)
           
 void Begin.setOfferedCapabilities(Symbol... offeredCapabilities)
           
 void Open.setOfferedCapabilities(Symbol... offeredCapabilities)
           
 void Attach.setOfferedCapabilities(Symbol... offeredCapabilities)
           
 void Open.setOutgoingLocales(Symbol... outgoingLocales)
           
 

Constructors in org.apache.qpid.proton.amqp.transport with parameters of type Symbol
ErrorCondition(Symbol condition, String description)
           
 

Uses of Symbol in org.apache.qpid.proton.codec
 

Methods in org.apache.qpid.proton.codec that return Symbol
 Symbol Data.getSymbol()
           
 

Methods in org.apache.qpid.proton.codec with parameters of type Symbol
 void Data.putSymbol(Symbol symbol)
           
 

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

Methods in org.apache.qpid.proton.engine that return Symbol
 Symbol[] Connection.getRemoteDesiredCapabilities()
           
 Symbol[] Connection.getRemoteOfferedCapabilities()
           
 

Methods in org.apache.qpid.proton.engine that return types with arguments of type Symbol
 Map<Symbol,Object> Connection.getRemoteProperties()
           
 

Methods in org.apache.qpid.proton.engine with parameters of type Symbol
 void Connection.setDesiredCapabilities(Symbol[] capabilities)
           
 void Connection.setOfferedCapabilities(Symbol[] capabilities)
           
 

Method parameters in org.apache.qpid.proton.engine with type arguments of type Symbol
 void Connection.setProperties(Map<Symbol,Object> properties)
           
 



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