站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

EntityEnterpriseContext.EntityContextImpl (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


org.jboss.ejb
Class EntityEnterpriseContext.EntityContextImpl

java.lang.Object
  extended byorg.jboss.ejb.EnterpriseContext.EJBContextImpl
      extended byorg.jboss.ejb.EntityEnterpriseContext.EntityContextImpl
All Implemented Interfaces:
javax.ejb.EJBContext, javax.ejb.EntityContext
Enclosing class:
EntityEnterpriseContext

protected class EntityEnterpriseContext.EntityContextImpl
extends EnterpriseContext.EJBContextImpl
implements javax.ejb.EntityContext


Constructor Summary
protected EntityEnterpriseContext.EntityContextImpl()
           
 
Method Summary
 javax.ejb.EJBLocalObject getEJBLocalObject()
           
 javax.ejb.EJBObject getEJBObject()
           
 Object getPrimaryKey()
           
 
Methods inherited from class org.jboss.ejb.EnterpriseContext.EJBContextImpl
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getUserTransaction, isCallerInRole, isCallerInRole, setRollbackOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EJBContext
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getUserTransaction, isCallerInRole, isCallerInRole, setRollbackOnly
 

Constructor Detail

EntityEnterpriseContext.EntityContextImpl

protected EntityEnterpriseContext.EntityContextImpl()
Method Detail

getEJBObject

public javax.ejb.EJBObject getEJBObject()
Specified by:
getEJBObject in interface javax.ejb.EntityContext

getEJBLocalObject

public javax.ejb.EJBLocalObject getEJBLocalObject()
Specified by:
getEJBLocalObject in interface javax.ejb.EntityContext

getPrimaryKey

public Object getPrimaryKey()
Specified by:
getPrimaryKey in interface javax.ejb.EntityContext


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.