org.jacorb.notification
Class MessageFactory

java.lang.Object
  extended by org.jacorb.notification.MessageFactory
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, Disposable

public class MessageFactory
extends java.lang.Object
implements Disposable, org.apache.avalon.framework.configuration.Configurable

Version:
$Id: MessageFactory.java,v 1.10 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Constructor Summary
MessageFactory()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
 void dispose()
          Dispose this Object.
 Message newMessage(Any any)
           
 Message newMessage(Any any, AbstractProxyConsumerI consumer)
           
 Message newMessage(StructuredEvent structuredEvent)
           
 Message newMessage(StructuredEvent structuredEvent, AbstractProxyConsumerI consumer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageFactory

public MessageFactory()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration conf)
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable

dispose

public void dispose()
Description copied from interface: Disposable
Dispose this Object. Free all associated Ressources allocated by this Object. The Object may not be used after a call to dispose.

Specified by:
dispose in interface Disposable

newMessage

public Message newMessage(Any any,
                          AbstractProxyConsumerI consumer)

newMessage

public Message newMessage(StructuredEvent structuredEvent,
                          AbstractProxyConsumerI consumer)

newMessage

public Message newMessage(Any any)

newMessage

public Message newMessage(StructuredEvent structuredEvent)