Inheritance diagram for com.scalagent.kjoram.TemporaryTopic:


Public Member Functions | |
| TemporaryTopic (String agentId, Connection cnx) | |
| TemporaryTopic () | |
| String | toString () |
| void | delete () throws JMSException |
| Hashtable | code () |
Static Public Member Functions | |
| static Object | decode (Hashtable h) |
Package Functions | |
| Connection | getCnx () |
Definition at line 35 of file TemporaryTopic.java.
| com.scalagent.kjoram.TemporaryTopic.TemporaryTopic | ( | String | agentId, | |
| Connection | cnx | |||
| ) |
Constructs a temporary topic.
| agentId | Identifier of the topic agent. | |
| cnx | The connection the queue belongs to, null if not known. |
Definition at line 47 of file TemporaryTopic.java.
| com.scalagent.kjoram.TemporaryTopic.TemporaryTopic | ( | ) |
Constructs an empty temporary topic.
Definition at line 56 of file TemporaryTopic.java.
Referenced by com.scalagent.kjoram.TemporaryTopic.decode().
| String com.scalagent.kjoram.TemporaryTopic.toString | ( | ) |
Returns a String image of the topic.
Reimplemented from com.scalagent.kjoram.Topic.
Definition at line 60 of file TemporaryTopic.java.
References com.scalagent.kjoram.Destination.agentId.
| void com.scalagent.kjoram.TemporaryTopic.delete | ( | ) | throws JMSException |
API method.
| IllegalStateException | If the connection is closed or broken. | |
| JMSException | If the request fails for any other reason. |
Definition at line 71 of file TemporaryTopic.java.
References com.scalagent.kjoram.Destination.agentId, com.scalagent.kjoram.Session.consumers, com.scalagent.kjoram.Connection.sessions, com.scalagent.kjoram.Connection.syncRequest(), and com.scalagent.kjoram.MessageConsumer.targetName.
Here is the call graph for this function:

| Connection com.scalagent.kjoram.TemporaryTopic.getCnx | ( | ) | [package] |
Returns the connection this temporary topic belongs to, null if not known.
Definition at line 104 of file TemporaryTopic.java.
| Hashtable com.scalagent.kjoram.TemporaryTopic.code | ( | ) |
Codes a Destination as a Hashtable for travelling through the SOAP protocol.
Reimplemented from com.scalagent.kjoram.Topic.
Definition at line 109 of file TemporaryTopic.java.
1.5.0