|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.server.ejb.SessionBeanImpl
oracle.jbo.server.ejb.sb.ServiceBean
public abstract class ServiceBean
BaseClass for Application Module Service Session Bean. Service beans aggregate an application module for exposing any business logic as a session bean.
Subclasses must provide a TransactionHandlerFactory implementation for associating the appmodule transaction with the bean transaction.
| Field Summary |
|---|
| Fields inherited from class oracle.jbo.server.ejb.SessionBeanImpl |
|---|
mApplicationModule |
| Constructor Summary | |
|---|---|
ServiceBean()
|
|
| Method Summary | |
|---|---|
protected void |
createApplicationModule(java.lang.String amDefName)
Convenience method for creating the aggregated application module instance. |
protected void |
createApplicationModule(java.lang.String amDefName,
java.lang.String configName)
Convenience method for creating the aggregated application module instance using a LOCAL mode configuration. |
protected abstract TransactionHandlerFactory |
createTransactionHandlerFactory()
|
protected boolean |
isJboBean()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceBean()
| Method Detail |
|---|
protected abstract TransactionHandlerFactory createTransactionHandlerFactory()
createTransactionHandlerFactory in class SessionBeanImpl
protected void createApplicationModule(java.lang.String amDefName,
java.lang.String configName)
throws javax.ejb.CreateException
amDefName - Fully qaulified appmodule definition nameconfigName -
javax.ejb.CreateException
protected void createApplicationModule(java.lang.String amDefName)
throws javax.ejb.CreateException
amDefName - Fully qaulified appmodule definition name
javax.ejb.CreateExceptionprotected final boolean isJboBean()
isJboBean in class SessionBeanImpl
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||