Uses of Interface
org.apache.qpid.proton.amqp.transport.Target

Packages that use Target
org.apache.qpid.proton.amqp.messaging   
org.apache.qpid.proton.amqp.transaction   
org.apache.qpid.proton.amqp.transport   
org.apache.qpid.proton.engine   
 

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

Classes in org.apache.qpid.proton.amqp.messaging that implement Target
 class Target
           
 

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

Classes in org.apache.qpid.proton.amqp.transaction that implement Target
 class Coordinator
           
 

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

Methods in org.apache.qpid.proton.amqp.transport that return Target
 Target Attach.getTarget()
           
 

Methods in org.apache.qpid.proton.amqp.transport with parameters of type Target
 void Attach.setTarget(Target target)
           
 

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

Methods in org.apache.qpid.proton.engine that return Target
 Target Link.getRemoteTarget()
           
 Target Link.getTarget()
           
 

Methods in org.apache.qpid.proton.engine with parameters of type Target
 void Link.setTarget(Target address)
          Expected to be used in a similar manner to Link.setSource(Source)
 



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