org.jacorb.notification
Class MessageFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageFactory
public MessageFactory()
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)