|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SystemException in org.apache.openejb |
|---|
| Methods in org.apache.openejb that throw SystemException | |
|---|---|
void |
BeanContext.createMethodMap()
|
| Constructors in org.apache.openejb that throw SystemException | |
|---|---|
BeanContext(String id,
Context jndiContext,
ModuleContext moduleContext,
Class beanClass,
Class homeInterface,
Class remoteInterface,
Class localHomeInterface,
Class localInterface,
Class proxy,
Class serviceEndpointInterface,
List<Class> businessLocals,
List<Class> businessRemotes,
Class pkClass,
BeanType componentType,
boolean localBean)
|
|
BeanContext(String id,
Context jndiContext,
ModuleContext moduleContext,
Class beanClass,
Class mdbInterface,
Map<String,String> activationProperties)
|
|
| Uses of SystemException in org.apache.openejb.assembler.classic |
|---|
| Methods in org.apache.openejb.assembler.classic that throw SystemException | |
|---|---|
Context |
JndiEncBuilder.build(Map<String,Object> bindings)
|
| Uses of SystemException in org.apache.openejb.core |
|---|
| Methods in org.apache.openejb.core that throw SystemException | |
|---|---|
Context |
JndiFactory.createComponentContext(Map<String,Object> bindings)
|
| Uses of SystemException in org.apache.openejb.core.entity |
|---|
| Methods in org.apache.openejb.core.entity that throw SystemException | |
|---|---|
void |
EntityInstanceManager.discardInstance(ThreadContext callContext,
javax.ejb.EntityBean bean)
|
void |
EntityInstanceManager.freeInstance(ThreadContext callContext,
javax.ejb.EntityBean bean)
|
| Uses of SystemException in org.apache.openejb.core.ivm.naming |
|---|
| Methods in org.apache.openejb.core.ivm.naming that throw SystemException | |
|---|---|
Context |
IvmJndiFactory.createComponentContext(Map<String,Object> bindings)
|
| Uses of SystemException in org.apache.openejb.core.managed |
|---|
| Methods in org.apache.openejb.core.managed that throw SystemException | |
|---|---|
Object |
RAFPassivater.activate(Object primaryKey)
|
Object |
PassivationStrategy.activate(Object primaryKey)
|
Object |
SimplePassivater.activate(Object primaryKey)
|
void |
ManagedContainer.StatefulCacheListener.afterLoad(Instance instance)
|
void |
RAFPassivater.init(Properties props)
|
void |
PassivationStrategy.init(Properties props)
|
void |
SimplePassivater.init(Properties props)
|
void |
RAFPassivater.passivate(Map stateTable)
|
void |
PassivationStrategy.passivate(Map stateTable)
|
void |
SimplePassivater.passivate(Map hash)
|
void |
SimplePassivater.passivate(Object primaryKey,
Object state)
|
| Constructors in org.apache.openejb.core.managed that throw SystemException | |
|---|---|
ManagedContainer(Object id,
SecurityService securityService)
|
|
SimplePassivater()
|
|
| Uses of SystemException in org.apache.openejb.core.mdb |
|---|
| Methods in org.apache.openejb.core.mdb that throw SystemException | |
|---|---|
void |
MdbContainer.afterDelivery(Object instance)
|
void |
MdbContainer.beforeDelivery(BeanContext deployInfo,
Object instance,
Method method,
XAResource xaResource)
|
Object |
MdbContainer.invoke(Object instance,
Method method,
InterfaceType type,
Object... args)
|
| Uses of SystemException in org.apache.openejb.core.stateful |
|---|
| Methods in org.apache.openejb.core.stateful that throw SystemException | |
|---|---|
Object |
RAFPassivater.activate(Object primaryKey)
|
Object |
PassivationStrategy.activate(Object primaryKey)
|
Object |
SimplePassivater.activate(Object primaryKey)
|
void |
StatefulContainer.StatefulCacheListener.afterLoad(Instance instance)
|
void |
RAFPassivater.init(Properties props)
|
void |
PassivationStrategy.init(Properties props)
|
void |
SimplePassivater.init(Properties props)
|
void |
RAFPassivater.passivate(Map stateTable)
|
void |
PassivationStrategy.passivate(Map stateTable)
|
void |
SimplePassivater.passivate(Map hash)
|
void |
SimplePassivater.passivate(Object primaryKey,
Object state)
|
| Constructors in org.apache.openejb.core.stateful that throw SystemException | |
|---|---|
SimplePassivater()
|
|
| Uses of SystemException in org.apache.openejb.core.stateless |
|---|
| Methods in org.apache.openejb.core.stateless that throw SystemException | |
|---|---|
void |
StatelessInstanceManager.discardInstance(ThreadContext callContext,
Object bean)
This method is called to release the semaphore in case of the business method throwing a system exception |
| Uses of SystemException in org.apache.openejb.core.transaction |
|---|
| Methods in org.apache.openejb.core.transaction that throw SystemException | |
|---|---|
static void |
EjbTransactionUtil.afterInvoke(TransactionPolicy txPolicy,
ThreadContext threadContext)
Completes the specified TransactionPolicy and disassociates it from the specified ThreadContext. |
protected Transaction |
JtaTransactionPolicy.beginTransaction()
|
void |
TxNotSupported.commit()
|
void |
TxBeanManaged.commit()
|
void |
TxRequiresNew.commit()
|
void |
TransactionPolicy.commit()
Commits or rolls back this TransactionPolicy. |
void |
TxRequired.commit()
|
protected void |
JtaTransactionPolicy.completeTransaction(Transaction tx)
|
TransactionPolicy |
TransactionPolicyFactory.createTransactionPolicy(TransactionType type)
Creates and begins a TransactionPolicy for the specified TransactionType. |
TransactionPolicy |
JtaTransactionPolicyFactory.createTransactionPolicy(TransactionType type)
|
static TransactionPolicy |
EjbTransactionUtil.createTransactionPolicy(TransactionType type,
ThreadContext threadContext)
Creates a new TransctionPolicy of the specified type and associates it with the specified ThreadContext. |
void |
JtaTransactionPolicy.enlistResource(XAResource xaResource)
|
void |
TransactionPolicy.enlistResource(XAResource xaResource)
Enlists a XAResource in the actual active transaction. |
protected Transaction |
JtaTransactionPolicy.getTransaction()
|
protected void |
JtaTransactionPolicy.resumeTransaction(Transaction tx)
|
void |
BeanTransactionPolicy.resumeUserTransaction(BeanTransactionPolicy.SuspendedTransaction suspendedTransaction)
Resumes the transaction contained in the suspended transaction token. |
void |
TxBeanManaged.resumeUserTransaction(BeanTransactionPolicy.SuspendedTransaction suspendedTransaction)
|
protected void |
JtaTransactionPolicy.rollbackTransaction(Transaction tx)
|
protected Transaction |
JtaTransactionPolicy.suspendTransaction()
|
BeanTransactionPolicy.SuspendedTransaction |
BeanTransactionPolicy.suspendUserTransaction()
Syspends the bean managed transaction. |
BeanTransactionPolicy.SuspendedTransaction |
TxBeanManaged.suspendUserTransaction()
|
| Constructors in org.apache.openejb.core.transaction that throw SystemException | |
|---|---|
TxBeanManaged(TransactionManager transactionManager)
|
|
TxMandatory(TransactionManager transactionManager)
|
|
TxNever(TransactionManager transactionManager)
|
|
TxNotSupported(TransactionManager transactionManager)
|
|
TxRequired(TransactionManager transactionManager)
|
|
TxRequiresNew(TransactionManager transactionManager)
|
|
TxSupports(TransactionManager transactionManager)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||