|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupParamsBean
The group params bean represents items that may be templated based on the sub-deployment of the host DestinationBean. While many attributes of a Destination can be templated regardless of where the Destination is targeted, others cannot. Those elements that must be templated based on the target group of the destination are represented in this bean. A Destination will use the values in a GroupParamsBean if and only if the corresponding value is not explicitly set in the DestinationBean AND the sub-deployment-name of the Destination matches the sub-deployment-name attribute of this bean AND this GroupParamsBean is a child of the template pointed to by the Destination.
Method Summary | |
---|---|
DestinationBean |
getErrorDestination()
Gets the name of the error destination that should be used for members who have the same sub-deployment-name. |
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(String subDeploymentName)
Sets the SubDeploymetnName attribute. |
Methods inherited from interface weblogic.descriptor.SettableBean |
---|
isSet, unSet |
Method Detail |
---|
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(String subDeploymentName) throws 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 affected
IllegalArgumentException
GroupParamsBean.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 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 destination
IllegalArgumentException
GroupParamsBean.getErrorDestination()
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |