当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
GenericEJBInterceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.proxy.ejb
Class GenericEJBInterceptor
java.lang.Object
org.jboss.proxy.Interceptor
org.jboss.proxy.ejb.GenericEJBInterceptor
- All Implemented Interfaces:
- Externalizable, Serializable
- Direct Known Subclasses:
- EntityInterceptor, HomeInterceptor, StatefulSessionInterceptor, StatelessSessionInterceptor
- public abstract class GenericEJBInterceptor
- extends Interceptor
- implements Externalizable
The base EJB behavior interceptor.
- Version:
- $Revision: 1.4 $
- Author:
- Marc Fleury, Scott.Stark@jboss.org
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TO_STRING
protected static final Method TO_STRING
HASH_CODE
protected static final Method HASH_CODE
EQUALS
protected static final Method EQUALS
GET_PRIMARY_KEY
protected static final Method GET_PRIMARY_KEY
GET_HANDLE
protected static final Method GET_HANDLE
GET_EJB_HOME
protected static final Method GET_EJB_HOME
IS_IDENTICAL
protected static final Method IS_IDENTICAL
GenericEJBInterceptor
public GenericEJBInterceptor()
- A public, no-args constructor for externalization to work.
getEJBHome
protected javax.ejb.EJBHome getEJBHome(Invocation invocation)
throws NamingException
- Throws:
NamingException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.