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

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


org.jboss.seam.ejb
Class SeamInterceptor

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

public class SeamInterceptor
extends SessionBeanInterceptor

Controller interceptor for server-side interceptors of EJB3 session bean components.

Author:
Gavin King
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.seam.intercept.SessionBeanInterceptor
COMPONENT
 
Constructor Summary
SeamInterceptor()
           
 
Method Summary
 
Methods inherited from class org.jboss.seam.intercept.SessionBeanInterceptor
aroundInvoke, postActivate, postConstruct, preDestroy, prePassivate
 
Methods inherited from class org.jboss.seam.intercept.RootInterceptor
getComponent, getComponentName, init, initNonSeamComponent, invoke, invokeAndHandle, isSeamComponent, postConstruct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamInterceptor

public SeamInterceptor()