public class SAFAgent extends AppSvcResource
| Modifier and Type | Field and Description |
|---|---|
static String |
SAF_AGENT_TOKEN |
| Constructor and Description |
|---|
SAFAgent() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAcknowledgeInterval()
Get the acknowledgement interval.
|
Long |
getBytesMaximum()
Get the bytes maximum.
|
Long |
getBytesThresholdHigh()
Get the bytes threshold high.
|
Long |
getBytesThresholdLow()
Get the bytes threshold low.
|
Long |
getConversationIdleTimeMaximum()
Get the maximum conversation idle time.
|
Long |
getDefaultRetryDelayBase()
Get the default retry delay base.
|
Long |
getDefaultRetryDelayMaximum()
Get the default retry delay maximum.
|
Double |
getDefaultRetryDelayMultiplier()
Get the default retry delay multiplier.
|
Long |
getDefaultTimeToLive()
Get the default time-to-live.
|
Integer |
getDeploymentOrder()
Get the deployment order.
|
Boolean |
getForwardingPausedAtStartup()
Get whether or not forwarding is paused at server startup.
|
Boolean |
getIncomingPausedAtStartup()
Get whether or not incoming messages are paused at server startup.
|
Boolean |
getLoggingEnabled()
Get whether or not logging is enabled.
|
Integer |
getMaximumMessageSize()
Get the maximum message size.
|
Long |
getMessageBufferSize()
Get the message buffer size.
|
MessageCompressionOptions |
getMessageCompressionOptions()
Get the message compression options.
|
String |
getMessageCompressionOptionsOverride()
Get the message compression options override.
|
SAFJMSMessageLogFile |
getMessageLogFile()
Get the message log file object.
|
Long |
getMessagesMaximum()
Get the messages maximum.
|
Long |
getMessagesThresholdHigh()
Get the upper threshold for messages.
|
Long |
getMessagesThresholdLow()
Get the lower threshold for messages.
|
String |
getName()
Get the name.
|
String |
getNotes()
Get the notes.
|
String |
getPagingDirectory()
Get the paging directory.
|
Boolean |
getPagingMessageCompressionEnabled()
Get whether or not paging message compression is enabled.
|
Boolean |
getReceivingPausedAtStartup()
Get whether or not receiving messages is paused at server startup.
|
ServiceType |
getServiceType()
Get the service type.
|
String |
getStore()
Get the persistent store.
|
Boolean |
getStoreMessageCompressionEnabled()
Get whether or not store message compression is enabled.
|
Long |
getWindowInterval()
Get the window interval.
|
Integer |
getWindowSize()
Get the window size.
|
SAFAgent |
setAcknowledgeInterval(Long acknowledgeInterval)
Set the acknowledgement interval.
|
SAFAgent |
setBytesMaximum(Long bytesMaximum)
Set the bytes maximum.
|
SAFAgent |
setBytesThresholdHigh(Long bytesThresholdHigh)
Set the bytes threshold high.
|
SAFAgent |
setBytesThresholdLow(Long bytesThresholdLow)
Set the bytes threshold low.
|
SAFAgent |
setConversationIdleTimeMaximum(Long conversationIdleTimeMaximum)
Set the maximum conversation idle time.
|
SAFAgent |
setDefaultRetryDelayBase(Long defaultRetryDelayBase)
Set the default retry delay base.
|
SAFAgent |
setDefaultRetryDelayMaximum(Long defaultRetryDelayMaximum)
Set the default retry delay maximum.
|
SAFAgent |
setDefaultRetryDelayMultiplier(Double defaultRetryDelayMultiplier)
Set the default retry delay multiplier.
|
SAFAgent |
setDefaultTimeToLive(Long defaultTimeToLive)
Set the default time-to-live.
|
SAFAgent |
setDeploymentOrder(Integer deploymentOrder)
Set the deployment order.
|
SAFAgent |
setForwardingPausedAtStartup(Boolean forwardingPausedAtStartup)
Set whether or not forwarding is paused at server startup.
|
SAFAgent |
setId(String id)
Sets the id used to reference this model object.
|
SAFAgent |
setIncomingPausedAtStartup(Boolean incomingPausedAtStartup)
Set whether or not incoming messages are paused at server startup.
|
SAFAgent |
setLoggingEnabled(Boolean loggingEnabled)
Set whether or not logging is enabled.
|
SAFAgent |
setMaximumMessageSize(Integer maximumMessageSize)
Set the maximum message size.
|
SAFAgent |
setMessageBufferSize(Long messageBufferSize)
Set the message buffer size.
|
SAFAgent |
setMessageCompressionOptions(MessageCompressionOptions messageCompressionOptions)
Set the message compression options.
|
SAFAgent |
setMessageCompressionOptionsOverride(String messageCompressionOptionsOverride)
Set the message compression options override.
|
SAFAgent |
setMessageLogFile(SAFJMSMessageLogFile messageLogFile)
Set the message log file object.
|
SAFAgent |
setMessagesMaximum(Long messagesMaximum)
Set the messages maximum.
|
SAFAgent |
setMessagesThresholdHigh(Long messagesThresholdHigh)
Set the upper threshold for messages.
|
SAFAgent |
setMessagesThresholdLow(Long messagesThresholdLow)
Set the lower threshold for messages.
|
SAFAgent |
setName(String name)
Set the name.
|
SAFAgent |
setNotes(String notes)
Set the notes.
|
SAFAgent |
setPagingDirectory(String pagingDirectory)
Set the paging directory.
|
SAFAgent |
setPagingMessageCompressionEnabled(Boolean pagingMessageCompressionEnabled)
Set whether or not paging message compression is enabled.
|
SAFAgent |
setReceivingPausedAtStartup(Boolean receivingPausedAtStartup)
Set whether or not receiving messages is paused at server startup.
|
SAFAgent |
setServiceType(ServiceType serviceType)
Set the service type.
|
SAFAgent |
setStore(String store)
Set the persistent store.
|
SAFAgent |
setStoreMessageCompressionEnabled(Boolean storeMessageCompressionEnabled)
Set whether or not store message compression is enabled/
|
SAFAgent |
setWindowInterval(Long windowInterval)
Set the window interval.
|
SAFAgent |
setWindowSize(Integer windowSize)
Set the window size.
|
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, getReservedKeywords, getSourcePath, getTargets, isClusterablepublic static final String SAF_AGENT_TOKEN
public SAFAgent setId(String id)
setId in interface oracle.fmwplatform.envspec.common.EntityWithIdsetId in class AppSvcResourceid - the id to be used when referencing this model objectpublic Long getAcknowledgeInterval()
public SAFAgent setAcknowledgeInterval(Long acknowledgeInterval)
acknowledgeInterval - the new acknowledgement intervalpublic Long getBytesMaximum()
public SAFAgent setBytesMaximum(Long bytesMaximum)
bytesMaximum - the new bytes maximumpublic Long getBytesThresholdHigh()
public SAFAgent setBytesThresholdHigh(Long bytesThresholdHigh)
bytesThresholdHigh - the new bytes threshold highpublic Long getBytesThresholdLow()
public SAFAgent setBytesThresholdLow(Long bytesThresholdLow)
bytesThresholdLow - the new bytes threshold lowpublic Long getConversationIdleTimeMaximum()
public SAFAgent setConversationIdleTimeMaximum(Long conversationIdleTimeMaximum)
conversationIdleTimeMaximum - the maximum conversation idle timepublic Long getDefaultRetryDelayBase()
public SAFAgent setDefaultRetryDelayBase(Long defaultRetryDelayBase)
defaultRetryDelayBase - the new default retry delay basepublic Long getDefaultRetryDelayMaximum()
public SAFAgent setDefaultRetryDelayMaximum(Long defaultRetryDelayMaximum)
defaultRetryDelayMaximum - the new default retry delay maximumpublic Double getDefaultRetryDelayMultiplier()
public SAFAgent setDefaultRetryDelayMultiplier(Double defaultRetryDelayMultiplier)
defaultRetryDelayMultiplier - the new default retry delay multiplierpublic Long getDefaultTimeToLive()
public SAFAgent setDefaultTimeToLive(Long defaultTimeToLive)
defaultTimeToLive - the new default time-to-livepublic Integer getDeploymentOrder()
public SAFAgent setDeploymentOrder(Integer deploymentOrder)
deploymentOrder - the new deployment orderpublic Boolean getForwardingPausedAtStartup()
public SAFAgent setForwardingPausedAtStartup(Boolean forwardingPausedAtStartup)
forwardingPausedAtStartup - the new valuepublic Boolean getIncomingPausedAtStartup()
public SAFAgent setIncomingPausedAtStartup(Boolean incomingPausedAtStartup)
incomingPausedAtStartup - the new valuepublic Boolean getLoggingEnabled()
public SAFAgent setLoggingEnabled(Boolean loggingEnabled)
loggingEnabled - the new valuepublic Integer getMaximumMessageSize()
public SAFAgent setMaximumMessageSize(Integer maximumMessageSize)
maximumMessageSize - the new maximum message sizepublic Long getMessageBufferSize()
public SAFAgent setMessageBufferSize(Long messageBufferSize)
messageBufferSize - the new message buffer sizepublic MessageCompressionOptions getMessageCompressionOptions()
public SAFAgent setMessageCompressionOptions(MessageCompressionOptions messageCompressionOptions)
messageCompressionOptions - the new message compression optionspublic String getMessageCompressionOptionsOverride()
public SAFAgent setMessageCompressionOptionsOverride(String messageCompressionOptionsOverride)
messageCompressionOptionsOverride - the new message compression options overridepublic Long getMessagesMaximum()
public SAFAgent setMessagesMaximum(Long messagesMaximum)
messagesMaximum - the new messages maximumpublic Long getMessagesThresholdHigh()
public SAFAgent setMessagesThresholdHigh(Long messagesThresholdHigh)
messagesThresholdHigh - the new upper threshold for messagespublic Long getMessagesThresholdLow()
public SAFAgent setMessagesThresholdLow(Long messagesThresholdLow)
messagesThresholdLow - the new lower threshold for messagespublic String getName()
getName in class AppSvcResourcepublic SAFAgent setName(String name)
name - the new namepublic String getNotes()
public SAFAgent setNotes(String notes)
notes - the new notespublic String getPagingDirectory()
public SAFAgent setPagingDirectory(String pagingDirectory)
pagingDirectory - the new paging directorypublic Boolean getPagingMessageCompressionEnabled()
public SAFAgent setPagingMessageCompressionEnabled(Boolean pagingMessageCompressionEnabled)
pagingMessageCompressionEnabled - the new valuepublic Boolean getReceivingPausedAtStartup()
public SAFAgent setReceivingPausedAtStartup(Boolean receivingPausedAtStartup)
receivingPausedAtStartup - the new valuepublic ServiceType getServiceType()
public SAFAgent setServiceType(ServiceType serviceType)
serviceType - the new service typepublic String getStore()
public SAFAgent setStore(String store)
store - the new persistent storepublic Boolean getStoreMessageCompressionEnabled()
public SAFAgent setStoreMessageCompressionEnabled(Boolean storeMessageCompressionEnabled)
storeMessageCompressionEnabled - the new valuepublic Long getWindowInterval()
public SAFAgent setWindowInterval(Long windowInterval)
windowInterval - the new window intervalpublic Integer getWindowSize()
public SAFAgent setWindowSize(Integer windowSize)
windowSize - the new window sizepublic SAFJMSMessageLogFile getMessageLogFile()
public SAFAgent setMessageLogFile(SAFJMSMessageLogFile messageLogFile)
messageLogFile - the new message log file objectpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()