Uses of Interface
javax.jms.TopicPublisher
-
-
Uses of TopicPublisher in javax.jms
Fields in javax.jms declared as TopicPublisher Modifier and Type Field Description private TopicPublisher
TopicRequestor. publisher
Methods in javax.jms that return TopicPublisher Modifier and Type Method Description TopicPublisher
TopicSession. createPublisher(Topic topic)
private TopicPublisher
TopicRequestor. getPublisher()
Methods in javax.jms with parameters of type TopicPublisher Modifier and Type Method Description private void
TopicRequestor. setPublisher(TopicPublisher publisher)
-