|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IBroker in anima.connector.javalocal |
|---|
| Constructors in anima.connector.javalocal with parameters of type IBroker | |
|---|---|
JavaLocal1To1AssyncConnector(IAssyncSender sender,
IAssyncReceiver receiver,
IBroker broker)
The constructor receives tree parameters and it can to generate an exception Case receiver or sender be nulls an exception message will be generate |
|
JavaLocalConnectorFactory(IBroker broker)
Default constructor for create connector and uses the parameter |
|
| Uses of IBroker in anima.context |
|---|
| Methods in anima.context that return IBroker | |
|---|---|
IBroker |
CommunicationContext.getBroker()
Return a broker |
| Methods in anima.context with parameters of type IBroker | |
|---|---|
IConnectorFactory |
IComponentContext.createConnectorFactory(IBroker broker)
Creates a default connector factory. |
IConnectorFactory |
IComponentContext.createConnectorFactory(java.lang.String factoryType,
IBroker broker)
Creates a connector factory for a given type. |
void |
CommunicationContext.setBroker(IBroker broker)
Set a broker |
| Constructors in anima.context with parameters of type IBroker | |
|---|---|
CommunicationContext(IBroker broker,
IMessageFactory messageFactory,
IConnectorFactory connectorFactory)
Overloaded constructor |
|
| Uses of IBroker in anima.context.javalocal |
|---|
| Methods in anima.context.javalocal with parameters of type IBroker | |
|---|---|
IConnectorFactory |
JavaLocalContext.createConnectorFactory(IBroker broker)
Creates a default connector factory. |
IConnectorFactory |
JavaLocalContext.createConnectorFactory(java.lang.String factoryType,
IBroker broker)
Creates a connector factory for a given type. |
| Uses of IBroker in anima.message |
|---|
| Methods in anima.message that return IBroker | |
|---|---|
IBroker |
IMessageFactory.createBroker()
Creates an instance of a Broker, witch can dispatch a synchronous and asynchronous messages or even create an instance of a MessageFactory |
| Uses of IBroker in anima.message.javalocal |
|---|
| Classes in anima.message.javalocal that implement IBroker | |
|---|---|
class |
JavaLocalBroker
This class represents an instance of a broker, witch implements an IBroker and can dispatch synchronous and asynchronous messages |
| Methods in anima.message.javalocal that return IBroker | |
|---|---|
IBroker |
JavaLocalMessageFactory.createBroker()
|
| Uses of IBroker in examples.message.assyncpingpong01 |
|---|
| Constructors in examples.message.assyncpingpong01 with parameters of type IBroker | |
|---|---|
Ping(IMessageFactory factory,
IBroker broker,
IAssyncReceiver thePong)
Constructor default receives the parameters below: |
|
| Uses of IBroker in examples.message.assyncpingpong02 |
|---|
| Constructors in examples.message.assyncpingpong02 with parameters of type IBroker | |
|---|---|
Ping(IMessageFactory factory,
IBroker broker,
IAssyncReceiver thePong)
|
|
Pong(IMessageFactory factory,
IBroker broker)
|
|
| Uses of IBroker in examples.message.syncpingpong |
|---|
| Constructors in examples.message.syncpingpong with parameters of type IBroker | |
|---|---|
Ping(IMessageFactory factory,
IBroker broker,
ISyncReceiver thePong)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||