public class SAFQueue extends SAFDestination
| Modifier and Type | Field and Description |
|---|---|
static String |
JMS_SAF_QUEUE_TOKEN
The alias token used in the alias' WLST path for replacing with the SAF Queue name.
|
| Constructor and Description |
|---|
SAFQueue() |
| Modifier and Type | Method and Description |
|---|---|
SAFQueue |
setId(String id)
Set the id.
|
SAFQueue |
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.
|
SAFQueue |
setName(String name)
Set the name.
|
SAFQueue |
setNonPersistentSafQualityOfService(SAFQualityOfService nonPersistentSafQualityOfService)
Set the non-persistent quality of service.
|
SAFQueue |
setNotes(String notes)
Set the notes.
|
SAFQueue |
setPersistentSafQualityOfService(SAFQualityOfService persistentSafQualityOfService)
Set the persistent quality of service.
|
SAFQueue |
setRemoteJndiName(String remoteJndiName)
Set the remote JNDI name.
|
SAFQueue |
setSafErrorHandling(String safErrorHandling)
Set the SAFErrorHandling object.
|
SAFQueue |
setTimeToLiveDefault(Long timeToLiveDefault)
Set the default time-to-live value.
|
SAFQueue |
setUnitOfOrderRouting(UnitOfOrderRouting unitOfOrderRouting)
Set the unit-of-order routing.
|
SAFQueue |
setUseSafTimeToLiveDefault(Boolean useSafTimeToLiveDefault)
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.
|
getId, getLocalJndiName, getMessageLoggingEnabled, getMessageLoggingFormat, getName, getNonPersistentSafQualityOfService, getNotes, getPersistentSafQualityOfService, getRemoteJndiName, getSafErrorHandling, getTimeToLiveDefault, getUnitOfOrderRouting, getUseSafTimeToLiveDefault, isMessageLoggingParamsEmptypublic static final String JMS_SAF_QUEUE_TOKEN
public SAFQueue setId(String id)
setId in class SAFDestinationid - the new idpublic SAFQueue setLocalJndiName(String localJndiName)
setLocalJndiName in class SAFDestinationlocalJndiName - the new local JNDI namepublic SAFQueue setName(String name)
setName in class SAFDestinationname - the new namepublic SAFQueue setNonPersistentSafQualityOfService(SAFQualityOfService nonPersistentSafQualityOfService)
setNonPersistentSafQualityOfService in class SAFDestinationnonPersistentSafQualityOfService - the new non-persistent quality of servicepublic SAFQueue setNotes(String notes)
setNotes in class SAFDestinationnotes - the new notespublic SAFQueue setPersistentSafQualityOfService(SAFQualityOfService persistentSafQualityOfService)
setPersistentSafQualityOfService in class SAFDestinationpersistentSafQualityOfService - the new persistent quality of servicepublic SAFQueue setRemoteJndiName(String remoteJndiName)
setRemoteJndiName in class SAFDestinationremoteJndiName - the new remote JNDI namepublic SAFQueue setSafErrorHandling(String safErrorHandling)
setSafErrorHandling in class SAFDestinationsafErrorHandling - the new SAFErrorHandling objectpublic SAFQueue setTimeToLiveDefault(Long timeToLiveDefault)
setTimeToLiveDefault in class SAFDestinationtimeToLiveDefault - the new default time-to-live valuepublic SAFQueue setUseSafTimeToLiveDefault(Boolean useSafTimeToLiveDefault)
setUseSafTimeToLiveDefault in class SAFDestinationuseSafTimeToLiveDefault - the new valuepublic SAFQueue setUnitOfOrderRouting(UnitOfOrderRouting unitOfOrderRouting)
setUnitOfOrderRouting in class SAFDestinationunitOfOrderRouting - the new unit-of-order routingpublic SAFDestination setMessageLoggingEnabled(Boolean messageLoggingEnabled)
setMessageLoggingEnabled in class SAFDestinationmessageLoggingEnabled - the new valuepublic SAFDestination setMessageLoggingFormat(String messageLoggingFormat)
setMessageLoggingFormat in class SAFDestinationmessageLoggingFormat - the new message logging formatpublic String toXmlCompactString()
toXmlCompactString in class SAFDestinationpublic String toXmlString()
toXmlString in class SAFDestinationpublic String toJsonCompactString()
toJsonCompactString in class SAFDestinationpublic String toJsonString()
toJsonString in class SAFDestinationpublic String toCompactString()
toCompactString in class SAFDestinationpublic String toString()
toString in class SAFDestination