org.objectweb.jonas_ejb.deployment.api
Class SessionStatelessDesc

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

public class SessionStatelessDesc
extends SessionDesc

Marker class for stateless session bean

Author:
Christophe Ney

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, displayName, ejb10EnvProps, ejbClass, ejbLocalRefDesc, ejbName, ejbRefDesc, envEntryDesc, home, jndiName, local, localhome, methodDesc, remote, resourceEnvRefDesc, resourceRefDesc, securityRoleRef, TRANS
 
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 org.objectweb.jonas_ejb.deployment.api.BeanDesc
getDisplayName, getEjb10Environment, getEjbClass, getEjbLocalRefDesc, getEjbName, getEjbRefDesc, getEnvEntryDesc, getHomeClass, getJndiLocalName, getJndiName, getLocalClass, getLocalHomeClass, getMethodDesc, getMethodDescs, getRemoteClass, getResourceEnvRefDesc, getResourceRefDesc, getRoleLink, getSecurityRoleNames, verifyRoleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

check

public void check()
           throws DeploymentDescException
Check that the bean descriptor is valid
Overrides:
check in class SessionDesc
Throws:
DeploymentDescException - thrown for non-valid bean