|
Annotation Types Summary |
| AnyThread |
An annotation indicating that a particular method in a class is safe to be called from any
thread. |
| AuthInvoker |
An annotation that identifies the invoker on which we do client authentication. |
| BlockingThread |
An annotation indicating that a particular method or all methods in a class (that are not
otherwise explicitly annotated) should only be called while on a servlet or invoker thread
(threads which allow blocking). |
| EventQueue |
An annotation that identifies the distributed object event dispatcher's RunQueue. |
| EventThread |
An annotation indicating that a particular method or all methods in a class (that are not
otherwise explicitly annotated) should only be called while on the distributed object event
dispatch thread. |
| MainInvoker |
An annotation that identifies the main Presents Invoker. |
| PeerInvoker |
An annotation that identifies the peer Invoker. |
| TransportHint |
An annotation indicating the type of transport desired for a distributed object
class, field, or method. |