NamedEntityBean
, SettableBean
DistributedQueueBean
, DistributedTopicBean
@Deprecated public interface DistributedDestinationBean extends NamedEntityBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getJNDIName() |
Deprecated.
The name used to bind a virtual destination to the JNDI tree.
|
java.lang.String |
getLoadBalancingPolicy() |
Deprecated.
Determines the load balancing policy for producers sending messages to a distributed destination in order to balance
the message load across the members of the distributed set.
|
java.lang.String |
getSAFExportPolicy() |
Deprecated.
The SAF Export Policy controls which applications can send JMS messages to this destination through Store-and-Forward.
|
java.lang.String |
getUnitOfOrderRouting() |
Deprecated.
Gets the "unit-of-order-routing" element.
|
void |
setJNDIName(java.lang.String jndiName) |
Deprecated.
Sets the "jndi-name" element
|
void |
setLoadBalancingPolicy(java.lang.String loadBalancingPolicy) |
Deprecated.
Defines the load balancing policy for producers sending messages to a distributed destination in order to balance
the message load across the members of the distributed set.
|
void |
setSAFExportPolicy(java.lang.String safExportPolicy) |
Deprecated.
Sets the saf-export-policy for this destination.
|
void |
setUnitOfOrderRouting(java.lang.String unitOfOrderRouting) |
Deprecated.
Sets the "unit-of-order-routing" element.
|
java.lang.String getJNDIName()
The name used to bind a virtual destination to the JNDI tree. Applications can use the JNDI name to look up the virtual destination.
If not specified, then the destination is not bound into the JNDI namespace.
void setJNDIName(java.lang.String jndiName) throws java.lang.IllegalArgumentException
jndiName
- java.lang.IllegalArgumentException
java.lang.String getLoadBalancingPolicy()
Determines the load balancing policy for producers sending messages to a distributed destination in order to balance the message load across the members of the distributed set.
void setLoadBalancingPolicy(java.lang.String loadBalancingPolicy) throws java.lang.IllegalArgumentException
Sets the "load-balancing-policy" element
loadBalancingPolicy
- java.lang.IllegalArgumentException
java.lang.String getUnitOfOrderRouting()
Gets the "unit-of-order-routing" element.
A WLMessageProducer with Unit of Order uses the "unit-of-order-routing" element rather than the "load-balancing-policy" criteria to select the Distributed Destination Member.
Unit of Order may have been set programmatically with WLProducer, or administratively on the ConnectionFactory or Destination.
void setUnitOfOrderRouting(java.lang.String unitOfOrderRouting) throws java.lang.IllegalArgumentException
A WLMessageProducer with Unit of Order will use the "unit-of-order-routing" element rather than the "load-balancing-policy" criteria to select the Distributed Destination Member.
Unit of Order may have been set programmatically with WLProducer, or administratively on the ConnectionFactory or Destination.
unitOfOrderRouting
- java.lang.IllegalArgumentException
java.lang.String getSAFExportPolicy()
The SAF Export Policy controls which applications can send JMS messages to this destination through Store-and-Forward.
This attribute is dynamically configurable. A dynamic change of this attribute will affect only messages sent after the update has been made.
void setSAFExportPolicy(java.lang.String safExportPolicy)
Sets the saf-export-policy for this destination.
This attribute is dynamically configurable. A dynamic change of this attribute will affect only messages sent after the update has been made.