public class DistributedDestination extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
jndiName |
protected LoadBalancingPolicy |
loadBalancingPolicy |
protected String |
localJndiName |
protected String |
name |
protected String |
notes |
protected SAFExportPolicy |
safExportPolicy |
protected UnitOfOrderRouting |
unitOfOrderRouting |
Constructor and Description |
---|
DistributedDestination() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the id.
|
String |
getJndiName()
Get the JNDI name.
|
LoadBalancingPolicy |
getLoadBalancingPolicy()
Get the load-balancing policy.
|
String |
getLocalJndiName()
Get the local JNDI name.
|
String |
getName()
Get the name.
|
String |
getNotes()
Get the notes.
|
SAFExportPolicy |
getSafExportPolicy()
Get the SAF export policy.
|
UnitOfOrderRouting |
getUnitOfOrderRouting()
Get the unit of order routing setting.
|
DistributedDestination |
setId(String id)
Set the id.
|
DistributedDestination |
setJndiName(String jndiName)
Set the JNDI name.
|
DistributedDestination |
setLoadBalancingPolicy(LoadBalancingPolicy loadBalancingPolicy)
Set the load-balancing policy.
|
DistributedDestination |
setLocalJndiName(String localJndiName)
Set the local JNDI name.
|
DistributedDestination |
setName(String name)
Set the name.
|
DistributedDestination |
setNotes(String notes)
Set the notes.
|
DistributedDestination |
setSafExportPolicy(SAFExportPolicy safExportPolicy)
Set the SAF export policy.
|
DistributedDestination |
setUnitOfOrderRouting(UnitOfOrderRouting unitOfOrderRouting)
Set the unit of order routing setting.
|
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.
|
protected String id
protected String jndiName
protected LoadBalancingPolicy loadBalancingPolicy
protected String localJndiName
protected String name
protected String notes
protected SAFExportPolicy safExportPolicy
protected UnitOfOrderRouting unitOfOrderRouting
public String getId()
public DistributedDestination setId(String id)
id
- the new idpublic String getJndiName()
public DistributedDestination setJndiName(String jndiName)
jndiName
- the new JNDI namepublic LoadBalancingPolicy getLoadBalancingPolicy()
public DistributedDestination setLoadBalancingPolicy(LoadBalancingPolicy loadBalancingPolicy)
loadBalancingPolicy
- the new load-balancing policypublic String getLocalJndiName()
public DistributedDestination setLocalJndiName(String localJndiName)
localJndiName
- the new local JNDI namepublic String getName()
public DistributedDestination setName(String name)
name
- the new namepublic String getNotes()
public DistributedDestination setNotes(String notes)
notes
- the new notespublic SAFExportPolicy getSafExportPolicy()
public DistributedDestination setSafExportPolicy(SAFExportPolicy safExportPolicy)
safExportPolicy
- the new SAF export policypublic UnitOfOrderRouting getUnitOfOrderRouting()
public DistributedDestination setUnitOfOrderRouting(UnitOfOrderRouting unitOfOrderRouting)
unitOfOrderRouting
- the new valuepublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()