org.apache.log.output.jms
Class JMSTopicTarget

java.lang.Object
  |
  +--org.apache.log.output.AbstractTarget
        |
        +--org.apache.log.output.jms.AbstractJMSTarget
              |
              +--org.apache.log.output.jms.JMSTopicTarget
All Implemented Interfaces:
ErrorAware, LogTarget

public class JMSTopicTarget
extends AbstractJMSTarget

A target that writes to a JMS Topic.

Author:
Peter Donald

Constructor Summary
JMSTopicTarget(MessageBuilder builder, TopicConnectionFactory factory, Topic topic)
           
JMSTopicTarget(MessageBuilder builder, TopicConnectionFactory factory, Topic topic, ErrorHandler handler)
           
 
Method Summary
protected  void closeConnection()
           
protected  Session getSession()
           
protected  void openConnection()
           
protected  void send(Message message)
           
 
Methods inherited from class org.apache.log.output.jms.AbstractJMSTarget
close, doProcessEvent, open
 
Methods inherited from class org.apache.log.output.AbstractTarget
error, getErrorHandler, isOpen, processEvent, setErrorHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSTopicTarget

public JMSTopicTarget(MessageBuilder builder,
                      TopicConnectionFactory factory,
                      Topic topic)

JMSTopicTarget

public JMSTopicTarget(MessageBuilder builder,
                      TopicConnectionFactory factory,
                      Topic topic,
                      ErrorHandler handler)
Method Detail

send

protected void send(Message message)
Specified by:
send in class AbstractJMSTarget

getSession

protected Session getSession()
Specified by:
getSession in class AbstractJMSTarget

openConnection

protected void openConnection()
Specified by:
openConnection in class AbstractJMSTarget

closeConnection

protected void closeConnection()
Specified by:
closeConnection in class AbstractJMSTarget


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.