public class JMSMessagingBridge extends AppSvcResource
Modifier and Type | Field and Description |
---|---|
static String |
JMSBRIDGE_TOKEN
The alias token used to substitute the JMS Messaging Bridge name in the alias' WLST path.
|
Constructor and Description |
---|
JMSMessagingBridge() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAsyncEnabled()
Get whether or not asynchronous forwarding is enabled.
|
Long |
getBatchInterval()
Get the batch interval.
|
Integer |
getBatchSize()
Get the batch size.
|
Integer |
getDeploymentOrder()
Get the deployment order.
|
Boolean |
getDurabilityEnabled()
Get whether or not durability is enabled.
|
Integer |
getIdleTimeMaximum()
Get the maximum idle time.
|
String |
getName()
Get the name.
|
String |
getNotes()
Get the notes.
|
Integer |
getNumberOfRestartAttempts()
Get the number of restart attempts.
|
Integer |
getPartialClusterStabilityDelaySeconds()
Get the partial cluster stability delay seconds.
|
Boolean |
getPreserveMsgProperty()
Get whether or not to preserve the message properties.
|
Boolean |
getQosDegradationAllowed()
Get whether or not to allow quality-of-service degradation.
|
JMSBridgeQualityOfService |
getQualityOfService()
Get the quality-of-service.
|
Integer |
getReconnectDelayIncrease()
Get the reconnect delay increment.
|
Integer |
getReconnectDelayMaximum()
Get the maximum reconnect delay time.
|
Integer |
getReconnectDelayMinimum()
Get the minimum reconnect delay time.
|
Integer |
getSecondsBetweenRestarts()
Get the number of seconds between restarts.
|
String |
getSelector()
Get the message selector.
|
String |
getSourceDestination()
Get the source destination name.
|
Boolean |
getStarted()
Get whether or not the bridge is started.
|
String |
getTargetDestination()
Get the target destination name.
|
Integer |
getTransactionTimeout()
Get the transaction timeout.
|
JMSMessagingBridge |
setAsyncEnabled(Boolean asyncEnabled)
Set whether or not asynchronous forwarding is enabled.
|
JMSMessagingBridge |
setBatchInterval(Long batchInterval)
Set the batch interval.
|
JMSMessagingBridge |
setBatchSize(Integer batchSize)
Set the batch size.
|
JMSMessagingBridge |
setDeploymentOrder(Integer deploymentOrder)
Set the deployment order.
|
JMSMessagingBridge |
setDurabilityEnabled(Boolean durabilityEnabled)
Set whether or not durability is enabled.
|
JMSMessagingBridge |
setId(String id)
Sets the id used to reference this model object.
|
JMSMessagingBridge |
setIdleTimeMaximum(Integer idleTimeMaximum)
Set the maximum idle time.
|
JMSMessagingBridge |
setName(String name)
Set the name.
|
JMSMessagingBridge |
setNotes(String notes)
Set the notes.
|
JMSMessagingBridge |
setNumberOfRestartAttempts(Integer numberOfRestartAttempts)
Set the number of restart attempts.
|
JMSMessagingBridge |
setPartialClusterStabilityDelaySeconds(Integer partialClusterStabilityDelaySeconds)
Set the partial cluster stability delay seconds.
|
JMSMessagingBridge |
setPreserveMsgProperty(Boolean preserveMsgProperty)
Set whether or not to preserve the message properties.
|
JMSMessagingBridge |
setQosDegradationAllowed(Boolean qosDegradationAllowed)
Set whether or not to allow quality-of-service degradation.
|
JMSMessagingBridge |
setQualityOfService(JMSBridgeQualityOfService qualityOfService)
Set the quality-of-service.
|
JMSMessagingBridge |
setReconnectDelayIncrease(Integer reconnectDelayIncrease)
Set the reconnect delay increment.
|
JMSMessagingBridge |
setReconnectDelayMaximum(Integer reconnectDelayMaximum)
Get the maximum reconnect delay time.
|
JMSMessagingBridge |
setReconnectDelayMinimum(Integer reconnectDelayMinimum)
Set the minimum reconnect delay time.
|
JMSMessagingBridge |
setSecondsBetweenRestarts(Integer secondsBetweenRestarts)
Set the number of seconds between restarts.
|
JMSMessagingBridge |
setSelector(String selector)
Set the message selector.
|
JMSMessagingBridge |
setSourceDestination(String sourceDestination)
Set the source destination name.
|
JMSMessagingBridge |
setStarted(Boolean started)
Set whether or not the bridge is started.
|
JMSMessagingBridge |
setTargetDestination(String targetDestination)
Set the target destination name.
|
JMSMessagingBridge |
setTransactionTimeout(Integer transactionTimeout)
Set the transaction timeout.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
getId, getReservedKeywords, getSourcePath, getTargets, isClusterable
public static final String JMSBRIDGE_TOKEN
public JMSMessagingBridge setId(String id)
setId
in interface oracle.fmwplatform.envspec.common.EntityWithId
setId
in class AppSvcResource
id
- the id to be used when referencing this model objectpublic Boolean getAsyncEnabled()
public JMSMessagingBridge setAsyncEnabled(Boolean asyncEnabled)
asyncEnabled
- the new valuepublic Long getBatchInterval()
public JMSMessagingBridge setBatchInterval(Long batchInterval)
batchInterval
- the new batch intervalpublic Integer getBatchSize()
public JMSMessagingBridge setBatchSize(Integer batchSize)
batchSize
- the new batch sizepublic Integer getDeploymentOrder()
public JMSMessagingBridge setDeploymentOrder(Integer deploymentOrder)
deploymentOrder
- the new deployment orderpublic Boolean getDurabilityEnabled()
public JMSMessagingBridge setDurabilityEnabled(Boolean durabilityEnabled)
durabilityEnabled
- the new valuepublic Integer getIdleTimeMaximum()
public JMSMessagingBridge setIdleTimeMaximum(Integer idleTimeMaximum)
idleTimeMaximum
- the new maximum idle timepublic String getName()
getName
in class AppSvcResource
public JMSMessagingBridge setName(String name)
name
- the new namepublic String getNotes()
public JMSMessagingBridge setNotes(String notes)
notes
- the new notespublic Integer getNumberOfRestartAttempts()
public JMSMessagingBridge setNumberOfRestartAttempts(Integer numberOfRestartAttempts)
numberOfRestartAttempts
- the new number of restart attemptspublic Integer getPartialClusterStabilityDelaySeconds()
public JMSMessagingBridge setPartialClusterStabilityDelaySeconds(Integer partialClusterStabilityDelaySeconds)
partialClusterStabilityDelaySeconds
- the new partial cluster stability delay secondspublic Boolean getPreserveMsgProperty()
public JMSMessagingBridge setPreserveMsgProperty(Boolean preserveMsgProperty)
preserveMsgProperty
- the new valuepublic Boolean getQosDegradationAllowed()
public JMSMessagingBridge setQosDegradationAllowed(Boolean qosDegradationAllowed)
qosDegradationAllowed
- the new valuepublic JMSBridgeQualityOfService getQualityOfService()
public JMSMessagingBridge setQualityOfService(JMSBridgeQualityOfService qualityOfService)
qualityOfService
- the new quality-of-servicepublic Integer getReconnectDelayIncrease()
public JMSMessagingBridge setReconnectDelayIncrease(Integer reconnectDelayIncrease)
reconnectDelayIncrease
- the new reconnect delay incrementpublic Integer getReconnectDelayMaximum()
public JMSMessagingBridge setReconnectDelayMaximum(Integer reconnectDelayMaximum)
reconnectDelayMaximum
- the new maximum reconnect delay timepublic Integer getReconnectDelayMinimum()
public JMSMessagingBridge setReconnectDelayMinimum(Integer reconnectDelayMinimum)
reconnectDelayMinimum
- the new minimum reconnect delay timepublic Integer getSecondsBetweenRestarts()
public JMSMessagingBridge setSecondsBetweenRestarts(Integer secondsBetweenRestarts)
secondsBetweenRestarts
- the new number of seconds between restartspublic String getSelector()
public JMSMessagingBridge setSelector(String selector)
selector
- the new message selectorpublic String getSourceDestination()
public JMSMessagingBridge setSourceDestination(String sourceDestination)
sourceDestination
- the new source destination namepublic Boolean getStarted()
public JMSMessagingBridge setStarted(Boolean started)
started
- the new valuepublic String getTargetDestination()
public JMSMessagingBridge setTargetDestination(String targetDestination)
targetDestination
- the new target destination namepublic Integer getTransactionTimeout()
public JMSMessagingBridge setTransactionTimeout(Integer transactionTimeout)
transactionTimeout
- the new transaction timeoutpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()