Este conteúdo não está disponível no idioma selecionado.

29.8. Annotations for Seam interceptors


The following annotations appear on Seam interceptor classes.
Please refer to the documentation for the EJB3 specification for information about the annotations required to define EJB interceptors.
@Interceptor
@Interceptor(stateless=true)
Copy to Clipboard Toggle word wrap
Specifies that this interceptor is stateless and Seam may optimize replication.
@Interceptor(type=CLIENT)
Copy to Clipboard Toggle word wrap
Specifies that this interceptor is a "client-side" interceptor, called prior to the EJB container.
@Interceptor(around={SomeInterceptor.class, OtherInterceptor.class})
Copy to Clipboard Toggle word wrap
Specifies that this interceptor is positioned higher in the stack than the given interceptors.
@Interceptor(within={SomeInterceptor.class, OtherInterceptor.class})
Copy to Clipboard Toggle word wrap
Specifies that this interceptor is positioned deeper in the stack than the given interceptors.
Voltar ao topo
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2025 Red Hat