Class: XmlSelectionMode

tibco.objectapi.de.base.XmlSelectionMode

new XmlSelectionMode()

Method used to select a resource from an identified collection of resources. Constructs a new XmlSelectionMode.

The following features are supported:

Members

method :tibco.objectapi.de.base.XmlAllocationMethod

Algorithm used to select a resource. One of: - ANY: use random selection. - NEXT: use iterative selection. - THIS: use the specifically identified resource. - PLUGIN: use the named plugin code (where the name is given separately) to perform the selection. This property holds the value of the 'Method' attribute.
Type:

plugin :string

Name of custom plugin implementation. This property holds the value of the 'Plugin' attribute.
Type:
  • string