当前页面:
在线文档首页 >
JBoss 3.2.7 j2ee API Documentation 英文版文档
Uses of Interface javax.jms.Topic (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档
Uses of Interface
javax.jms.Topic
Packages that use Topic |
javax.jms |
This is the basic contract for the Java Message Service - what JBossMQ
offers and clients can expect. |
Methods in javax.jms with parameters of type Topic |
TopicSubscriber |
TopicSession.createSubscriber(Topic topic)
|
TopicSubscriber |
TopicSession.createSubscriber(Topic topic,
String messageSelector,
boolean noLocal)
|
TopicSubscriber |
TopicSession.createDurableSubscriber(Topic topic,
String name)
|
TopicSubscriber |
TopicSession.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal)
|
TopicPublisher |
TopicSession.createPublisher(Topic topic)
|
void |
TopicPublisher.publish(Topic topic,
Message message)
|
void |
TopicPublisher.publish(Topic topic,
Message message,
int deliveryMode,
int priority,
long timeToLive)
|
ConnectionConsumer |
TopicConnection.createConnectionConsumer(Topic topic,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
|
ConnectionConsumer |
TopicConnection.createDurableConnectionConsumer(Topic topic,
String subscriptionName,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
|
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.