|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SystemException in org.apache.openejb.core |
---|
Methods in org.apache.openejb.core that throw SystemException | |
---|---|
javax.naming.Context |
JndiFactory.createComponentContext(java.util.Map<java.lang.String,java.lang.Object> bindings)
|
void |
CoreDeploymentInfo.createMethodMap()
|
Constructors in org.apache.openejb.core that throw SystemException | |
---|---|
CoreDeploymentInfo(DeploymentContext context,
java.lang.Class beanClass,
java.lang.Class homeInterface,
java.lang.Class remoteInterface,
java.lang.Class localHomeInterface,
java.lang.Class localInterface,
java.lang.Class serviceEndpointInterface,
java.util.List<java.lang.Class> businessLocals,
java.util.List<java.lang.Class> businessRemotes,
java.lang.Class pkClass,
BeanType componentType)
|
|
CoreDeploymentInfo(DeploymentContext context,
java.lang.Class beanClass,
java.lang.Class mdbInterface,
java.util.Map<java.lang.String,java.lang.String> activationProperties)
|
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 | |
---|---|
javax.naming.Context |
IvmJndiFactory.createComponentContext(java.util.Map<java.lang.String,java.lang.Object> bindings)
|
Uses of SystemException in org.apache.openejb.core.managed |
---|
Methods in org.apache.openejb.core.managed that throw SystemException | |
---|---|
java.lang.Object |
PassivationStrategy.activate(java.lang.Object primaryKey)
|
java.lang.Object |
SimplePassivater.activate(java.lang.Object primaryKey)
|
java.lang.Object |
RAFPassivater.activate(java.lang.Object primaryKey)
|
void |
ManagedContainer.StatefulCacheListener.afterLoad(Instance instance)
|
void |
PassivationStrategy.init(java.util.Properties props)
|
void |
SimplePassivater.init(java.util.Properties props)
|
void |
RAFPassivater.init(java.util.Properties props)
|
void |
PassivationStrategy.passivate(java.util.Map stateTable)
|
void |
SimplePassivater.passivate(java.util.Map hash)
|
void |
RAFPassivater.passivate(java.util.Map stateTable)
|
void |
SimplePassivater.passivate(java.lang.Object primaryKey,
java.lang.Object state)
|
Constructors in org.apache.openejb.core.managed that throw SystemException | |
---|---|
ManagedContainer(java.lang.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(java.lang.Object instance)
|
void |
MdbContainer.beforeDelivery(CoreDeploymentInfo deployInfo,
java.lang.Object instance,
java.lang.reflect.Method method,
javax.transaction.xa.XAResource xaResource)
|
java.lang.Object |
MdbContainer.invoke(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object... args)
|
Uses of SystemException in org.apache.openejb.core.stateful |
---|
Methods in org.apache.openejb.core.stateful that throw SystemException | |
---|---|
java.lang.Object |
PassivationStrategy.activate(java.lang.Object primaryKey)
|
java.lang.Object |
SimplePassivater.activate(java.lang.Object primaryKey)
|
java.lang.Object |
RAFPassivater.activate(java.lang.Object primaryKey)
|
void |
StatefulContainer.StatefulCacheListener.afterLoad(Instance instance)
|
void |
PassivationStrategy.init(java.util.Properties props)
|
void |
SimplePassivater.init(java.util.Properties props)
|
void |
RAFPassivater.init(java.util.Properties props)
|
void |
PassivationStrategy.passivate(java.util.Map stateTable)
|
void |
SimplePassivater.passivate(java.util.Map hash)
|
void |
RAFPassivater.passivate(java.util.Map stateTable)
|
void |
SimplePassivater.passivate(java.lang.Object primaryKey,
java.lang.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,
java.lang.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 javax.transaction.Transaction |
JtaTransactionPolicy.beginTransaction()
|
void |
TransactionPolicy.commit()
Commits or rolls back this TransactionPolicy. |
void |
TxBeanManaged.commit()
|
void |
TxRequired.commit()
|
void |
TxRequiresNew.commit()
|
void |
TxNotSupported.commit()
|
protected void |
JtaTransactionPolicy.completeTransaction(javax.transaction.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(javax.transaction.xa.XAResource xaResource)
|
void |
TransactionPolicy.enlistResource(javax.transaction.xa.XAResource xaResource)
Enlists a XAResource in the actual active transaction. |
protected javax.transaction.Transaction |
JtaTransactionPolicy.getTransaction()
|
protected void |
JtaTransactionPolicy.resumeTransaction(javax.transaction.Transaction tx)
|
void |
TxBeanManaged.resumeUserTransaction(BeanTransactionPolicy.SuspendedTransaction suspendedTransaction)
|
void |
BeanTransactionPolicy.resumeUserTransaction(BeanTransactionPolicy.SuspendedTransaction suspendedTransaction)
Resumes the transaction contained in the suspended transaction token. |
protected void |
JtaTransactionPolicy.rollbackTransaction(javax.transaction.Transaction tx)
|
protected javax.transaction.Transaction |
JtaTransactionPolicy.suspendTransaction()
|
BeanTransactionPolicy.SuspendedTransaction |
TxBeanManaged.suspendUserTransaction()
|
BeanTransactionPolicy.SuspendedTransaction |
BeanTransactionPolicy.suspendUserTransaction()
Syspends the bean managed transaction. |
Constructors in org.apache.openejb.core.transaction that throw SystemException | |
---|---|
TxBeanManaged(javax.transaction.TransactionManager transactionManager)
|
|
TxMandatory(javax.transaction.TransactionManager transactionManager)
|
|
TxNever(javax.transaction.TransactionManager transactionManager)
|
|
TxNotSupported(javax.transaction.TransactionManager transactionManager)
|
|
TxRequired(javax.transaction.TransactionManager transactionManager)
|
|
TxRequiresNew(javax.transaction.TransactionManager transactionManager)
|
|
TxSupports(javax.transaction.TransactionManager transactionManager)
|
Uses of SystemException in org.apache.openejb.spring |
---|
Methods in org.apache.openejb.spring that throw SystemException | |
---|---|
void |
SpringTransactionPolicy.commit()
|
TransactionPolicy |
SpringTransactionPolicyFactory.createTransactionPolicy(TransactionType type)
|
void |
SpringTransactionPolicy.enlistResource(javax.transaction.xa.XAResource xaResource)
|
void |
SpringBeanTransactionPolicy.resumeUserTransaction(BeanTransactionPolicy.SuspendedTransaction suspendedTransaction)
|
BeanTransactionPolicy.SuspendedTransaction |
SpringBeanTransactionPolicy.suspendUserTransaction()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |