SettableBean
public interface GroupParamsBean extends SettableBean
Modifier and Type | Method | Description |
---|---|---|
DestinationBean |
getErrorDestination() |
Gets the name of the error destination that should be used for members who have
the same sub-deployment-name.
|
java.lang.String |
getSubDeploymentName() |
The name of the subdeployment that template parameters apply to.
|
void |
setErrorDestination(DestinationBean errorDestination) |
Sets the name of the error destination that should be used for members who have
the same sub-deployment-name.
|
void |
setSubDeploymentName(java.lang.String subDeploymentName) |
Sets the SubDeploymetnName attribute.
|
java.lang.String getSubDeploymentName()
The name of the subdeployment that template parameters apply to. A subdeployment with the specified name must exist in the topic or queue for the parameters to apply.
void setSubDeploymentName(java.lang.String subDeploymentName) throws java.lang.IllegalArgumentException
Sets the SubDeploymetnName attribute. If a queue or topic has a sub-deployment-name element with this name, the settings in this Bean will affect that queue or topic.
subDeploymentName
- The entities using a sub-deployment of this name will be affectedjava.lang.IllegalArgumentException
getSubDeploymentName()
DestinationBean getErrorDestination()
Gets the name of the error destination that should be used for members who have the same sub-deployment-name. If this value is not set then the value from the templates DeliveryFailureParamsBean will be used if it is set.
void setErrorDestination(DestinationBean errorDestination) throws java.lang.IllegalArgumentException
Sets the name of the error destination that should be used for members who have the same sub-deployment-name. If this value is not set then the value from the templates DeliveryFailureParamsBean will be used if it is set.
errorDestination
- destinations with the same sub-deployment-name will use this error destinationjava.lang.IllegalArgumentException
getErrorDestination()