Package org.apache.openejb.jee
Class StatelessBean
- java.lang.Object
-
- org.apache.openejb.jee.SessionBean
-
- org.apache.openejb.jee.StatelessBean
-
- All Implemented Interfaces:
EnterpriseBean,Invokable,JndiConsumer,Lifecycle,RemoteBean,Session,TimerConsumer
public class StatelessBean extends SessionBean
Not in schema- Version:
- $Revision$ $Date$
-
-
Field Summary
-
Fields inherited from class org.apache.openejb.jee.SessionBean
afterBeginMethod, afterCompletionMethod, aroundInvoke, aroundTimeout, asyncMethod, beforeCompletionMethod, businessLocal, businessRemote, concurrencyManagementType, concurrentMethod, dataSource, dependsOn, description, displayName, ejbClass, ejbLocalRef, ejbName, ejbRef, envEntry, home, icon, id, initMethod, initOnStartup, jmsConnectionFactories, jmsDestinations, local, localBean, localHome, mappedName, messageDestinationRef, passivationCapable, persistenceContextRef, persistenceUnitRef, postActivate, postConstruct, preDestroy, prePassivate, remote, removeMethod, resourceEnvRef, resourceRef, securityIdentity, securityRoleRef, serviceEndpoint, serviceRef, sessionType, statefulTimeout, timeoutMethod, timer, transactionType
-
-
Constructor Summary
Constructors Constructor Description StatelessBean()StatelessBean(Class<?> ejbClass)StatelessBean(String name, Class<?> ejbClass)StatelessBean(String ejbName, String ejbClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetSessionType(SessionType value)-
Methods inherited from class org.apache.openejb.jee.SessionBean
addAfterBegin, addAfterCompletion, addAroundInvoke, addAroundTimeout, addAsynchronousClass, addBeforeCompletion, addBusinessLocal, addBusinessLocal, addBusinessRemote, addBusinessRemote, addPostActivate, addPostConstruct, addPreDestroy, addPrePassivate, getAfterBegin, getAfterBeginMethod, getAfterCompletion, getAfterCompletionMethod, getAroundInvoke, getAroundTimeout, getAsynchronousClasses, getAsyncMethod, getBeforeCompletion, getBeforeCompletionMethod, getBusinessLocal, getBusinessRemote, getConcurrencyManagementType, getConcurrentMethod, getDataSource, getDataSourceMap, getDependsOn, getDescription, getDescriptions, getDisplayName, getDisplayNames, getEjbClass, getEjbLocalRef, getEjbLocalRefMap, getEjbName, getEjbRef, getEjbRefMap, getEnvEntry, getEnvEntryMap, getHome, getIcon, getIconMap, getIcons, getId, getInitMethod, getInitOnStartup, getJMSConnectionFactories, getJMSConnectionFactoriesMap, getJMSDestination, getJMSDestinationMap, getJndiConsumerName, getLocal, getLocalBean, getLocalHome, getMappedName, getMessageDestinationRef, getMessageDestinationRefMap, getParents, getPassivationCapable, getPersistenceContextRef, getPersistenceContextRefMap, getPersistenceUnitRef, getPersistenceUnitRefMap, getPostActivate, getPostConstruct, getPreDestroy, getPrePassivate, getProxy, getRemote, getRemoveMethod, getResourceEnvRef, getResourceEnvRefMap, getResourceRef, getResourceRefMap, getSecurityIdentity, getSecurityRoleRef, getServiceEndpoint, getServiceRef, getServiceRefMap, getSessionType, getStatefulTimeout, getTimeoutMethod, getTimer, getTimerConsumerName, getTransactionType, hasInitOnStartup, isRestService, localBean, setAfterBeginMethod, setAfterCompletionMethod, setBeforeCompletionMethod, setConcurrencyManagementType, setDependsOn, setDependsOn, setDescriptions, setDisplayNames, setEjbClass, setEjbClass, setEjbName, setHome, setHomeAndLocal, setHomeAndLocal, setHomeAndRemote, setHomeAndRemote, setId, setInitOnStartup, setLocal, setLocalBean, setLocalHome, setMappedName, setPassivationCapable, setProxy, setRemote, setRestService, setSecurityIdentity, setServiceEndpoint, setStatefulTimeout, setTimeoutMethod, setTransactionType
-
-
-
-
Method Detail
-
setSessionType
public void setSessionType(SessionType value)
- Overrides:
setSessionTypein classSessionBean
-
-