|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.config.MuleConfiguration
MuleConfiguration
holds the runtime configuration specific to the
MuleManager
. Once the MuleManager
has been initialised
this class is immutable.
Field Summary | |
static int |
DEFAULT_MAX_OUTSTANDING_MESSAGES
Default value for MAX_OUTSTANDING_MESSAGES_PROPERTY |
static java.lang.String |
DEFAULT_SERVER_URL
The default serverUrl used to receive incoming requests from clients |
static boolean |
DEFAULT_SYNCHRONOUS
Default value for SYNCHRONOUS_PROPERTY |
static int |
DEFAULT_SYNCHRONOUS_EVENT_TIMEOUT
|
static int |
DEFAULT_TRANSACTION_TIMEOUT
|
static java.lang.String |
DEFAULT_WORKING_DIRECTORY
Where Mule stores any runtime files to disk |
static java.lang.String |
SYNCHRONOUS_PROPERTY
Specifies whether mule should process messages sysnchonously, i.e. |
static java.lang.String |
USE_MANAGER_PROPERTIES
Specifies that the transformer properties should be obtained from the Mule Manager properties |
Constructor Summary | |
MuleConfiguration()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_SERVER_URL
public static final java.lang.String USE_MANAGER_PROPERTIES
public static final java.lang.String SYNCHRONOUS_PROPERTY
public static final boolean DEFAULT_SYNCHRONOUS
public static final int DEFAULT_MAX_OUTSTANDING_MESSAGES
public static final int DEFAULT_SYNCHRONOUS_EVENT_TIMEOUT
public static final int DEFAULT_TRANSACTION_TIMEOUT
public static final java.lang.String DEFAULT_WORKING_DIRECTORY
Constructor Detail |
public MuleConfiguration()
Method Detail |
public boolean isSynchronous()
public void setSynchronous(boolean synchronous)
public java.lang.String getModel()
public void setModel(java.lang.String model)
public ThreadingProfile getMessageDispatcherThreadingProfile()
public void setMessageDispatcherThreadingProfile(ThreadingProfile messageDispatcherThreadingProfile)
public ThreadingProfile getMessageReceiverThreadingProfile()
public void setMessageReceiverThreadingProfile(ThreadingProfile messageReceiverThreadingProfile)
public ThreadingProfile getComponentThreadingProfile()
public void setComponentThreadingProfile(ThreadingProfile componentPoolThreadingProfile)
public ThreadingProfile getDefaultThreadingProfile()
public void setDefaultThreadingProfile(ThreadingProfile defaultThreadingProfile)
public PoolingProfile getPoolingProfile()
public void setPoolingProfile(PoolingProfile poolingProfile)
public int getSynchronousEventTimeout()
public void setSynchronousEventTimeout(int synchronousEventTimeout)
public boolean isSynchronousReceive()
public void setSynchronousReceive(boolean synchronousReceive)
public QueueProfile getQueueProfile()
public void setQueueProfile(QueueProfile queueProfile)
public boolean isRecoverableMode()
public void setRecoverableMode(boolean recoverableMode)
public java.lang.String getWorkingDirectoy()
public void setWorkingDirectory(java.lang.String workingDirectory)
public java.lang.String[] getConfigResources()
public void setConfigResources(java.lang.String[] configResources)
public java.lang.String getServerUrl()
public void setServerUrl(java.lang.String serverUrl)
public java.lang.String getProductVersion()
public java.lang.String getVendorName()
public java.lang.String getProductName()
public java.util.jar.Manifest getManifest()
protected java.lang.String getManifestProperty(java.lang.String name)
public int getTransactionTimeout()
public void setTransactionTimeout(int transactionTimeout)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |