org.objectweb.jonas_ejb.deployment.api
Class SessionStatefulDesc

java.lang.Object
  extended byorg.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc
      extended byorg.objectweb.jonas_lib.deployment.api.JndiEnvRefsGroupDesc
          extended byorg.objectweb.jonas_ejb.deployment.api.BeanDesc
              extended byorg.objectweb.jonas_ejb.deployment.api.SessionDesc
                  extended byorg.objectweb.jonas_ejb.deployment.api.SessionStatefulDesc
All Implemented Interfaces:
DescriptionGroup, JndiEnvRefsGroup

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] : Initial developer, Helene Joanin

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, ejb10EnvProps, ejbClass, ejbName, fullDerivedBeanName, home, jndiLocalName, jndiName, local, localhome, logger, poolMin, remote, securityRoleRefDescList, TRANS
 
Fields inherited from class org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc
description, displayName, largeIcon, smallIcon
 
Constructor Summary
SessionStatefulDesc(java.lang.ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, java.lang.String filename)
          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
addEJBMethodDesc, addMethodDesc, checkRemoteException, checkRunAsMapping, checkValidTypesForRmi, getCacheMax, getDeploymentDesc, getDerivedBeanName, getEjb10Environment, getEjbClass, getEjbName, getFullDerivedBeanName, getFullWrpHandleName, getFullWrpHomeName, getFullWrpLocalHomeName, getFullWrpLocalName, getFullWrpRemoteName, getHashCodeForIdentifier, getHomeClass, getIdentifier, getJndiLocalName, getJndiName, getLocalClass, getLocalHomeClass, getMethodDesc, getMethodDesc, getMethodDescIterator, getParentClass, getPoolMin, getRemoteClass, getRunAsPrincipalName, getRunAsRole, getSecurityRoleRefDescList, getWrpHandleName, getWrpHomeName, getWrpLocalHomeName, getWrpLocalName, getWrpRemoteName, hasDefinedLocalInterface, loadExtraClasses, newMethodDescInstance, setDeploymentDesc, verifyRoleName
 
Methods inherited from class org.objectweb.jonas_lib.deployment.api.JndiEnvRefsGroupDesc
getEjbLocalRefDesc, getEjbRefDesc, getEnvEntryDesc, getMessageDestinationRefDesc, getResourceEnvRefDesc, getResourceRefDesc, getServiceRefDesc
 
Methods inherited from class org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc
getDescription, getDisplayName, getLargeIcon, getSAXMsg, getSmallIcon
 
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,
                           Session ses,
                           AssemblyDescriptor asd,
                           JonasSession jSes,
                           JLinkedList jMDRList,
                           java.lang.String filename)
                    throws DeploymentDescException
constructor: called when the DeploymentDescriptor is read. Currently, called by both GenIC and createContainer.