-
Methods in org.refcodes.remoting with parameters of type Message
| Modifier and Type |
Method |
Description |
protected void |
RemoteClientImpl.digest(Message aJob) |
The AbstractRemote.digest(Message) method is invoked in order to trigger
processing of the provided Message, e.g. start execution
depending on the Message instance being provided from the
outside.
|
void |
RemoteServerImpl.digest(Message aJob) |
The AbstractRemote.digest(Message) method is invoked in order to trigger
processing of the provided Message, e.g. start execution
depending on the Message instance being provided from the
outside.
|
protected void |
RemoteClientImpl.doSendJob(Message aJob) |
For testing purposes, any job can be manually pushed into the job process
to the receiver.
|
protected void |
RemoteServerImpl.doSendJob(Message aJob) |
For testing purposes, any job can be manually pushed into the job process
to the receiver.
|