Movatterモバイル変換


[0]ホーム

URL:


         


Interface TemporaryTopic

All Superinterfaces:
Destination,Topic

public interfaceTemporaryTopic
extendsTopic

ATemporaryTopic object is a uniqueTopic object created for the duration of aTopicConnection. It is a system-defined topic that can be consumed only by theTopicConnection that created it.

See Also:
TopicSession.createTemporaryTopic()

delete()
          Deletes this temporary topic.
 
Methods inherited from interface javax.jms.Topic
getTopicName,toString
 

delete

public voiddelete()            throwsJMSException
Deletes this temporary topic. If there are existing subscribers still using it, aJMSException will be thrown.
Throws:
JMSException - if the JMS provider fails to delete the temporary topic due to some internal error.

         


[8]ページ先頭

©2009-2025 Movatter.jp