WebLogic Messaging API Class Library

IDestination Properties

The properties of the IDestination interface are listed below. For a complete list of IDestination interface members, see the IDestination Members topic.

Public Instance Properties

CreateDestinationArgument Returns the string that can be used in ISession.CreateQueue/ISession.CreateTopic.
DestinationType Gets the destination type for the current object as a Constants.DestinationType.
IsQueue Declares if this object is a Queue.
IsTemporary Declares if this object is a Temporary Queue or Topic.
IsTopic Declares if this object is a Topic.

See Also

IDestination Interface | WebLogic.Messaging Namespace | IQueue | ITopic | IContext.LookupDestination | ISession.CreateQueue | ISession.CreateTopic