Uses of Class
org.smallmind.phalanx.wire.transport.jms.DeliveryMode
-
Packages that use DeliveryMode Package Description org.smallmind.phalanx.wire.transport.jms -
-
Uses of DeliveryMode in org.smallmind.phalanx.wire.transport.jms
Methods in org.smallmind.phalanx.wire.transport.jms that return DeliveryMode Modifier and Type Method Description static DeliveryModeDeliveryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryMode[]DeliveryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.phalanx.wire.transport.jms with parameters of type DeliveryMode Modifier and Type Method Description voidMessagePolicy. setDeliveryMode(DeliveryMode deliveryMode)
-