org.objectweb.joram.client.jms
Class TemporaryTopic
- javax.jms.Destination, javax.naming.Referenceable, java.io.Serializable, javax.jms.TemporaryTopic, javax.jms.Topic, SoapObjectItf
public class TemporaryTopic
implements javax.jms.TemporaryTopic
Implements the javax.jms.TemporaryTopic
interface.
- Serialized Form
Object | decode(Hashtable h) - Decodes a
TemporaryTopic which traveled through the
SOAP protocol.
|
void | delete() - API method.
|
String | toString() - Returns a String image of the topic.
|
create , create , create , create , create , create , create , decode , getClusterFellows , getHierarchicalFather , getSubscriptions , getTopicName , toString |
code , delete , doCreate , equals , getAdminName , getDMQ , getName , getReaders , getReference , getWriters , isFreelyReadable , isFreelyWriteable , isQueue , setDMQ , setFreeReading , setFreeWriting , setReader , setWriter , unsetFreeReading , unsetFreeWriting , unsetReader , unsetWriter |
TemporaryTopic
public TemporaryTopic()
Constructs an empty temporary topic.
TemporaryTopic
public 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.
decode
public Object decode(Hashtable h)
Decodes a TemporaryTopic
which traveled through the
SOAP protocol.
- decode in interface SoapObjectItf
- decode in interface Topic
delete
public void delete()
throws JMSException
API method.
- delete in interface Destination
toString
public String toString()
Returns a String image of the topic.
- toString in interface Topic
Copyright B) 2004 Scalagent - All rights reserved