当前页面:
在线文档首页 >
JBoss 3.2.7 messaging API Documentation 英文版文档
SpyTemporaryTopic (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档
org.jboss.mq
Class SpyTemporaryTopic
java.lang.Object
org.jboss.mq.SpyDestination
org.jboss.mq.SpyTopic
org.jboss.mq.SpyTemporaryTopic
- All Implemented Interfaces:
- javax.jms.Destination, Referenceable, Serializable, javax.jms.TemporaryTopic, javax.jms.Topic
- public class SpyTemporaryTopic
- extends SpyTopic
- implements javax.jms.TemporaryTopic
This class implements javax.jms.TemporaryTopic
- Version:
- $Revision: 1.3.4.2 $
- Author:
- Norbert Lataille (Norbert.Lataille@m4x.org), Hiram Chirino (Cojonudo14@hotmail.com), Adrian Brock
- See Also:
- Serialized Form
Method Summary |
void |
delete()
|
void |
setConnection(Connection con)
Client-side temporary topics need a reference to the connection that
created them in case delete() is called. |
Methods inherited from interface javax.jms.Topic |
getTopicName |
SpyTemporaryTopic
public SpyTemporaryTopic(String topicName,
ConnectionToken dc_)
- Create a new SpyTemporaryTopic
- Parameters:
topicName
- the topic namedc_
- the connection token
setConnection
public void setConnection(Connection con)
- Client-side temporary topics need a reference to the connection that
created them in case delete() is called.
- Parameters:
con
- the connection
delete
public void delete()
throws javax.jms.JMSException
- Specified by:
delete
in interface javax.jms.TemporaryTopic
- Throws:
javax.jms.JMSException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.