Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.server.ejb.sb
Class StatelessContainerManagedServiceBean

java.lang.Object
  extended byoracle.jbo.server.ejb.SessionBeanImpl
      extended byoracle.jbo.server.ejb.sb.ServiceBean
          extended byoracle.jbo.server.ejb.sb.ContainerManagedServiceBeanBase
              extended byoracle.jbo.server.ejb.sb.StatelessContainerManagedServiceBean

All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class StatelessContainerManagedServiceBean
extends ContainerManagedServiceBeanBase

BaseClass for deploying an appmodule service methods as stateless session bean with container managed transaction.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.jbo.server.ejb.sb.ContainerManagedServiceBeanBase
mHandler

 

Fields inherited from class oracle.jbo.server.ejb.SessionBeanImpl
mApplicationModule

 

Constructor Summary
StatelessContainerManagedServiceBean()
           

 

Methods inherited from class oracle.jbo.server.ejb.sb.ContainerManagedServiceBeanBase
createTransactionHandlerFactory, isTransactionManagedByBean, postChanges

 

Methods inherited from class oracle.jbo.server.ejb.sb.ServiceBean
createApplicationModule, createApplicationModule, isJboBean

 

Methods inherited from class oracle.jbo.server.ejb.SessionBeanImpl
connectToDataSource, createApplicationModule, createApplicationModule, disconnectFromDataSource, doMessage, ejbActivate, ejbPassivate, ejbRemove, getApplicationModule, getApplicationModuleDefName, getConfigurationName, getSessionContext, getTransactionTimeOut, postApplicationModuleCreate, removeApplicationModule, setApplicationModuleDefName, setConfigurationName, setCurrentSessionContext, setSessionContext, useDataSource

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

StatelessContainerManagedServiceBean

public StatelessContainerManagedServiceBean()

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.