Uses of Interface
com.swiftmq.amqp.v100.generated.messaging.addressing.TargetIF
-
-
Uses of TargetIF in com.swiftmq.amqp.v100.generated.messaging.addressing
Classes in com.swiftmq.amqp.v100.generated.messaging.addressing that implement TargetIF Modifier and Type Class Description class
Target
Methods in com.swiftmq.amqp.v100.generated.messaging.addressing that return TargetIF Modifier and Type Method Description static TargetIF
TargetFactory. create(AMQPType bare)
Creates a TargetIF object.static TargetIF[]
TargetFactory. toNativeArray(AMQPArray array)
Converts an AMQP array of type TargetIF into a native array -
Uses of TargetIF in com.swiftmq.amqp.v100.generated.transactions.coordination
Classes in com.swiftmq.amqp.v100.generated.transactions.coordination that implement TargetIF Modifier and Type Class Description class
Coordinator
-
Uses of TargetIF in com.swiftmq.amqp.v100.generated.transport.performatives
Methods in com.swiftmq.amqp.v100.generated.transport.performatives that return TargetIF Modifier and Type Method Description TargetIF
AttachFrame. getTarget()
Returns the optional Target field.Methods in com.swiftmq.amqp.v100.generated.transport.performatives with parameters of type TargetIF Modifier and Type Method Description void
AttachFrame. setTarget(TargetIF target)
Sets the optional Target field.
-