分享
 
 
 

javax.ejb.EntityContext翻译

王朝java/jsp·作者佚名  2006-01-10
窄屏简体版  字體: |||超大  

[/url] [url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview

Package

Class

Tree

Deprecated

Index

Help

JavaTM 2 Platform

Ent. Ed. v1.4

PREV CLASS NEXT CLASS

FRAMES NO FRAMES All Classes

SUMMARY: NESTED | FIELD | CONSTR | METHOD

DETAIL: FIELD | CONSTR | METHOD

javax.ejb

Interface EntityContextAll Superinterfaces: EJBContext public interface EntityContext extends EJBContextThe EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance. The container passes the EntityContext interface to an entity enterprise Bean instance after the instance has been created. EntityContext接口提供了一个实例来访问容器提供的实体Bean实例的运行时上下文。容器在实例创建后将EntityContext接口传递给实体Bean实例。

The EntityContext interface remains associated with the instance for the lifetime of the instance. Note that the information that the instance obtains using the EntityContext interface (such as the result of the getPrimaryKey() method) may change, as the container assigns the instance to different EJB objects during the instance's life cycle. EntityContext接口在实例的生命周期内保留与实例的关联。注意实例使用EntityContext 接口(比如作为getPrimaryKey()方法的结果)获得的信息可能会有变化,因为容器在实例的 生命周期内会分配给实例以不同的EJB对象。

Method Summary

EJBLocalObject

getEJBLocalObject()

Obtain a reference to the EJB local object that is currently associated with the instance. 获得当前与该实例关联的EJB本地对象的引用。

EJBObject

getEJBObject()

Obtain a reference to the EJB object that is currently associated with the instance. 获得当前与该实例关联的EJB对象的引用。

Object

getPrimaryKey()

Obtain the primary key of the EJB object that is currently associated with this instance. 获得当前与该实例关联的EJB本地对象的主键。

Methods inherited from interface javax.ejb.EJBContext

getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, setRollbackOnly

Method Detail

getEJBLocalObjectpublic EJBLocalObject getEJBLocalObject()

throws IllegalStateException

Obtain a reference to the EJB local object that is currently associated with the instance. 获得当前与该实例关联的EJB本地对象的引用。 An instance of an entity enterprise Bean can call this method only when the instance is associated with an EJB local object identity, i.e. in the ejbActivate, ejbPassivate, ejbPostCreate, ejbRemove, ejbLoad, ejbStore, and business methods. 只有当实体Bean的实例和一个EJB本地对象标识关联,它才可以调用该方法,也就是 ejbActivate、ejbPassivate、ejbPostCreate、ejbRemove、ejbLoad、ejbStore和业务方法。

An instance can use this method, for example, when it wants to pass a reference to itself in a method argument or result. 实例可以使用该方法,比如,以方法参数或结果形式传递自身引用。

Returns: The EJB local object currently associated with the instance. 当前与实例关联的EJB本地对象。 Throws: IllegalStateException - if the instance invokes this method while the instance is in a state that does not allow the instance to invoke this method, or if the instance does not have a local interface. 如果实例调用改方法而实例所在的状态不允许其调用该方法或者实例没有本地接口时抛出。getEJBObjectpublic EJBObject getEJBObject()

throws IllegalStateException

Obtain a reference to the EJB object that is currently associated with the instance. 获得当前与该实例关联的EJB对象的引用。 An instance of an entity enterprise Bean can call this method only when the instance is associated with an EJB object identity, i.e. in the ejbActivate, ejbPassivate, ejbPostCreate, ejbRemove, ejbLoad, ejbStore, and business methods. 只有当实体Bean的实例和一个EJB对象标识关联,它才可以调用该方法,也就是 ejbActivate、ejbPassivate、ejbPostCreate、ejbRemove、ejbLoad、ejbStore和业务方法。

An instance can use this method, for example, when it wants to pass a reference to itself in a method argument or result. 实例可以使用该方法,比如,以方法参数或结果形式传递自身引用。

Returns: The EJB object currently associated with the instance. 当前与实例关联的EJB对象。 Throws: IllegalStateException - Thrown if the instance invokes this method while the instance is in a state that does not allow the instance to invoke this method, or if the instance does not have a remote interface. 如果实例调用改方法而实例所在的状态不允许其调用该方法或者实例没有远程接口时抛出。getPrimaryKeypublic Object getPrimaryKey()

throws IllegalStateException

Obtain the primary key of the EJB object that is currently associated with this instance. 获得当前与该实例关联的EJB本地对象的主键。 An instance of an entity enterprise Bean can call this method only when the instance is associated with an EJB object identity, i.e. in the ejbActivate, ejbPassivate, ejbPostCreate, ejbRemove, ejbLoad, ejbStore, and business methods. 只有当实体Bean的实例和一个EJB对象标识关联,它才可以调用该方法,也就是 ejbActivate、ejbPassivate、ejbPostCreate、ejbRemove、ejbLoad、ejbStore和业务方法。

Note: The result of this method is that same as the result of getEJBObject().getPrimaryKey(). 注意:该方法的结果和getEJBObject().getPrimaryKey()的结果相同。

Returns: The primary key currently associated with the instance. 当前与实例关联的主键。 Throws: IllegalStateException - Thrown if the instance invokes this method while the instance is in a state that does not allow the instance to invoke this method. 如果实例调用改方法而实例所在的状态不允许其 调用该方法时抛出。[/url][url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview

Package

Class

Tree

Deprecated

Index

Help

JavaTM 2 Platform

Ent. Ed. v1.4

PREV CLASS NEXT CLASS

FRAMES NO FRAMES All Classes

SUMMARY: NESTED | FIELD | CONSTR | METHOD

DETAIL: FIELD | CONSTR | METHOD

Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有