com.scalagent.kjoram.Queue Class Reference

Inherits com.scalagent.kjoram.Destination.

Inherited by com.scalagent.kjoram.TemporaryQueue.

Inheritance diagram for com.scalagent.kjoram.Queue:

Inheritance graph
[legend]
Collaboration diagram for com.scalagent.kjoram.Queue:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Queue (String agentId)
 Queue ()
String toString ()
String getQueueName () throws JMSException
Hashtable code ()

Static Public Member Functions

static Object decode (Hashtable h)

Detailed Description

Definition at line 34 of file Queue.java.


Constructor & Destructor Documentation

com.scalagent.kjoram.Queue.Queue ( String  agentId  ) 

Constructs a queue.

Parameters:
agentId Identifier of the queue agent.

Definition at line 41 of file Queue.java.

Referenced by com.scalagent.kjoram.ConnectionConsumer.ConnectionConsumer(), and com.scalagent.kjoram.Session.Session().

com.scalagent.kjoram.Queue.Queue (  ) 

Constructs an empty queue.

Definition at line 49 of file Queue.java.

Referenced by com.scalagent.kjoram.Queue.decode().


Member Function Documentation

String com.scalagent.kjoram.Queue.toString (  ) 

Returns a String image of the queue.

Reimplemented in com.scalagent.kjoram.TemporaryQueue.

Definition at line 53 of file Queue.java.

References com.scalagent.kjoram.Destination.agentId.

String com.scalagent.kjoram.Queue.getQueueName (  )  throws JMSException

API method.

Exceptions:
JMSException Actually never thrown.

Definition at line 63 of file Queue.java.

References com.scalagent.kjoram.Destination.agentId.

Hashtable com.scalagent.kjoram.Queue.code (  ) 

Codes a Destination as a Hashtable for travelling through the SOAP protocol.

Reimplemented from com.scalagent.kjoram.Destination.

Reimplemented in com.scalagent.kjoram.TemporaryQueue.

Definition at line 68 of file Queue.java.


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:15:21 2008 for joram by  doxygen 1.5.0