|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionException | |
---|---|
org.apache.shiro.subject | Components supporting the Subject interface, the most important concept in
Shiro's API. |
org.apache.shiro.subject.support | Concrete support implementations of most of the org.apache.shiro.subject interfaces. |
Uses of ExecutionException in org.apache.shiro.subject |
---|
Methods in org.apache.shiro.subject that throw ExecutionException | ||
---|---|---|
|
Subject.execute(Callable<V> callable)
Associates the specified Callable with this Subject instance and then executes it on the
currently running thread. |
Uses of ExecutionException in org.apache.shiro.subject.support |
---|
Methods in org.apache.shiro.subject.support that throw ExecutionException | ||
---|---|---|
|
DelegatingSubject.execute(Callable<V> callable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |