Interface | Description |
---|---|
RoleSensitive |
Used by
Callable -like objects to designate the intended recipient of the callable,
to help verify callables are running in JVMs that it is intended to run. |
Class | Description |
---|---|
CallableDecorator |
Decorator on
Callable.call() to filter the execution. |
Role |
Represents different roles two sides of the channel plays.
|
RoleChecker |
Verifies that the callable is getting run on the intended recipient.
|
Copyright © 2017. All rights reserved.