org.objectweb.easybeans.deployment.annotations.impl
Class JStateless

java.lang.Object
  extended by org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
      extended by org.objectweb.easybeans.deployment.annotations.impl.JStateless

public class JStateless
extends JCommonBean

Acts as an implementation of @Stateless annotation.

Author:
Florent Benoit

Constructor Summary
JStateless()
          Build an object which represents @Stateless object.
 
Method Summary
 
Methods inherited from class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
addAlias, getAliases, getDescription, getMappedName, getName, isDefaultName, setDefaultName, setDescription, setMappedName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JStateless

public JStateless()
Build an object which represents @Stateless object.