|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axonframework.examples.addressbook.web.impl.CommandReceiverImpl
@Service(value="commandReceiver") @RemotingDestination(channels="my-amf") public class CommandReceiverImpl
Implementation of the CommandReceiver interface to be used as an endpoint for flex clients
| Constructor Summary | |
|---|---|
CommandReceiverImpl(CommandBus commandBus)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
sendCommand(java.lang.Object command)
Send a new command to the command bus. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandReceiverImpl(CommandBus commandBus)
| Method Detail |
|---|
@RemotingInclude public java.lang.Object sendCommand(java.lang.Object command)
CommandReceiver
sendCommand in interface CommandReceivercommand - Object representing the command to be dispatched to the command bus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||