当前页面:
在线文档首页 >
JBoss Seam 1.0.0 API 英文版文档
SeamInterceptor (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档
org.jboss.seam.ejb
Class SeamInterceptor
java.lang.Object
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.34 $
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamInterceptor
public SeamInterceptor()
aroundInvoke
public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
throws Exception
- Throws:
Exception
aroundInvokeInContexts
public Object aroundInvokeInContexts(javax.interceptor.InvocationContext invocation)
throws Exception
- Throws:
Exception