org.objectweb.jonas_ejb.deployment.api
Class SessionStatefulDesc

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.deployment.api.BeanDesc
        |
        +--org.objectweb.jonas_ejb.deployment.api.SessionDesc
              |
              +--org.objectweb.jonas_ejb.deployment.api.SessionStatefulDesc

public class SessionStatefulDesc
extends SessionDesc

class to hold meta-information related to a stateful session bean. At this stage, this is only a tagger class.

Author:
Christophe Ney [cney@batisseurs.com]

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, CONTAINER_TRANSACTION_TYPE, deploymentDesc, derivedBeanName, displayName, ejb10EnvProps, ejbClass, ejbLocalRefDesc, ejbName, ejbRefDesc, envEntryDesc, fullDerivedBeanName, home, jndiName, local, localhome, remote, resourceEnvRefDesc, resourceRefDesc, securityRoleRef, TRANS
 
Constructor Summary
SessionStatefulDesc(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)
          constructor: called when the DeploymentDescriptor is read.
 
Methods inherited from class org.objectweb.jonas_ejb.deployment.api.SessionDesc
check, checkTxAttribute, getSessionTimeout, getTransactionType, isBeanManagedTransaction, toString
 
Methods inherited from class org.objectweb.jonas_ejb.deployment.api.BeanDesc
addMethodDesc, checkRemoteException, getDeploymentDesc, getDerivedBeanName, getDisplayName, getEjb10Environment, getEjbClass, getEjbLocalRefDesc, getEjbName, getEjbRefDesc, getEnvEntryDesc, getFullDerivedBeanName, getFullWrpHandleName, getFullWrpHomeName, getFullWrpLocalHomeName, getFullWrpLocalName, getFullWrpRemoteName, getHomeClass, getIdentifierFromEjbName, getJndiLocalName, getJndiName, getLocalClass, getLocalHomeClass, getMethodDesc, getMethodDesc, getMethodDescIterator, getRemoteClass, getResourceEnvRefDesc, getResourceRefDesc, getRoleLink, getSecurityRoleNames, getWrpHandleName, getWrpHomeName, getWrpLocalHomeName, getWrpLocalName, getWrpRemoteName, newMethodDescInstance, setDeploymentDesc, verifyRoleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionStatefulDesc

public SessionStatefulDesc(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)
                    throws DeploymentDescException
constructor: called when the DeploymentDescriptor is read. Currently, called by both GenIC and createContainer.