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