Package | Description |
---|---|
org.agilewiki.jactor.apc |
The apc package implements Asynchronous Procedure Calls (APC), or two-way messaging.
|
org.agilewiki.jactor.lpc |
Introducing JLPCActor--the Basic Actor
|
Modifier and Type | Field and Description |
---|---|
JARequest |
JARequest.sourceRequest |
Modifier and Type | Method and Description |
---|---|
JARequest |
JAPCMailbox.getCurrentRequest()
Returns the request message being processed.
|
JARequest |
APCMailbox.getCurrentRequest()
Returns the request message being processed.
|
JARequest |
JAResponse.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
JAPCMailbox.response(JARequest jaRequest,
Object unwrappedResponse)
_ReturnF the response for processing.
|
void |
APCMailbox.response(JARequest jaRequest,
Object unwrappedResponse) |
void |
JAPCMailbox.send(BufferedEventsDestination<JAMessage> destination,
JARequest request)
Buffer the request for subsequent sending.
|
void |
APCRequestSource.send(BufferedEventsDestination<JAMessage> destination,
JARequest japcRequest)
Sends a request to a mailbox.
|
void |
APCMailbox.send(BufferedEventsDestination<JAMessage> destination,
JARequest request)
Buffer the request for subsequent sending.
|
void |
JAPCMailbox.setCurrentRequest(JARequest currentRequest)
Assigns the request message to be processed.
|
void |
APCMailbox.setCurrentRequest(JARequest currentRequest)
Assigns the request message to be processed.
|
void |
JAResponse.setJAPCRequest(JARequest japcRequest)
Assign the request to which this is the response.
|
Modifier and Type | Method and Description |
---|---|
void |
JLPCActor.send(BufferedEventsDestination<JAMessage> destination,
JARequest japcRequest)
Sends a request to a mailbox.
|
Copyright © 2012. All Rights Reserved.