February 2002
Beginner to intermediate
544 pages
10h 23m
English
The Queue interface inherits from the interface javax.jms.Destination, which has no fields or methods. The following methods are defined in the interface javax.jms.Queue.
public java.lang.String getQueueName()
Gets the name of this queue.
Clients that depend upon the name are not portable.
RETURNS:
the queue name
THROWS:
JMSException if the JMS provider implementation of Queue fails to return the queue name due to some internal error
public java.lang.String toString()
Returns a string representation of this object.
OVERRIDES:
java.lang.Object.toString() in class java.lang.Object
RETURNS:
the provider-specific identity values for this queue
Read now
Unlock full access