手机站
网通分站
电信主站
密 码:
用户名:
当前位置 : 主页>程序设计>Java技术>列表

javax.ejb.SessionContext翻译

来源:互联网 作者:west263.com 时间:2008-02-23
西部数码-全国虚拟主机10强!40余项虚拟主机管理功能,全国领先!双线多线虚拟主机南北访问畅通无阻!免费赠送企业邮局,.CN域名,自助建站480元起,免费试用7天,满意再付款! P4主机租用799元/月.月付免压金!
<!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD throws IllegalStateException
Obtain a reference to the EJB local object that is associated with the instance. 获取与实例关联的EJB本地对象引用。

An instance of a session enterprise Bean can call this method at anytime between the ejbCreate() and ejbRemove() methods, including from within the ejbCreate() and ejbRemove() methods. 会话企业Bean的实例的ejbCreate()和ejbRemove()之间的方法(包括从ejbRemove() 和ejbRemove()方法)可以随时调用该方法。

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 - 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 local interface. 如果实例调用改方法而实例所在的状态不允许其调用该方法或者实例没有本地接口时抛出。

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

An instance of a session enterprise Bean can call this method at anytime between the ejbCreate() and ejbRemove() methods, including from within the ejbCreate() and ejbRemove() methods. 会话企业Bean的实例的ejbCreate()和ejbRemove()之间的方法(包括从ejbRemove() 和ejbRemove()方法)可以随时调用该方法。

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. 如果实例调用改方法而实例所在的状态不允许其调用该方法或者实例没有远程接口时抛出。

throws IllegalStateException
Obtain a reference to the JAX-RPC MessageContext. 获取JAX-RPC MessageContext引用。

An instance of a stateless session bean can call this method from any business method invoked through its Web service endpoint interface. 无状态会话bean可以从通过web service终点接口调用的业务方法中调用该方法。

Returns:
The MessageContext for this web service invocation. 用于web service调用的MessageContext。
Throws:
IllegalStateException - Thrown if this method is invoked while the instance is in a state that does not allow access to this method. 如果实例调用改方法而实例所在的状态不允许其 访问该方法时抛出。
<!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD 下一篇: 一篇不错的讲解Java异常的文章

文章整理:西部数码--专业提供域名注册虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!