| |
|
| org.jboss.ejb.Container org.jboss.ejb.SessionContainer org.jboss.ejb.StatefulSessionContainer
Inner Class :class ContainerInterceptor extends AbstractContainerInterceptor | |
createInstanceCache | protected void createInstanceCache() throws Exception(Code) | | creates and registers the instance cache
|
createPersistenceManager | protected void createPersistenceManager() throws Exception(Code) | | create persistence manager
|
destroyInstanceCache | protected void destroyInstanceCache()(Code) | | |
destroyPersistenceManager | protected void destroyPersistenceManager()(Code) | | |
getMethodPermissions | public Set getMethodPermissions(Method m, InvocationType iface)(Code) | | Override getMethodPermissions to work around the fact that stateful
session handles obtain their ejb objects by doing an invocation on the
container as a home method invocation using the Handle.getEJBObject
method.
Parameters: m - Parameters: iface - |
startInstanceCache | protected void startInstanceCache() throws Exception(Code) | | Start instance cache
|
startPersistenceManager | protected void startPersistenceManager() throws Exception(Code) | | Start persistence
|
stopInstanceCache | protected void stopInstanceCache()(Code) | | Stop instance cache
|
stopPersistenceManager | protected void stopPersistenceManager()(Code) | | Stop persistence
|
|
|
|