[TIBCO.EMS .NET Admin client library 6.0 documentation]

The TopicInfo type exposes the following members.

Constructors

  NameDescription
TopicInfo
The public constructor creates a TopicInfo object with the given name.

Methods

  NameDescription
_PropString
(Inherited from DestinationInfo.)
_Star
(Inherited from DestinationInfo.)
AddExportTransport
Add a new export transport to the list of transports this destination exports messages to.
AddImportTransport
Add a new import transport to the list of transports this destination imports messages from.
(Inherited from DestinationInfo.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveExportTransport
Remove an export transport from the list of transports this destination exports messages to.
RemoveImportTransport
Remove an import transport from the list of transports this destination imports messages from.
(Inherited from DestinationInfo.)
StatString
Helper method that generates the statistical information in the form of a string.
(Inherited from DestinationInfo.)
ToString
Returns a String that represents the current Object
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
ActiveDurableCount
Get the current number of active durable subscribers for this topic.
BridgeTargets
Get the target destinations that this destination bridges to.
(Inherited from DestinationInfo.)
BridgeTargetsInherited
Determines if the list of targets was inherited from a parent destination or whether it was set on the destination directly.
(Inherited from DestinationInfo.)
Channel
Get or set the multicast channel for this topic.
ChannelInherited
Determine if the channel property was inherited from a parent topic or set directly for this topic.
ConsumerCount
Get the number of consumers for this destination.
(Inherited from DestinationInfo.)
Description
Get or set the description of this destination.
(Inherited from DestinationInfo.)
DurableCount
Get the current number of durable subscribers for this topic.
ExpiryOverride
Get or set the expiry override for this destination.
(Inherited from DestinationInfo.)
ExpiryOverrideInherited
Determine if the expiry override property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
ExportTransports
Get the names of the transports that this topic exports messages on.
ExportTransportsInherited
Determines if the list of transports this topic exports messages on was inherited from a parent topic or whether it was set on the topic directly.
Failsafe
Get or set the failsafe property of this destination.
(Inherited from DestinationInfo.)
FailsafeInherited
Determine if the failsafe property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
FlowControlMaxBytes
Get or set the volume of pending messages (in bytes) at which flow control is enabled for this destination.
(Inherited from DestinationInfo.)
FlowControlMaxBytesInherited
Determine if the flowControlMaxBytes property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
Global
Get or set the global property of this destination.
(Inherited from DestinationInfo.)
GlobalInherited
Determine if the global property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
ImportTransports
Get the names of the transports that this destination imports messages from.
(Inherited from DestinationInfo.)
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.
(Inherited from DestinationInfo.)
InboundStatistics
Get inbound statistics for this destination.
(Inherited from DestinationInfo.)
JNDINames
Get the array of JNDI names for this destination.
(Inherited from DestinationInfo.)
MaxBytes
Get or set the maximum number of message bytes that the server will store for pending messages bound for this destination.
(Inherited from DestinationInfo.)
MaxBytesInherited
Determine if the maxBytes property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
MaxMsgs
Get or set the maximum number of messages that the server will store for pending messages bound for this destination.
(Inherited from DestinationInfo.)
MaxMsgsInherited
Determine if the maxMsgs property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
MsgTrace
Get or set the level of message tracing for this destination.
(Inherited from DestinationInfo.)
MsgTraceInherited
Determine if the message trace property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
MulticastEnabled
Determine if this topic is multicast-enabled.
Name
Get the name of this destination.
(Inherited from DestinationInfo.)
OutboundStatistics
Get outbound statistics for this destination.
(Inherited from DestinationInfo.)
OverflowPolicy
Get or set the overflow policy for this destination.
(Inherited from DestinationInfo.)
OverflowPolicyInherited
Determine if the overflowPolicy property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
PendingMessageCount
Get the total number of pending messages for this destination.
(Inherited from DestinationInfo.)
PendingMessageSize
Get the total size for all pending messages for this destination.
(Inherited from DestinationInfo.)
Prefetch
Get or set the number of messages prefetched by the EMS client from the server to improve efficiency.
(Inherited from DestinationInfo.)
PrefetchInherited
Determine if the prefetch setting for this queue is inherited from a parent queue.
(Inherited from DestinationInfo.)
RedeliveryDelay
Get or set the redelivery delay for this queue.
(Inherited from DestinationInfo.)
RedeliveryDelayInherited
Determine if the redelivery delay property was inherited from a parent queue or set directly for this queue.
(Inherited from DestinationInfo.)
Secure
Get or set the secure property of this destination.
(Inherited from DestinationInfo.)
SecureInherited
Determine if the secure property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
SenderName
Get or set sender_name property for this destination.
(Inherited from DestinationInfo.)
SenderNameEnforced
Get or set sender_name_enforced property.
(Inherited from DestinationInfo.)
SenderNameEnforcedInherited
Indicates whether or not the sender_name_enforced is inherited.
(Inherited from DestinationInfo.)
SenderNameInherited
Indicates whether or not the sender_name property is inherited.
(Inherited from DestinationInfo.)
Static
Determine if this destination is static.
(Inherited from DestinationInfo.)
Store
Set or Get the store of this destination.
(Inherited from DestinationInfo.)
StoreInherited
Determine if the store property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
SubscriberCount
Get the current number of subscribers for this topic.
Temporary
Determine if this destination is temporary.
(Inherited from DestinationInfo.)

See Also