Uses of Interface
org.apache.qpid.proton.amqp.transport.Target
-
-
Uses of Target in org.apache.qpid.proton.amqp.messaging
Classes in org.apache.qpid.proton.amqp.messaging that implement Target Modifier and Type Class Description classTargetMethods in org.apache.qpid.proton.amqp.messaging that return Target Modifier and Type Method Description TargetTarget. copy() -
Uses of Target in org.apache.qpid.proton.amqp.transaction
Classes in org.apache.qpid.proton.amqp.transaction that implement Target Modifier and Type Class Description classCoordinatorMethods in org.apache.qpid.proton.amqp.transaction that return Target Modifier and Type Method Description TargetCoordinator. copy() -
Uses of Target in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return Target Modifier and Type Method Description TargetTarget. copy()TargetAttach. getTarget()Methods in org.apache.qpid.proton.amqp.transport with parameters of type Target Modifier and Type Method Description voidAttach. setTarget(Target target) -
Uses of Target in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Target Modifier and Type Method Description TargetLink. getRemoteTarget()TargetLink. getTarget()Methods in org.apache.qpid.proton.engine with parameters of type Target Modifier and Type Method Description voidLink. setTarget(Target address)Expected to be used in a similar manner toLink.setSource(Source) -
Uses of Target in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return Target Modifier and Type Method Description TargetLinkImpl. getRemoteTarget()TargetLinkImpl. getTarget()Methods in org.apache.qpid.proton.engine.impl with parameters of type Target Modifier and Type Method Description voidLinkImpl. setTarget(Target target)
-