Interface | Description |
---|---|
LocalCallInterceptor |
Represents an interceptor for local/synchronous method calls.
|
RemoteCallInterceptor<T extends RemoteCallContext> |
Represents an interceptor for asynchronous remote method calls.
|
Class | Description |
---|---|
RemoteCallContext |
Represents the context of an intercepted remote call.
|
Annotation Type | Description |
---|---|
FeatureInterceptor | |
InterceptedCall |
Indicates that calls to the annotated method will be intercepted by the specified interceptor(s).
|
InterceptsRemoteCall |
This annotation is used to indicate that a particular class should be
used as an interceptor for a remote interface (e.g.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.