org.jboss.messaging.core.config
Interface Configuration

All Known Implementing Classes:
ConfigurationImpl, FileConfiguration

public interface Configuration

A Configuration

Author:
Tim Fox

Method Summary
 java.lang.String getBindingsDirectory()
           
 ConnectionParams getConnectionParams()
           
 java.util.List<java.lang.String> getDefaultInterceptors()
           
 java.lang.String getHost()
           
 long getJournalAIOTimeout()
           
 java.lang.String getJournalDirectory()
           
 int getJournalFileSize()
           
 int getJournalMaxAIO()
           
 int getJournalMinFiles()
           
 long getJournalTaskPeriod()
           
 JournalType getJournalType()
           
 long getKeepAliveInterval()
           
 long getKeepAliveTimeout()
           
 java.lang.String getKeyStorePassword()
           
 java.lang.String getKeyStorePath()
           
 Location getLocation()
           
 int getPort()
           
 java.lang.Integer getScheduledThreadPoolMaxSize()
           
 long getSecurityInvalidationInterval()
           
 int getServerID()
          The server ID is used only when the messaging server is started in INVM transport.
 int getTcpReceiveBufferSize()
           
 int getTcpSendBufferSize()
           
 long getTimeout()
           
 TransportType getTransport()
           
 java.lang.String getTrustStorePassword()
           
 java.lang.String getTrustStorePath()
           
 java.lang.String getURI()
           
 long getWriteQueueBlockTimeout()
           
 long getWriteQueueMaxBytes()
           
 long getWriteQueueMinBytes()
           
 java.lang.Boolean isClustered()
           
 boolean isCreateBindingsDir()
           
 boolean isCreateJournalDir()
           
 boolean isInvmDisabled()
           
 boolean isJournalSyncNonTransactional()
           
 boolean isJournalSyncTransactional()
           
 boolean isRequireDestinations()
           
 boolean isSecurityEnabled()
           
 boolean isSSLEnabled()
           
 boolean isTcpNoDelay()
           
 void setJournalMaxAIO(int max)
           
 

Method Detail

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.