Uses of Enum Class
org.frankframework.jms.JmsSender.LinkMethod
Packages that use JmsSender.LinkMethod
-
Uses of JmsSender.LinkMethod in org.frankframework.jms
Subclasses with type arguments of type JmsSender.LinkMethod in org.frankframework.jmsMethods in org.frankframework.jms that return JmsSender.LinkMethodModifier and TypeMethodDescriptionstatic JmsSender.LinkMethodReturns the enum constant of this class with the specified name.static JmsSender.LinkMethod[]JmsSender.LinkMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.jms with parameters of type JmsSender.LinkMethodModifier and TypeMethodDescriptionvoidJmsSender.setLinkMethod(JmsSender.LinkMethod method) (Only used whensynchronous=trueandreplyToNameis set).