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 |
---|---|
ExceptionHandler |
JARequest.sourceExceptionHandler |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
RequestProcessor.getExceptionHandler()
Returns the exception handler.
|
ExceptionHandler |
JAPCMailbox.getExceptionHandler()
Returns the exception handler.
|
ExceptionHandler |
APCMailbox.getExceptionHandler()
Returns the exception handler.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestProcessor.setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
void |
JAPCMailbox.setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
void |
APCMailbox.setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
RequestSource.getExceptionHandler()
Returns the exception handler.
|
ExceptionHandler |
JLPCActor.getExceptionHandler()
Returns the exception handler.
|
ExceptionHandler |
Internals.getExceptionHandler()
Returns the exception handler.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetActor.setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
void |
RequestSource.setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
void |
JLPCActor.setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
void |
Internals.setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
Copyright © 2012. All Rights Reserved.