WebLogic Messaging API Class Library

IDestination Interface

An IDestination object encapsulates a provider-specific destination address. The JMS API does not define a standard address syntax.

IDestination objects support concurrent use.

An IDestination object is a JMS administered object. JMS administered objects are objects containing configuration information that are created by an administrator and later used by JMS clients. They make it practical to administer the JMS API in the enterprise. Clients should think of administered objects as local Java objects. Looking them up does not have any hidden side effects or use surprising amounts of local resources.

For a list of all members of this type, see IDestination Members.

WebLogic.Messaging.IDestination
   IQueue
   ITopic

public interface IDestination

Requirements

Namespace: WebLogic.Messaging

Assembly: WebLogic.Messaging (in WebLogic.Messaging.dll)

See Also

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