TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

DestinationInfo Members

DestinationInfo overview

Public Static Fields

MSG_TRACE_BASIC Indicates that message sequence number and message ID will be traced.
MSG_TRACE_DETAIL Indicates that the message body will be traced in addition to the message sequnce number and message ID, .
MSG_TRACE_NONE Indicates that messages will not be traced.

Public Instance Properties

BridgeTargets Get the target destinations that this destination bridges to.
BridgeTargetsInherited Determines if the list of targets was inherited from a parent destination or whether it was set on the destination directly.
ConsumerCount Get the number of consumers for this destination.
Description Get or set the description of this destination.
ExpiryOverride Get or set the expiry override for this destination.
ExpiryOverrideInherited Determine if the expiry override property was inheritied from a parent destination or set directly for this destination.
Failsafe Get or set the failsafe property of this destination.
FailsafeInherited Determine if the failsafe property was inheritied from a parent destination or set directly for this destination.
FlowControlMaxBytes Get or set the volume of pending messages (in bytes) at which flow control is enabled for this destination.
FlowControlMaxBytesInherited Determine if the flowControlMaxBytes property was inheritied from a parent destination or set directly for this destination.
Global Get or set the global property of this destination.
GlobalInherited Determine if the global property was inheritied from a parent destination or set directly for this destination.
ImportTransports Get the names of the transports that this destination imports messages from.
ImportTransportsInherited Determines if the list of transports this destination imports messages from was inherited from a parent destination or whether it was set on the destination directly.
InboundStatistics Get inbound statistics for this destination.
JNDINames Get the array of JNDI names for this destination.
MaxBytes Get or set the maximum number of message bytes that the server will store for pending messages bound for this destination.
MaxBytesInherited Determine if the maxBytes property was inheritied from a parent destination or set directly for this destination.
MaxMsgs Get or set the maximum number of messages that the server will store for pending messages bound for this destination. This is not currently supported for topics.
MaxMsgsInherited Determine if the maxMsgs property was inheritied from a parent destination or set directly for this destination. This is not currently supported for topics.
MsgTrace Get or set the level of message tracing for this destination.
MsgTraceInherited Determine if the message trace property was inheritied from a parent destination or set directly for this destination.
Name Get the name of this destination.
OutboundStatisticsGet outbound statistics for this destination.
OverflowPolicy Get or set the overflow policy for this destination. This is not currently supported for topics.
OverflowPolicyInherited Determine if the overflowPolicy property was inheritied from a parent destination or set directly for this destination. This is not currently supported for topics.
PendingMessageCount Get the total number of pending messages for this destination.
PendingMessageSize Get the total size for all pending messages for this destination.
Secure Get or set the secure property of this destination.
SecureInherited Determine if the secure property was inheritied from a parent destination or set directly for this destination.
SenderName Get or set sender_name property for this destination.
SenderNameEnforced Get or set sender_name_enforced property.
SenderNameEnforcedInherited Indicates whether or not the sender_name_enforced is inherited.
SenderNameInherited Indicates whether or not the sender_name property is inherited.
Static Determine if this destination is static.
Temporary Determine if this destination is temporary.

Public Instance Methods

AddImportTransport Add a new import transport to the list of transports this destination imports messages from.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
RemoveImportTransport Remove an import transport from the list of transports this destination imports messages from.
StatString Helper method that generates the statistical information in the form of a string.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

DestinationInfo Class | TIBCO.EMS.ADMIN Namespace