当前页面:
在线文档首页 >
JBoss 3.2.7 server API Documentation 英文版文档
StatefulSessionInstanceInterceptor (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档
org.jboss.ejb.plugins
Class StatefulSessionInstanceInterceptor
java.lang.Object
org.jboss.ejb.plugins.AbstractInterceptor
org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor
- All Implemented Interfaces:
- ContainerPlugin, Interceptor, org.jboss.system.Service
- public class StatefulSessionInstanceInterceptor
- extends AbstractInterceptor
This container acquires the given instance.
- Version:
- $Revision: 1.31.2.9 $
- Author:
- Rickard 锟絙erg, Marc Fleury, Bill Burke, Scott Stark
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.jboss.logging.Logger log
- Instance logger.
container
protected StatefulSessionContainer container
StatefulSessionInstanceInterceptor
public StatefulSessionInstanceInterceptor()
setContainer
public void setContainer(Container container)
- Description copied from interface:
ContainerPlugin
- This callback is set by the container so that the plugin may access it
- Specified by:
setContainer
in interface ContainerPlugin
- Overrides:
setContainer
in class AbstractInterceptor
getContainer
public Container getContainer()
- Overrides:
getContainer
in class AbstractInterceptor
invokeHome
public Object invokeHome(Invocation mi)
throws Exception
- Description copied from interface:
Interceptor
- ???
- Specified by:
invokeHome
in interface Interceptor
- Overrides:
invokeHome
in class AbstractInterceptor
- Throws:
Exception
register
protected void register(EnterpriseContext ctx,
Transaction tx,
BeanLock lock)
invoke
public Object invoke(Invocation mi)
throws Exception
- Description copied from interface:
Interceptor
- ???
- Specified by:
invoke
in interface Interceptor
- Overrides:
invoke
in class AbstractInterceptor
- Throws:
Exception
isCallAllowed
protected boolean isCallAllowed(Invocation mi)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.