Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.server.svc
Class ServiceSessionImpl

java.lang.Object
  extended by oracle.jbo.server.SessionImpl
      extended by oracle.jbo.server.svc.ServiceSessionImpl
All Implemented Interfaces:
Session

public class ServiceSessionImpl
extends SessionImpl


Field Summary
static java.lang.String SESSION_APPMODULE_NAME
           
static java.lang.String SESSION_TRANSACTION_ID
           
 
Fields inherited from class oracle.jbo.server.SessionImpl
mJAASContext
 
Fields inherited from interface oracle.jbo.Session
JBO_SESSION_COOKIE, JBO_SESSION_LOCALE
 
Constructor Summary
ServiceSessionImpl()
           
 
Method Summary
 TransactionHandlerFactory getTransactionHandlerFactory()
          Get the session's transaction handler factory.
 void resetTransactionHandlerFactory(java.lang.String transactionId)
           
 
Methods inherited from class oracle.jbo.server.SessionImpl
addSessionListener, findOrCreateSessionContextManager, findSharedApplicationModule, getAllApplicationModuleDefNames, getAllEntityAssociationDefNames, getAllEntityDefNames, getAllViewDefNames, getAllViewLinkDefNames, getApplicationModuleDefNames, getEntityAssociationDefNames, getEntityDefNames, getEnvironment, getLocale, getLocaleContext, getPackageNames, getSessionContextManager, getSubject, getUserData, getUserPrincipalName, getUserRoles, getVersion, getViewDefNames, getViewLinkDefNames, init, invalidateSession, isClient, isUserInRole, loadPackage, releaseSharedApplicationModules, removeSessionListener, setLocale, setProperty, setSessionContextManager, setTransactionHandlerFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_APPMODULE_NAME

public static final java.lang.String SESSION_APPMODULE_NAME
See Also:
Constant Field Values

SESSION_TRANSACTION_ID

public static final java.lang.String SESSION_TRANSACTION_ID
See Also:
Constant Field Values
Constructor Detail

ServiceSessionImpl

public ServiceSessionImpl()
Method Detail

getTransactionHandlerFactory

public TransactionHandlerFactory getTransactionHandlerFactory()
Description copied from class: SessionImpl
Get the session's transaction handler factory. This method may be overriden by a custom Session implementation to return a custom implementation of the TransactionHandlerFactory interface.

Overrides:
getTransactionHandlerFactory in class SessionImpl
See Also:
TransactionHandler, TransactionHandlerFactory

resetTransactionHandlerFactory

public void resetTransactionHandlerFactory(java.lang.String transactionId)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

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