@Deprecated public class SedaModel extends AbstractModel
| Modifier and Type | Field and Description |
|---|---|
protected PoolingProfile |
poolingProfile
Deprecated.
the pooling configuration used when initialising the service described by
this descriptor.
|
protected QueueProfile |
queueProfile
Deprecated.
The queuing profile for events received for this service
|
DEFAULT_MODEL_NAME, lifecycleManager, logger, muleContextPHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
SedaModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PoolingProfile |
getPoolingProfile()
Deprecated.
|
QueueProfile |
getQueueProfile()
Deprecated.
|
int |
getQueueTimeout()
Deprecated.
|
String |
getType()
Deprecated.
Returns the model type name.
|
void |
initialise()
Deprecated.
Method used to perform any initialisation work.
|
void |
setPoolingProfile(PoolingProfile poolingProfile)
Deprecated.
|
void |
setQueueProfile(QueueProfile queueProfile)
Deprecated.
|
void |
setQueueTimeout(int queueTimeout)
Deprecated.
|
dispose, getEntryPointResolverSet, getExceptionListener, getLifecycleAdapterFactory, getLifecycleState, getMuleContext, getName, setEntryPointResolvers, setEntryPointResolverSet, setExceptionListener, setLifecycleAdapterFactory, setMuleContext, setName, start, stop, toStringprotected PoolingProfile poolingProfile
protected QueueProfile queueProfile
public String getType()
public void initialise()
throws InitialisationException
InitialisableInitialisationException should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down.initialise in interface Initialisableinitialise in class AbstractModelInitialisationException - if a fatal error occurs causing the Mule instance to shutdownRecoverableException - if an error occurs that can be recovered frompublic int getQueueTimeout()
public void setQueueTimeout(int queueTimeout)
public PoolingProfile getPoolingProfile()
public void setPoolingProfile(PoolingProfile poolingProfile)
public QueueProfile getQueueProfile()
public void setQueueProfile(QueueProfile queueProfile)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.