当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
StatelessSessionInterceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.proxy.ejb
Class StatelessSessionInterceptor
java.lang.Object
org.jboss.proxy.Interceptor
org.jboss.proxy.ejb.GenericEJBInterceptor
org.jboss.proxy.ejb.StatelessSessionInterceptor
- All Implemented Interfaces:
- Externalizable, Serializable
- public class StatelessSessionInterceptor
- extends GenericEJBInterceptor
An EJB stateless session bean proxy class.
- Version:
- $Revision: 1.7 $
- Author:
- Marc Fleury
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessSessionInterceptor
public StatelessSessionInterceptor()
- 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.