org.jboss.messaging.core.config
Interface Configuration
- All Known Implementing Classes:
- ConfigurationImpl, FileConfiguration
public interface Configuration
A Configuration
- Author:
- Tim Fox
getDefaultInterceptors
java.util.List<java.lang.String> getDefaultInterceptors()
isClustered
java.lang.Boolean isClustered()
getScheduledThreadPoolMaxSize
java.lang.Integer getScheduledThreadPoolMaxSize()
getSecurityInvalidationInterval
long getSecurityInvalidationInterval()
getTransport
TransportType getTransport()
getHost
java.lang.String getHost()
getPort
int getPort()
getLocation
Location getLocation()
getServerID
int getServerID()
- The server ID is used only when the messaging server
is started in INVM transport.
isTcpNoDelay
boolean isTcpNoDelay()
getTcpReceiveBufferSize
int getTcpReceiveBufferSize()
getTcpSendBufferSize
int getTcpSendBufferSize()
getKeepAliveInterval
long getKeepAliveInterval()
getKeepAliveTimeout
long getKeepAliveTimeout()
getTimeout
long getTimeout()
getWriteQueueMaxBytes
long getWriteQueueMaxBytes()
getWriteQueueMinBytes
long getWriteQueueMinBytes()
getWriteQueueBlockTimeout
long getWriteQueueBlockTimeout()
isSecurityEnabled
boolean isSecurityEnabled()
getKeyStorePath
java.lang.String getKeyStorePath()
getKeyStorePassword
java.lang.String getKeyStorePassword()
getTrustStorePath
java.lang.String getTrustStorePath()
getTrustStorePassword
java.lang.String getTrustStorePassword()
isInvmDisabled
boolean isInvmDisabled()
isSSLEnabled
boolean isSSLEnabled()
getURI
java.lang.String getURI()
getBindingsDirectory
java.lang.String getBindingsDirectory()
getJournalDirectory
java.lang.String getJournalDirectory()
getJournalType
JournalType getJournalType()
isJournalSyncTransactional
boolean isJournalSyncTransactional()
isJournalSyncNonTransactional
boolean isJournalSyncNonTransactional()
getJournalFileSize
int getJournalFileSize()
getJournalMinFiles
int getJournalMinFiles()
getJournalMaxAIO
int getJournalMaxAIO()
getJournalAIOTimeout
long getJournalAIOTimeout()
setJournalMaxAIO
void setJournalMaxAIO(int max)
getJournalTaskPeriod
long getJournalTaskPeriod()
isCreateBindingsDir
boolean isCreateBindingsDir()
isCreateJournalDir
boolean isCreateJournalDir()
isRequireDestinations
boolean isRequireDestinations()
getConnectionParams
ConnectionParams getConnectionParams()
Copyright © 2006 JBoss Inc. All Rights Reserved.