Inherited by com.scalagent.kjoram.TemporaryQueue.
Inheritance diagram for com.scalagent.kjoram.Queue:


Public Member Functions | |
| Queue (String agentId) | |
| Queue () | |
| String | toString () |
| String | getQueueName () throws JMSException |
| Hashtable | code () |
Static Public Member Functions | |
| static Object | decode (Hashtable h) |
Definition at line 34 of file Queue.java.
| com.scalagent.kjoram.Queue.Queue | ( | String | agentId | ) |
Constructs a queue.
| 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().
| 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.
| 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.
1.5.0