|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IMessageFactory in anima.component |
|---|
| Methods in anima.component with parameters of type IMessageFactory | |
|---|---|
void |
IComponentMessageDriven.assignMessageFactory(IMessageFactory messageFactory)
Method that assign an Factory of Message public void assignMessageFactory(IMessageFactory messageFactory); |
void |
IComponentFactory.assignMessageFactory(IMessageFactory messageFactory)
Assign an message factory that will be used to component. |
| Uses of IMessageFactory in anima.component.javalocal |
|---|
| Methods in anima.component.javalocal with parameters of type IMessageFactory | |
|---|---|
void |
JavaLocalComponentFactory.assignMessageFactory(IMessageFactory messageFactory)
Assign an message factory that will be used to component. |
| Uses of IMessageFactory in anima.context |
|---|
| Methods in anima.context that return IMessageFactory | |
|---|---|
IMessageFactory |
IComponentContext.createMessageFactory()
Creates a default message factory. |
IMessageFactory |
IComponentContext.createMessageFactory(java.lang.String factoryType)
Creates a message factory for a given type. |
IMessageFactory |
CommunicationContext.getMessageFactory()
Return a message. |
| Methods in anima.context with parameters of type IMessageFactory | |
|---|---|
void |
CommunicationContext.setMessageFactory(IMessageFactory messageFactory)
Set a messageFactory |
| Constructors in anima.context with parameters of type IMessageFactory | |
|---|---|
CommunicationContext(IBroker broker,
IMessageFactory messageFactory,
IConnectorFactory connectorFactory)
Overloaded constructor |
|
| Uses of IMessageFactory in anima.context.javalocal |
|---|
| Methods in anima.context.javalocal that return IMessageFactory | |
|---|---|
IMessageFactory |
JavaLocalContext.createMessageFactory()
Creates a default message factory. |
IMessageFactory |
JavaLocalContext.createMessageFactory(java.lang.String factoryType)
Creates a message factory for a given type. |
| Uses of IMessageFactory in anima.message |
|---|
| Methods in anima.message that return IMessageFactory | |
|---|---|
IMessageFactory |
IBroker.getMessageFactory()
Return an Factory of Messages. |
| Uses of IMessageFactory in anima.message.javalocal |
|---|
| Classes in anima.message.javalocal that implement IMessageFactory | |
|---|---|
class |
JavaLocalMessageFactory
This class represents an implementation of a message factory interface |
| Methods in anima.message.javalocal that return IMessageFactory | |
|---|---|
IMessageFactory |
JavaLocalBroker.getMessageFactory()
|
| Constructors in anima.message.javalocal with parameters of type IMessageFactory | |
|---|---|
JavaLocalBroker(IMessageFactory messageFactory)
|
|
| Uses of IMessageFactory in examples.message.assyncpingpong01 |
|---|
| Constructors in examples.message.assyncpingpong01 with parameters of type IMessageFactory | |
|---|---|
Ping(IMessageFactory factory,
IBroker broker,
IAssyncReceiver thePong)
Constructor default receives the parameters below: |
|
| Uses of IMessageFactory in examples.message.assyncpingpong02 |
|---|
| Constructors in examples.message.assyncpingpong02 with parameters of type IMessageFactory | |
|---|---|
Ping(IMessageFactory factory,
IBroker broker,
IAssyncReceiver thePong)
|
|
Pong(IMessageFactory factory,
IBroker broker)
|
|
| Uses of IMessageFactory in examples.message.syncpingpong |
|---|
| Constructors in examples.message.syncpingpong with parameters of type IMessageFactory | |
|---|---|
Ping(IMessageFactory factory,
IBroker broker,
ISyncReceiver thePong)
|
|
Pong(IMessageFactory factory)
|
|
| Uses of IMessageFactory in examples.statistics.v03 |
|---|
| Methods in examples.statistics.v03 with parameters of type IMessageFactory | |
|---|---|
void |
StatisticsComponentSyncMessage.assignMessageFactory(IMessageFactory messageFactory)
|
| Uses of IMessageFactory in examples.statistics.v04 |
|---|
| Methods in examples.statistics.v04 with parameters of type IMessageFactory | |
|---|---|
void |
StatisticsConsumerComponentSyncMessage.assignMessageFactory(IMessageFactory messageFactory)
|
| Uses of IMessageFactory in examples.statistics.v05 |
|---|
| Methods in examples.statistics.v05 with parameters of type IMessageFactory | |
|---|---|
void |
StatisticsConsumerComponentAssyncMessage.assignMessageFactory(IMessageFactory messageFactory)
|
void |
StatisticsComponentAssyncMessage.assignMessageFactory(IMessageFactory messageFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||