public class DistributedQueueMemberBinding extends Object implements oracle.fmwplatform.envspec.common.Tunable<DistributedQueueBinding>, oracle.fmwplatform.util.validation.ValidationParticipant, oracle.fmwplatform.envspec.common.ContainerAware<DistributedQueueBinding>
| Constructor and Description |
|---|
DistributedQueueMemberBinding() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSetting(String alias,
String value)
Convenience method to add a setting with the given alias and value, to the tuning parameters
for this DistributedQueueMemberBinding.
|
oracle.fmwplatform.envspec.lookup.data.AliasCategory |
getAliasCategory() |
Map<String,String> |
getCombinedParameters() |
String |
getDistributedQueueMemberRef() |
String |
getName() |
DistributedQueueBinding |
getParent()
Returns the object that contains this entity
|
Map<String,String> |
getReservedKeywords()
Get the reserved keyword map.
|
String |
getResourceRef() |
TuningParameters |
getTuningParameters()
Returns the TuningParameters.
|
String |
getVariableValue(String key)
Returns the variable value assigned to the specified key.
|
DistributedQueueMemberBinding |
setCombinedParameters(Map<String,String> combinedParameters) |
DistributedQueueMemberBinding |
setDistributedQueueMemberRef(String distributedQueueMemberRef) |
DistributedQueueMemberBinding |
setName(String name) |
DistributedQueueMemberBinding |
setParent(DistributedQueueBinding containerDistributedQueueBinding)
Sets the container object that contains this.
|
DistributedQueueMemberBinding |
setTuningParameters(TuningParameters tuningParameters)
Sets the TuningParameters for this DistributedQueueMemberBinding or null if no TuningParameters.
|
String |
substitute(String text)
Replaces substitution keys in the specified text with their corresponding values.
|
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.
|
public DistributedQueueMemberBinding setCombinedParameters(Map<String,String> combinedParameters)
public String getName()
getName in interface oracle.fmwplatform.envspec.common.Tunable<DistributedQueueBinding>public DistributedQueueMemberBinding setName(String name)
public String getDistributedQueueMemberRef()
public DistributedQueueMemberBinding setDistributedQueueMemberRef(String distributedQueueMemberRef)
public DistributedQueueBinding getParent()
oracle.fmwplatform.envspec.common.ContainerAwaregetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<DistributedQueueBinding>public DistributedQueueMemberBinding setParent(DistributedQueueBinding containerDistributedQueueBinding)
oracle.fmwplatform.envspec.common.ContainerAwaresetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<DistributedQueueBinding>containerDistributedQueueBinding - the parent containerpublic String getResourceRef()
public void validate(oracle.fmwplatform.util.validation.Validate validate)
validate in interface oracle.fmwplatform.util.validation.ValidationParticipantvalidate - the Validate instance performing the validationpublic TuningParameters getTuningParameters()
getTuningParameters in interface oracle.fmwplatform.envspec.common.Tunable<DistributedQueueBinding>public DistributedQueueMemberBinding setTuningParameters(TuningParameters tuningParameters)
setTuningParameters in interface oracle.fmwplatform.envspec.common.Tunable<DistributedQueueBinding>tuningParameters - the TuningParameters for this DistributedQueueMemberBinding or null if no TuningParameterspublic oracle.fmwplatform.envspec.lookup.data.AliasCategory getAliasCategory()
getAliasCategory in interface oracle.fmwplatform.envspec.common.Tunable<DistributedQueueBinding>public boolean addSetting(String alias, String value)
addSetting in interface oracle.fmwplatform.envspec.common.Tunable<DistributedQueueBinding>alias - the alias of a Settingvalue - the value of a Settingpublic String getVariableValue(String key)
getVariableValue in interface oracle.fmwplatform.envspec.common.Substitutablekey - the key of the variable to be checkedpublic String substitute(String text)
substitute in interface oracle.fmwplatform.envspec.common.Substitutabletext - the original textpublic Map<String,String> getReservedKeywords()
getReservedKeywords in interface oracle.fmwplatform.envspec.common.ReservedKeywordProviderpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()