Parameter | Type | Applicability | Description | Mandatory |
invalidate | boolean | Mark this method as invalidating. Remote Facade will
fire callbacks and zap caches. Use on methods which change EJB or create/remove
entities. Note: Setting this to true will have no effect for facade methods
which cache their result.
|
Mark this method as invalidating. Remote Facade will
set off callbacks and clear caches. Use on methods that change EJBs, or create
or remove entities. The default value is
Note: Setting this to true will have no effect for
facade methods that cache their results.
|
false |
cache | boolean | Sets up result caching for this method result. This
has no effect on void methods. The default value is
|
false | |
immutable | boolean | If value is immutable, it will
be never invalidated. This has no effect on void methods. The default value
is
|
false |