jrun.jms.core.config
Class MessageManagerMetaData

java.lang.Object
  |
  +--jrunx.xml.XMLMetaData
        |
        +--jrun.jms.core.config.MessageManagerMetaData

public class MessageManagerMetaData
extends XMLMetaData


Inner classes inherited from class jrunx.xml.XMLMetaData
XMLMetaData.BaseException, XMLMetaData.CouldNotCreateDocumentException, XMLMetaData.CreateInstanceException, XMLMetaData.ElementRequiredException, XMLMetaData.IntegerExpectedException, XMLMetaData.InvalidElementException, XMLMetaData.InvalidObjectException, XMLMetaData.MetaDataExportIOException, XMLMetaData.NoLocationException, XMLMetaData.NoStringConstructorException, XMLMetaData.UnsupportedArrayTypeException
 
Field Summary
static int DEFAULT_DESTANATIONC_CACHE_SIZE
           
static int DEFAULT_MAX_MSG_QUEUE_SIZE_MB
           
static boolean DEFAULT_MAX_MSG_QUEUE_SIZE_TEST_FAIL_SILENTLY
           
static int DEFAULT_MAX_THREADS
           
 
Fields inherited from class jrunx.xml.XMLMetaData
logger
 
Constructor Summary
MessageManagerMetaData()
           
 
Method Summary
 boolean getAllowDynamicDestination()
           
 int getDestinationCacheSize()
           
 int getMaxMessageQueueSizeMb()
           
 boolean getMaxMessageQueueSizeTestFailSilently()
           
 int getMaxThreads()
           
 boolean hasDestinationCacheSize()
           
 boolean hasMaxThreads()
           
 void setAllowDynamicDestination(boolean flag)
           
 void setDestinationCacheSize(int size)
           
 void setMaxMessageQueueSizeMb(int iVal)
           
 void setMaxMessageQueueSizeTestFailSilently(boolean bVal)
           
 void setMaxThreads(int maxNum)
           
 
Methods inherited from class jrunx.xml.XMLMetaData
addAcronym, addAcronyms, addPackagePrefix, addPackagePrefixes, exportDocument, getAttribute, getMetaDataSource, getParent, getPersistenceContext, getText, importXML, importXML, remove, removeAttribute, setAttribute, setMetaDataSource, setMetaDataSource, setParent, setParent, setPersistenceContext, setPublicID, setSystemID, setText, sync, sync, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_DESTANATIONC_CACHE_SIZE

public static final int DEFAULT_DESTANATIONC_CACHE_SIZE

DEFAULT_MAX_THREADS

public static final int DEFAULT_MAX_THREADS

DEFAULT_MAX_MSG_QUEUE_SIZE_MB

public static final int DEFAULT_MAX_MSG_QUEUE_SIZE_MB

DEFAULT_MAX_MSG_QUEUE_SIZE_TEST_FAIL_SILENTLY

public static final boolean DEFAULT_MAX_MSG_QUEUE_SIZE_TEST_FAIL_SILENTLY
Constructor Detail

MessageManagerMetaData

public MessageManagerMetaData()
Method Detail

setMaxMessageQueueSizeMb

public void setMaxMessageQueueSizeMb(int iVal)

getMaxMessageQueueSizeMb

public int getMaxMessageQueueSizeMb()

setMaxMessageQueueSizeTestFailSilently

public void setMaxMessageQueueSizeTestFailSilently(boolean bVal)

getMaxMessageQueueSizeTestFailSilently

public boolean getMaxMessageQueueSizeTestFailSilently()

getAllowDynamicDestination

public boolean getAllowDynamicDestination()

setAllowDynamicDestination

public void setAllowDynamicDestination(boolean flag)

getMaxThreads

public int getMaxThreads()

setMaxThreads

public void setMaxThreads(int maxNum)

hasMaxThreads

public boolean hasMaxThreads()

getDestinationCacheSize

public int getDestinationCacheSize()

setDestinationCacheSize

public void setDestinationCacheSize(int size)

hasDestinationCacheSize

public boolean hasDestinationCacheSize()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.