Uses of Interface
org.refcodes.remoting.Message

  • Uses of Message in org.refcodes.remoting

    Subinterfaces of Message in org.refcodes.remoting
    Modifier and Type
    Interface
    Description
    interface 
    The Interface ClientMessage.
    interface 
    The Interface ServerMessage.
    Methods in org.refcodes.remoting with parameters of type Message
    Modifier and Type
    Method
    Description
    protected void
    RemoteClient.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
    RemoteServer.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
    RemoteClient.doSendJob(Message aJob)
    For testing purposes, any job can be manually pushed into the job process to the receiver.
    protected void
    RemoteServer.doSendJob(Message aJob)
    For testing purposes, any job can be manually pushed into the job process to the receiver.