|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SystemException in org.apache.openejb.core |
---|
Methods in org.apache.openejb.core that throw SystemException | |
---|---|
Context |
JndiFactory.createComponentContext(Map<String,Object> bindings)
|
void |
CoreDeploymentInfo.createMethodMap()
|
Constructors in org.apache.openejb.core that throw SystemException | |
---|---|
CoreDeploymentInfo(DeploymentContext context,
Class beanClass,
Class homeInterface,
Class remoteInterface,
Class localHomeInterface,
Class localInterface,
Class serviceEndpointInterface,
List<Class> businessLocals,
List<Class> businessRemotes,
Class pkClass,
BeanType componentType)
|
|
CoreDeploymentInfo(DeploymentContext context,
Class beanClass,
Class mdbInterface,
Map<String,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 | |
---|---|
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 |
PassivationStrategy.activate(Object primaryKey)
|
Object |
SimplePassivater.activate(Object primaryKey)
|
Object |
RAFPassivater.activate(Object primaryKey)
|
void |
ManagedContainer.StatefulCacheListener.afterLoad(Instance instance)
|
void |
PassivationStrategy.init(Properties props)
|
void |
SimplePassivater.init(Properties props)
|
void |
RAFPassivater.init(Properties props)
|
void |
PassivationStrategy.passivate(Map stateTable)
|
void |
SimplePassivater.passivate(Map hash)
|
void |
RAFPassivater.passivate(Map stateTable)
|
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(CoreDeploymentInfo deployInfo,
Object instance,
Method method,
XAResource xaResource)
|
Object |
MdbContainer.invoke(Object instance,
Method method,
Object... args)
|
Uses of SystemException in org.apache.openejb.core.stateful |
---|
Methods in org.apache.openejb.core.stateful that throw SystemException | |
---|---|
Object |
PassivationStrategy.activate(Object primaryKey)
|
Object |
SimplePassivater.activate(Object primaryKey)
|
Object |
RAFPassivater.activate(Object primaryKey)
|
void |
StatefulContainer.StatefulCacheListener.afterLoad(Instance instance)
|
void |
PassivationStrategy.init(Properties props)
|
void |
SimplePassivater.init(Properties props)
|
void |
RAFPassivater.init(Properties props)
|
void |
PassivationStrategy.passivate(Map stateTable)
|
void |
SimplePassivater.passivate(Map hash)
|
void |
RAFPassivater.passivate(Map stateTable)
|
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 |
TransactionPolicy.commit()
Commits or rolls back this TransactionPolicy. |
void |
TxBeanManaged.commit()
|
void |
TxRequired.commit()
|
void |
TxRequiresNew.commit()
|
void |
TxNotSupported.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 |
TxBeanManaged.resumeUserTransaction(BeanTransactionPolicy.SuspendedTransaction suspendedTransaction)
|
void |
BeanTransactionPolicy.resumeUserTransaction(BeanTransactionPolicy.SuspendedTransaction suspendedTransaction)
Resumes the transaction contained in the suspended transaction token. |
protected void |
JtaTransactionPolicy.rollbackTransaction(Transaction tx)
|
protected 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(TransactionManager transactionManager)
|
|
TxMandatory(TransactionManager transactionManager)
|
|
TxNever(TransactionManager transactionManager)
|
|
TxNotSupported(TransactionManager transactionManager)
|
|
TxRequired(TransactionManager transactionManager)
|
|
TxRequiresNew(TransactionManager transactionManager)
|
|
TxSupports(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(XAResource xaResource)
|
void |
SpringBeanTransactionPolicy.resumeUserTransaction(BeanTransactionPolicy.SuspendedTransaction suspendedTransaction)
|
BeanTransactionPolicy.SuspendedTransaction |
SpringBeanTransactionPolicy.suspendUserTransaction()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |