@ConfigurationProperties(prefix="spring.jms") public class JmsProperties extends ObjectSE
修飾子と型 | クラスと説明 |
---|---|
static class | JmsProperties.AcknowledgeMode Session EE で定義された確認モードを変換します。 |
static class | JmsProperties.Cache |
static class | JmsProperties.DeliveryMode |
static class | JmsProperties.Listener |
static class | JmsProperties.Template |
コンストラクターと説明 |
---|
JmsProperties() |
修飾子と型 | メソッドと説明 |
---|---|
JmsProperties.Cache | getCache() |
StringSE | getJndiName() |
JmsProperties.Listener | getListener() |
JmsProperties.Template | getTemplate() |
boolean | isPubSubDomain() |
void | setJndiName(StringSE jndiName) |
void | setPubSubDomain(boolean pubSubDomain) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public boolean isPubSubDomain()
public void setPubSubDomain(boolean pubSubDomain)
public StringSE getJndiName()
public void setJndiName(StringSE jndiName)
public JmsProperties.Cache getCache()
public JmsProperties.Listener getListener()
public JmsProperties.Template getTemplate()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.