| |
|
| java.lang.Object org.jboss.ejb.plugins.local.BaseLocalProxyFactory
Inner Class :interface ClassLoaderAction | |
Inner Class :interface SecurityActions | |
Inner Class :interface TCLAction | |
beanMethodInvokerMap | protected Map beanMethodInvokerMap(Code) | | |
home | protected EJBLocalHome home(Code) | | |
homeMethodInvokerMap | protected Map homeMethodInvokerMap(Code) | | |
invokerMap | protected static Map invokerMap(Code) | | A map of the BaseLocalProxyFactory instances keyed by localJndiName
|
localJndiName | protected String localJndiName(Code) | | The JNDI name of the local home interface binding
|
log | protected static Logger log(Code) | | |
statelessObject | protected EJBLocalObject statelessObject(Code) | | |
transactionManager | protected TransactionManager transactionManager(Code) | | |
destroy | public void destroy()(Code) | | |
getEJBLocalHome | public EJBLocalHome getEJBLocalHome()(Code) | | |
getEntityEJBLocalObject | public EJBLocalObject getEntityEJBLocalObject(Object id, boolean create)(Code) | | |
getEntityEJBLocalObject | public EJBLocalObject getEntityEJBLocalObject(Object id)(Code) | | |
getStatefulSessionEJBLocalObject | public EJBLocalObject getStatefulSessionEJBLocalObject(Object id)(Code) | | |
getStatelessSessionEJBLocalObject | public EJBLocalObject getStatelessSessionEJBLocalObject()(Code) | | |
getTransaction | Transaction getTransaction() throws javax.transaction.SystemException(Code) | | Return the transaction associated with the current thread.
Returns null if the transaction manager was never
set, or if no transaction is associated with the current thread.
|
|
|
|