当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
HomeInterceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.proxy.ejb
Class HomeInterceptor
java.lang.Object
org.jboss.proxy.Interceptor
org.jboss.proxy.ejb.GenericEJBInterceptor
org.jboss.proxy.ejb.HomeInterceptor
- All Implemented Interfaces:
- Externalizable, Serializable
- Direct Known Subclasses:
- StatelessSessionHomeInterceptor
- public class HomeInterceptor
- extends GenericEJBInterceptor
The client-side proxy for an EJB Home object.
- Version:
- $Revision: 1.9 $
- Author:
- Marc Fleury
- See Also:
- Serialized Form
Constructor Summary |
HomeInterceptor()
No-argument constructor for externalization. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_ARGS
protected static final Object[] EMPTY_ARGS
GET_EJB_META_DATA
protected static final Method GET_EJB_META_DATA
EJBHome.getEJBMetaData()
method reference.
GET_HOME_HANDLE
protected static final Method GET_HOME_HANDLE
EJBHome.getHomeHandle()
method reference.
REMOVE_BY_HANDLE
protected static final Method REMOVE_BY_HANDLE
EJBHome.remove(Handle)
method reference.
REMOVE_BY_PRIMARY_KEY
protected static final Method REMOVE_BY_PRIMARY_KEY
EJBHome.remove(Object)
method reference.
REMOVE_OBJECT
protected static final Method REMOVE_OBJECT
EJBObject.remove()
method reference.
HomeInterceptor
public HomeInterceptor()
- No-argument constructor for externalization.
invoke
public Object invoke(Invocation invocation)
throws Throwable
- InvocationHandler implementation.
- Specified by:
invoke
in class Interceptor
- Throws:
Throwable
- Any exception or error thrown while processing.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.