|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.notification.impl.DefaultMessageFactory
Constructor Summary | |
---|---|
DefaultMessageFactory(org.apache.avalon.framework.configuration.Configuration conf)
|
Method Summary | |
---|---|
void |
dispose()
|
Message |
newMessage(Any any)
create a Message wrapping a unstructured event. |
Message |
newMessage(Any any,
IProxyConsumer consumer)
create a Message wrapping an unstructured event. |
Message |
newMessage(Property[] props)
create a message wrapping a typed event. |
Message |
newMessage(java.lang.String interfaceName,
java.lang.String operationName,
NVList args,
IProxyConsumer consumer)
create a Message wrapping a typed event. |
Message |
newMessage(StructuredEvent structuredEvent)
create a message wrapping a structured event. |
Message |
newMessage(StructuredEvent structuredEvent,
IProxyConsumer consumer)
create a Message wrapping a structured event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultMessageFactory(org.apache.avalon.framework.configuration.Configuration conf)
Method Detail |
public void dispose()
dispose
in interface org.picocontainer.Disposable
public Message newMessage(Any any, IProxyConsumer consumer)
newMessage
in interface MessageFactory
public Message newMessage(StructuredEvent structuredEvent, IProxyConsumer consumer)
newMessage
in interface MessageFactory
public Message newMessage(java.lang.String interfaceName, java.lang.String operationName, NVList args, IProxyConsumer consumer)
newMessage
in interface MessageFactory
public Message newMessage(Property[] props)
newMessage
in interface MessageFactory
public Message newMessage(Any any)
newMessage
in interface MessageFactory
public Message newMessage(StructuredEvent structuredEvent)
newMessage
in interface MessageFactory
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |