public class JmsPoolConnectionFactoryProperties extends ObjectSE
コンストラクターと説明 |
---|
JmsPoolConnectionFactoryProperties() |
修飾子と型 | メソッドと説明 |
---|---|
DurationSE | getBlockIfFullTimeout() |
DurationSE | getIdleTimeout() |
int | getMaxConnections() |
int | getMaximumActiveSessionPerConnection() 使用すべきではありません。 |
int | getMaxSessionsPerConnection() |
DurationSE | getTimeBetweenExpirationCheck() |
boolean | isBlockIfFull() |
boolean | isEnabled() |
boolean | isUseAnonymousProducers() |
void | setBlockIfFull(boolean blockIfFull) |
void | setBlockIfFullTimeout(DurationSE blockIfFullTimeout) |
void | setEnabled(boolean enabled) |
void | setIdleTimeout(DurationSE idleTimeout) |
void | setMaxConnections(int maxConnections) |
void | setMaximumActiveSessionPerConnection(int maximumActiveSessionPerConnection) 使用すべきではありません。 |
void | setMaxSessionsPerConnection(int maxSessionsPerConnection) |
void | setTimeBetweenExpirationCheck(DurationSE timeBetweenExpirationCheck) |
void | setUseAnonymousProducers(boolean useAnonymousProducers) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isBlockIfFull()
public void setBlockIfFull(boolean blockIfFull)
public DurationSE getBlockIfFullTimeout()
public void setBlockIfFullTimeout(DurationSE blockIfFullTimeout)
public DurationSE getIdleTimeout()
public void setIdleTimeout(DurationSE idleTimeout)
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
@DeprecatedSE public int getMaximumActiveSessionPerConnection()
@DeprecatedSE public void setMaximumActiveSessionPerConnection(int maximumActiveSessionPerConnection)
public int getMaxSessionsPerConnection()
public void setMaxSessionsPerConnection(int maxSessionsPerConnection)
public DurationSE getTimeBetweenExpirationCheck()
public void setTimeBetweenExpirationCheck(DurationSE timeBetweenExpirationCheck)
public boolean isUseAnonymousProducers()
public void setUseAnonymousProducers(boolean useAnonymousProducers)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.