Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.jms.TopicPublisher

Uses of TopicPublisher in javax.jms
 

Fields in javax.jms declared as TopicPublisher
private  TopicPublisher TopicRequestor.publisher
           
 

Methods in javax.jms that return TopicPublisher
 TopicPublisher TopicSession.createPublisher(Topic topic)
           
private  TopicPublisher TopicRequestor.getPublisher()
           
 

Methods in javax.jms with parameters of type TopicPublisher
private  void TopicRequestor.setPublisher(TopicPublisher publisher)