public class DistributedQueueBinding extends JMSModuleComponentBinding
log, tuningParameters| Constructor and Description |
|---|
DistributedQueueBinding() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMemberBinding(DistributedQueueMemberBinding memberBinding) |
oracle.fmwplatform.envspec.lookup.data.AliasCategory |
getAliasCategory() |
Map<String,String> |
getCombinedParameters() |
String |
getDistributedQueueRef() |
DistributedQueueMemberBinding |
getMemberBinding(String name) |
DistributedQueueMemberBinding |
getMemberBindingByResourceReference(String refName) |
List<DistributedQueueMemberBinding> |
getMemberBindings() |
String |
getName()
Get the name of the binding.
|
JMSModuleBinding |
getParent()
Get the parent container domain.
|
Map<String,String> |
getReservedKeywords()
Get the reserved keyword map.
|
String |
getResourceRef()
Get the resource reference for this binding.
|
DistributedQueueBinding |
setCombinedParameters(Map<String,String> combinedParameters) |
DistributedQueueBinding |
setDistributedQueueRef(String distributedQueueRef) |
DistributedQueueBinding |
setName(String name) |
DistributedQueueBinding |
setParent(JMSModuleBinding parentJmsModuleBinding)
Set the parent container JMSModuleBinding.
|
DistributedQueueBinding |
setTuningParameters(TuningParameters tuningParameters)
Set the tuning parameters.
|
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.
|
void |
validate(oracle.fmwplatform.util.validation.Validate validate)
Validate this binding using the specified Validate instance.
|
addSetting, getEffectiveVariables, getTuningParameters, getVariableValue, substitutepublic String getResourceRef()
JMSModuleComponentBindinggetResourceRef in class JMSModuleComponentBindingpublic String getDistributedQueueRef()
public DistributedQueueBinding setDistributedQueueRef(String distributedQueueRef)
public String getName()
JMSModuleComponentBindinggetName in interface oracle.fmwplatform.envspec.common.Tunable<JMSModuleBinding>getName in class JMSModuleComponentBindingpublic DistributedQueueBinding setName(String name)
public boolean addMemberBinding(DistributedQueueMemberBinding memberBinding)
public DistributedQueueMemberBinding getMemberBinding(String name)
public DistributedQueueMemberBinding getMemberBindingByResourceReference(String refName)
public List<DistributedQueueMemberBinding> getMemberBindings()
public JMSModuleBinding getParent()
public DistributedQueueBinding setParent(JMSModuleBinding parentJmsModuleBinding)
parentJmsModuleBinding - the parent container JMSModuleBindingpublic DistributedQueueBinding setCombinedParameters(Map<String,String> combinedParameters)
public DistributedQueueBinding setTuningParameters(TuningParameters tuningParameters)
setTuningParameters in interface oracle.fmwplatform.envspec.common.Tunable<JMSModuleBinding>setTuningParameters in class JMSModuleComponentBindingtuningParameters - the TuningParameters for this DistributedQueueBinding or null if no TuningParameterspublic oracle.fmwplatform.envspec.lookup.data.AliasCategory getAliasCategory()
public void validate(oracle.fmwplatform.util.validation.Validate validate)
validate - the Validate instance performing the validationpublic Map<String,String> getReservedKeywords()
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()