当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
StatelessSessionHomeInterceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.proxy.ejb
Class StatelessSessionHomeInterceptor
java.lang.Object
org.jboss.proxy.Interceptor
org.jboss.proxy.ejb.GenericEJBInterceptor
org.jboss.proxy.ejb.HomeInterceptor
org.jboss.proxy.ejb.StatelessSessionHomeInterceptor
- All Implemented Interfaces:
- Externalizable, Serializable
- public class StatelessSessionHomeInterceptor
- extends HomeInterceptor
The client-side proxy for a stateless session Home object,
that caches the stateless session interface
- Version:
- $Revision: 1.2 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessSessionHomeInterceptor
public StatelessSessionHomeInterceptor()
- No-argument constructor for externalization.
invoke
public Object invoke(Invocation invocation)
throws Throwable
- Description copied from class:
HomeInterceptor
- InvocationHandler implementation.
- Overrides:
invoke
in class HomeInterceptor
- Throws:
Throwable
- Any exception or error thrown while processing.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.