jBroker® MQ 2.1

javax.jms
Interface TemporaryQueue

All Superinterfaces:
Destination, Queue

public interface TemporaryQueue
extends Queue

A TemporaryQueue object is a unique Queue object created for the duration of a QueueConnection. It is a system-defined queue that can be consumed only by the QueueConnection that created it.

See Also:
QueueSession.createTemporaryQueue()

Method Summary
 void delete()
          Deletes this temporary queue.
 
Methods inherited from interface javax.jms.Queue
getQueueName, toString
 

Method Detail

delete

public void delete()
            throws JMSException
Deletes this temporary queue. If there are existing receivers still using it, a JMSException will be thrown.
Throws:
JMSException - if the JMS provider fails to delete the temporary queue due to some internal error.

jBroker® MQ 2.1

jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.
tifyAll()">notifyAll, toString, wait, wait, wait  

Field Detail

value

public NotFound value
Constructor Detail

NotFoundHolder

public NotFoundHolder()

NotFoundHolder

public NotFoundHolder(NotFound value)
Method Detail

_read

public void _read(InputStream is)
Description copied from interface: Streamable
Reads data from istream and initalizes the value field of the Holder with the unmarshalled data.
Specified by:
_read in interface Streamable
Following copied from interface: org.omg.CORBA.portable.Streamable
Parameters:
istream - the InputStream that represents the CDR data from the wire.

_write

public void _write(OutputStream os)
Description copied from interface: Streamable
Marshals to ostream the value in the value field of the Holder.
Specified by:
_write in interface Streamable
Following copied from interface: org.omg.CORBA.portable.Streamable
Parameters:
ostream - the CDR OutputStream

_type

public TypeCode _type()
Description copied from interface: Streamable
Retrieves the TypeCode object corresponding to the value in the value field of the Holder.
Specified by:
_type in interface Streamable
Following copied from interface: org.omg.CORBA.portable.Streamable
Returns:
the TypeCode object for the value held in the holder

jBrokerTM ORB 4.1

jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.