站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.1 API 英文版文档

SeamInterceptor (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档


org.jboss.seam.ejb
Class SeamInterceptor

java.lang.Object
  extended by org.jboss.seam.ejb.SeamInterceptor
All Implemented Interfaces:
Serializable

public class SeamInterceptor
extends Object
implements Serializable

Interceptor for bijection and conversation scope management for a session bean component

Version:
$Revision: 1.36 $
Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
SeamInterceptor()
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext invocation)
           
 Object aroundInvokeInContexts(javax.interceptor.InvocationContext invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamInterceptor

public SeamInterceptor()
Method Detail

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
                    throws Exception
Throws:
Exception

aroundInvokeInContexts

public Object aroundInvokeInContexts(javax.interceptor.InvocationContext invocation)
                              throws Exception
Throws:
Exception