|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ejb.deployment.api.BeanDesc
org.objectweb.jonas_ejb.deployment.api.SessionDesc
org.objectweb.jonas_ejb.deployment.api.SessionStatelessDesc
class to hold meta-information related to a stateless session bean.
Field Summary |
Fields inherited from class org.objectweb.jonas_ejb.deployment.api.SessionDesc |
transactionType |
Fields inherited from class org.objectweb.jonas_ejb.deployment.api.BeanDesc |
BEAN_TRANSACTION_TYPE, cacheMax, CONTAINER_TRANSACTION_TYPE, deploymentDesc, derivedBeanName, displayName, ejb10EnvProps, ejbClass, ejbLocalRefDesc, ejbName, ejbRefDesc, envEntryDesc, fileName, fullDerivedBeanName, home, jndiName, local, localhome, logger, poolMin, remote, resourceEnvRefDesc, resourceRefDesc, securityRoleRef, serviceRefs, TRANS |
Constructor Summary | |
SessionStatelessDesc(java.lang.ClassLoader classLoader,
org.objectweb.jonas_ejb.deployment.xml.Session ses,
org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor asd,
org.objectweb.jonas_ejb.deployment.xml.JonasSession jSes,
java.lang.String filename)
constructor: called when the DeploymentDescriptor is read. |
Method Summary | |
void |
check()
Check that the bean descriptor is valid |
Methods inherited from class org.objectweb.jonas_ejb.deployment.api.SessionDesc |
checkTxAttribute, getSessionTimeout, getTransactionType, isBeanManagedTransaction, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SessionStatelessDesc(java.lang.ClassLoader classLoader, org.objectweb.jonas_ejb.deployment.xml.Session ses, org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor asd, org.objectweb.jonas_ejb.deployment.xml.JonasSession jSes, java.lang.String filename) throws DeploymentDescException
Method Detail |
public void check() throws DeploymentDescException
check
in class SessionDesc
DeploymentDescException
- thrown for non-valid bean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |