当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
OptimizedInterceptor (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.interceptors
Interface OptimizedInterceptor
- All Known Implementing Classes: 
- AbstractInterceptor, AsynchronousInterceptor, BijectionInterceptor, BusinessProcessInterceptor, ConversationalInterceptor, ConversationInterceptor, EventInterceptor, ManagedEntityIdentityInterceptor, MethodContextInterceptor, RemoveInterceptor, RollbackInterceptor, SecurityInterceptor, SynchronizationInterceptor, TransactionInterceptor, ValidationInterceptor
- public interface OptimizedInterceptor 
 
aroundInvoke
Object aroundInvoke(InvocationContext ic)
                    throws Exception
- 
- Throws:
- Exception