|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmoos.ssds.jms.Publisher
Facade over JMS publishing objects.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement. This information should not be published or distributed to third parties without specific written permission from MBARI.
Copyright 2003 MBARI. MBARI Proprietary Information. All rights reserved.
| Constructor Summary | |
Publisher()
|
|
Publisher(java.lang.String topicName)
Constructor. |
|
| Method Summary | |
void |
finalize()
|
java.lang.String |
getTopicname()
|
boolean |
isConnected()
|
boolean |
publish(java.io.Serializable obj)
|
boolean |
setTopicname(java.lang.String topicName)
Specifies the topic name to publish to. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Publisher(java.lang.String topicName)
public Publisher()
| Method Detail |
public boolean publish(java.io.Serializable obj)
public boolean setTopicname(java.lang.String topicName)
topicName -
javax.naming.NamingException
javax.jms.JMSExceptionpublic boolean isConnected()
public java.lang.String getTopicname()
public void finalize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||