public class QuotaBinding extends JMSModuleComponentBinding
log, tuningParameters| Constructor and Description |
|---|
QuotaBinding() |
| Modifier and Type | Method and Description |
|---|---|
oracle.fmwplatform.envspec.lookup.data.AliasCategory |
getAliasCategory() |
Map<String,String> |
getCombinedParameters() |
String |
getName()
Get the name of the binding.
|
JMSModuleBinding |
getParent()
Get the parent container domain.
|
String |
getQuotaRef() |
Map<String,String> |
getReservedKeywords()
Get the reserved keyword map.
|
String |
getResourceRef()
Get the resource reference for this binding.
|
QuotaBinding |
setCombinedParameters(Map<String,String> combinedParameters) |
QuotaBinding |
setName(String name) |
QuotaBinding |
setParent(JMSModuleBinding parentJmsModuleBinding)
Set the parent container JMSModuleBinding.
|
QuotaBinding |
setQuotaRef(String queueRef) |
QuotaBinding |
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 getQuotaRef()
public QuotaBinding setQuotaRef(String queueRef)
public String getName()
JMSModuleComponentBindinggetName in interface oracle.fmwplatform.envspec.common.Tunable<JMSModuleBinding>getName in class JMSModuleComponentBindingpublic QuotaBinding setName(String name)
public JMSModuleBinding getParent()
public QuotaBinding setParent(JMSModuleBinding parentJmsModuleBinding)
parentJmsModuleBinding - the parent container JMSModuleBindingpublic QuotaBinding setCombinedParameters(Map<String,String> combinedParameters)
public QuotaBinding setTuningParameters(TuningParameters tuningParameters)
setTuningParameters in interface oracle.fmwplatform.envspec.common.Tunable<JMSModuleBinding>setTuningParameters in class JMSModuleComponentBindingtuningParameters - the TuningParameters for this QuotaBinding 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()