NamedEntityBean, SettableBeanpublic interface SAFRemoteContextBean extends NamedEntityBean
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCompressionThreshold() |
The number of bytes for a serialized message body so that
any message that exceeds this limit triggers message compression when
the message is about to be sent across a SAF agent's JVM boundary.
|
java.lang.String |
getReplyToSAFRemoteContextName() |
Specifies the SAF Remote Context Name used by the replyTo destination in the remote
cluster or server.
|
SAFLoginContextBean |
getSAFLoginContext() |
Defines the parameters needed to get a login context
from a remote server.
|
void |
setCompressionThreshold(int threshold) |
Sets the value of the CompressionThreshold attribute.
|
void |
setReplyToSAFRemoteContextName(java.lang.String replytoSafRemoteContextName) |
Sets the value of the ReplyToSAFRemoteContextName attribute.
|
SAFLoginContextBean getSAFLoginContext()
Defines the parameters needed to get a login context from a remote server.
int getCompressionThreshold()
The number of bytes for a serialized message body so that any message that exceeds this limit triggers message compression when the message is about to be sent across a SAF agent's JVM boundary.
The compression will occur on the sending-side SAF agent's JVM if the message body size exceeds the threshold limit.
void setCompressionThreshold(int threshold)
throws java.lang.IllegalArgumentException
Sets the value of the CompressionThreshold attribute.
java.lang.IllegalArgumentExceptiongetCompressionThreshold()java.lang.String getReplyToSAFRemoteContextName()
Specifies the SAF Remote Context Name used by the replyTo destination in the remote cluster or server.
void setReplyToSAFRemoteContextName(java.lang.String replytoSafRemoteContextName)
Sets the value of the ReplyToSAFRemoteContextName attribute.
getReplyToSAFRemoteContextName()