| Constructor and Description |
|---|
SAFDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the id.
|
String |
getLocalJndiName()
Get the local JNDI name.
|
Boolean |
getMessageLoggingEnabled()
Get whether or not message logging is enabled.
|
String |
getMessageLoggingFormat()
Get the message logging format.
|
String |
getName()
Get the name.
|
SAFQualityOfService |
getNonPersistentSafQualityOfService()
Get the non-persistent quality of service.
|
String |
getNotes()
Get the notes.
|
SAFQualityOfService |
getPersistentSafQualityOfService()
Get the persistent quality of service.
|
String |
getRemoteJndiName()
Get the remote JNDI name.
|
String |
getSafErrorHandling()
Get the SAFErrorHandling object.
|
Long |
getTimeToLiveDefault()
Get the default time-to-live value.
|
UnitOfOrderRouting |
getUnitOfOrderRouting()
Get the unit-of-order routing.
|
Boolean |
getUseSafTimeToLiveDefault()
Get whether or not to use the SAF default time-to-live.
|
boolean |
isMessageLoggingParamsEmpty()
Whether or not the MessageLoggingParams folder attributes are empty.
|
SAFDestination |
setId(String id)
Set the id.
|
SAFDestination |
setLocalJndiName(String localJndiName)
Set the local JNDI name.
|
SAFDestination |
setMessageLoggingEnabled(Boolean messageLoggingEnabled)
Set whether or not message logging is enabled.
|
SAFDestination |
setMessageLoggingFormat(String messageLoggingFormat)
Set the message logging format.
|
SAFDestination |
setName(String name)
Set the name.
|
SAFDestination |
setNonPersistentSafQualityOfService(SAFQualityOfService nonPersistentSafQualityOfService)
Set the non-persistent quality of service.
|
SAFDestination |
setNotes(String notes)
Set the notes.
|
SAFDestination |
setPersistentSafQualityOfService(SAFQualityOfService persistentSafQualityOfService)
Set the persistent quality of service.
|
SAFDestination |
setRemoteJndiName(String remoteJndiName)
Set the remote JNDI name.
|
SAFDestination |
setSafErrorHandling(String safErrorHandling)
Set the SAFErrorHandling object.
|
SAFDestination |
setTimeToLiveDefault(Long timeToLiveDefault)
Set the default time-to-live value.
|
SAFDestination |
setUnitOfOrderRouting(UnitOfOrderRouting unitOfOrderRouting)
Set the unit-of-order routing.
|
SAFDestination |
setUseSafTimeToLiveDefault(Boolean useSafGTimeToLiveDefault)
Set whether or not to use the SAF default time-to-live.
|
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.
|
public String getId()
public SAFDestination setId(String id)
id - the new idpublic String getLocalJndiName()
public SAFDestination setLocalJndiName(String localJndiName)
localJndiName - the new local JNDI namepublic String getName()
public SAFDestination setName(String name)
name - the new namepublic SAFQualityOfService getNonPersistentSafQualityOfService()
public SAFDestination setNonPersistentSafQualityOfService(SAFQualityOfService nonPersistentSafQualityOfService)
nonPersistentSafQualityOfService - the new non-persistent quality of servicepublic String getNotes()
public SAFDestination setNotes(String notes)
notes - the new notespublic SAFQualityOfService getPersistentSafQualityOfService()
public SAFDestination setPersistentSafQualityOfService(SAFQualityOfService persistentSafQualityOfService)
persistentSafQualityOfService - the new persistent quality of servicepublic String getRemoteJndiName()
public SAFDestination setRemoteJndiName(String remoteJndiName)
remoteJndiName - the new remote JNDI namepublic String getSafErrorHandling()
public SAFDestination setSafErrorHandling(String safErrorHandling)
safErrorHandling - the new SAFErrorHandling objectpublic Long getTimeToLiveDefault()
public SAFDestination setTimeToLiveDefault(Long timeToLiveDefault)
timeToLiveDefault - the new default time-to-live valuepublic Boolean getUseSafTimeToLiveDefault()
public SAFDestination setUseSafTimeToLiveDefault(Boolean useSafGTimeToLiveDefault)
useSafGTimeToLiveDefault - the new valuepublic UnitOfOrderRouting getUnitOfOrderRouting()
public SAFDestination setUnitOfOrderRouting(UnitOfOrderRouting unitOfOrderRouting)
unitOfOrderRouting - the new unit-of-order routingpublic Boolean getMessageLoggingEnabled()
public SAFDestination setMessageLoggingEnabled(Boolean messageLoggingEnabled)
messageLoggingEnabled - the new valuepublic String getMessageLoggingFormat()
public SAFDestination setMessageLoggingFormat(String messageLoggingFormat)
messageLoggingFormat - the new message logging formatpublic boolean isMessageLoggingParamsEmpty()
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()