|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ConcurrentAccess
Annotation that controls concurrent access to WS Resources
on a web method level.
Thus, read-only methods like GetResourceProperty() can be
executed concurrently, while for others such as SetResourceProperty()
the WS Resource will be locked.
This annotation is evaluated in PersistenceSettings.getConcurrentMethodNames().
It is evaluated for base classes first, thus subclasses can override the behaviour
specified by the base class.
PersistenceSettings,
WSRFInvoker.getServiceObject(org.codehaus.xfire.MessageContext)| Optional Element Summary | |
|---|---|
boolean |
allow
this flag controls whether concurrent access is allowed. |
public abstract boolean allow
true
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||