| |
|
| java.lang.Object org.jboss.mq.SpyDestination org.jboss.mq.SpyTopic org.jboss.mq.SpyTemporaryTopic
SpyTemporaryTopic | public class SpyTemporaryTopic extends SpyTopic implements TemporaryTopic(Code) | | This class implements javax.jms.TemporaryTopic
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Hiram Chirino (Cojonudo14@hotmail.com) author: Adrian Brock version: $Revision: 57198 $ |
Method Summary | |
public void | delete() | public void | setConnection(Connection con) Client-side temporary topics need a reference to the connection that
created them in case delete() is called. |
serialVersionUID | final static long serialVersionUID(Code) | | The serialVersionUID
|
SpyTemporaryTopic | public SpyTemporaryTopic(String topicName, ConnectionToken dc_)(Code) | | Create a new SpyTemporaryTopic
Parameters: topicName - the topic name Parameters: dc_ - the connection token |
delete | public void delete() throws JMSException(Code) | | |
setConnection | public void setConnection(Connection con)(Code) | | Client-side temporary topics need a reference to the connection that
created them in case delete() is called.
Parameters: con - the connection |
|
|
|